-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathExampleProject.sln
More file actions
31 lines (31 loc) · 1.57 KB
/
Copy pathExampleProject.sln
File metadata and controls
31 lines (31 loc) · 1.57 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{159641D6-6404-4A2A-AE62-294DE0FE8301}") = "ExampleProjectA", "ExampleProjectA\ExampleProjectA.dtproj", "{64203D8E-1BDE-4DDC-970A-9CC05C34ACC7}"
EndProject
Project("{159641D6-6404-4A2A-AE62-294DE0FE8301}") = "ExampleProjectB", "ExampleProjectB\ExampleProjectB.dtproj", "{E5A94176-1A51-4682-9B95-FEDF0869972A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Development|Default = Development|Default
Release|Default = Release|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64203D8E-1BDE-4DDC-970A-9CC05C34ACC7}.Development|Default.ActiveCfg = Development
{64203D8E-1BDE-4DDC-970A-9CC05C34ACC7}.Development|Default.Build.0 = Development
{64203D8E-1BDE-4DDC-970A-9CC05C34ACC7}.Release|Default.ActiveCfg = Release
{64203D8E-1BDE-4DDC-970A-9CC05C34ACC7}.Release|Default.Build.0 = Release
{E5A94176-1A51-4682-9B95-FEDF0869972A}.Development|Default.ActiveCfg = Development
{E5A94176-1A51-4682-9B95-FEDF0869972A}.Development|Default.Build.0 = Development
{E5A94176-1A51-4682-9B95-FEDF0869972A}.Release|Default.ActiveCfg = Release
{E5A94176-1A51-4682-9B95-FEDF0869972A}.Release|Default.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13597577-0815-49B2-9728-593A8F979ABB}
EndGlobalSection
EndGlobal