-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBrunnerDX.sln
30 lines (30 loc) · 1.46 KB
/
BrunnerDX.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrunnerDX", "BrunnerDX\BrunnerDX.csproj", "{B348DF98-B4F0-493B-A111-231F55223DE2}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "BrunnerDX.Setup", "BrunnerDX.Setup\BrunnerDX.Setup.vdproj", "{4BCF9976-8FDC-4E43-A39E-72C3D3445F17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B348DF98-B4F0-493B-A111-231F55223DE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B348DF98-B4F0-493B-A111-231F55223DE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B348DF98-B4F0-493B-A111-231F55223DE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B348DF98-B4F0-493B-A111-231F55223DE2}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCF9976-8FDC-4E43-A39E-72C3D3445F17}.Debug|Any CPU.ActiveCfg = Debug
{4BCF9976-8FDC-4E43-A39E-72C3D3445F17}.Release|Any CPU.ActiveCfg = Release
{4BCF9976-8FDC-4E43-A39E-72C3D3445F17}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF35435A-1E66-4A85-9321-9B77F2F2E5AC}
EndGlobalSection
EndGlobal