-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTerrLauncherPackCreator.sln
51 lines (51 loc) · 3.19 KB
/
TerrLauncherPackCreator.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
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerrLauncherPackCreator", "TerrLauncherPackCreator\TerrLauncherPackCreator.csproj", "{7645E727-D062-4E3E-A1D9-1C13BBDFD80B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerrLauncherPackCreatorTests", "TerrLauncherPackCreatorTests\TerrLauncherPackCreatorTests.csproj", "{AC241444-0A7D-4696-9477-EFA4B3D2835B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerrLauncherPackCreatorUpdater", "TerrLauncherPackCreatorUpdater\TerrLauncherPackCreatorUpdater.csproj", "{D9CB589C-D3BC-4B09-AC6D-0AA95BAB993E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLibrary", "CommonLibrary\CommonLibrary.csproj", "{C963037D-1C4B-4387-BF22-5E15444DF3F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrossPlatform", "CrossPlatform\CrossPlatform.csproj", "{BDC7145D-F429-4D3A-9A55-5390F8633526}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7645E727-D062-4E3E-A1D9-1C13BBDFD80B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7645E727-D062-4E3E-A1D9-1C13BBDFD80B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7645E727-D062-4E3E-A1D9-1C13BBDFD80B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7645E727-D062-4E3E-A1D9-1C13BBDFD80B}.Release|Any CPU.Build.0 = Release|Any CPU
{AC241444-0A7D-4696-9477-EFA4B3D2835B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC241444-0A7D-4696-9477-EFA4B3D2835B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC241444-0A7D-4696-9477-EFA4B3D2835B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC241444-0A7D-4696-9477-EFA4B3D2835B}.Release|Any CPU.Build.0 = Release|Any CPU
{D9CB589C-D3BC-4B09-AC6D-0AA95BAB993E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9CB589C-D3BC-4B09-AC6D-0AA95BAB993E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9CB589C-D3BC-4B09-AC6D-0AA95BAB993E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9CB589C-D3BC-4B09-AC6D-0AA95BAB993E}.Release|Any CPU.Build.0 = Release|Any CPU
{C963037D-1C4B-4387-BF22-5E15444DF3F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C963037D-1C4B-4387-BF22-5E15444DF3F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C963037D-1C4B-4387-BF22-5E15444DF3F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C963037D-1C4B-4387-BF22-5E15444DF3F5}.Release|Any CPU.Build.0 = Release|Any CPU
{BDC7145D-F429-4D3A-9A55-5390F8633526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDC7145D-F429-4D3A-9A55-5390F8633526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDC7145D-F429-4D3A-9A55-5390F8633526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDC7145D-F429-4D3A-9A55-5390F8633526}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2607A5A8-C626-4989-827B-C3BAEB9D58FB}
EndGlobalSection
GlobalSection(RiderSharedRunConfigurations) = postSolution
EndGlobalSection
EndGlobal