-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
SuperGrate.sln
42 lines (42 loc) · 2.46 KB
/
SuperGrate.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperGrate", "SuperGrate\SuperGrate.csproj", "{2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperGrateProfileDelete", "SuperGrateProfileDelete\SuperGrateProfileDelete.csproj", "{600B0D09-F639-4603-A9A9-EA4132CCECA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperGrateTests", "SuperGrateTests\SuperGrateTests.csproj", "{411BCED0-F354-4F62-9B12-1042CA095892}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release_64|Any CPU = Release_64|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release_64|Any CPU.ActiveCfg = Release_64|Any CPU
{2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release_64|Any CPU.Build.0 = Release_64|Any CPU
{2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release|Any CPU.Build.0 = Release|Any CPU
{600B0D09-F639-4603-A9A9-EA4132CCECA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{600B0D09-F639-4603-A9A9-EA4132CCECA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{600B0D09-F639-4603-A9A9-EA4132CCECA5}.Release_64|Any CPU.ActiveCfg = Release|Any CPU
{600B0D09-F639-4603-A9A9-EA4132CCECA5}.Release_64|Any CPU.Build.0 = Release|Any CPU
{600B0D09-F639-4603-A9A9-EA4132CCECA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{600B0D09-F639-4603-A9A9-EA4132CCECA5}.Release|Any CPU.Build.0 = Release|Any CPU
{411BCED0-F354-4F62-9B12-1042CA095892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{411BCED0-F354-4F62-9B12-1042CA095892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{411BCED0-F354-4F62-9B12-1042CA095892}.Release_64|Any CPU.ActiveCfg = Release|Any CPU
{411BCED0-F354-4F62-9B12-1042CA095892}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F058CDF3-61BF-46A8-AF36-85D8F0905416}
EndGlobalSection
EndGlobal