-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit.sln
29 lines (29 loc) · 1.36 KB
/
Unit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unit", "Unit\Unit.csproj", "{51FA6DB5-0386-483D-880C-8104FC573A6F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{92668287-3017-42F6-AB62-FDC119225343}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51FA6DB5-0386-483D-880C-8104FC573A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51FA6DB5-0386-483D-880C-8104FC573A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51FA6DB5-0386-483D-880C-8104FC573A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51FA6DB5-0386-483D-880C-8104FC573A6F}.Release|Any CPU.Build.0 = Release|Any CPU
{92668287-3017-42F6-AB62-FDC119225343}.Debug|Any CPU.ActiveCfg = Debug
{92668287-3017-42F6-AB62-FDC119225343}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BE25C7E-17C7-4F0D-864B-1C2C8E5227E6}
EndGlobalSection
EndGlobal