-
Notifications
You must be signed in to change notification settings - Fork 5
/
CmlLib.Core.Installer.Forge.sln
37 lines (37 loc) · 2.17 KB
/
CmlLib.Core.Installer.Forge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmlLib.Core.Installer.Forge", "CmlLib.Core.Installer.Forge\CmlLib.Core.Installer.Forge.csproj", "{82CFAAC1-8BA9-44FB-9BB1-056D7982B173}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleForgeInstaller", "SampleForgeInstaller\SampleForgeInstaller.csproj", "{C5B7CB25-5F2C-4441-85F6-71687BE84878}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmlLib.Core.Installer.Forge.Tests", "CmlLib.Core.Installer.Forge.Tests\CmlLib.Core.Installer.Forge.Tests.csproj", "{03A569CB-6C38-4C92-B6CA-DCEC13333648}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82CFAAC1-8BA9-44FB-9BB1-056D7982B173}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82CFAAC1-8BA9-44FB-9BB1-056D7982B173}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82CFAAC1-8BA9-44FB-9BB1-056D7982B173}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82CFAAC1-8BA9-44FB-9BB1-056D7982B173}.Release|Any CPU.Build.0 = Release|Any CPU
{C5B7CB25-5F2C-4441-85F6-71687BE84878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B7CB25-5F2C-4441-85F6-71687BE84878}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B7CB25-5F2C-4441-85F6-71687BE84878}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B7CB25-5F2C-4441-85F6-71687BE84878}.Release|Any CPU.Build.0 = Release|Any CPU
{03A569CB-6C38-4C92-B6CA-DCEC13333648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03A569CB-6C38-4C92-B6CA-DCEC13333648}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03A569CB-6C38-4C92-B6CA-DCEC13333648}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03A569CB-6C38-4C92-B6CA-DCEC13333648}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A35F77F-E6DD-4F6C-96F0-B2A60FD94590}
EndGlobalSection
EndGlobal