forked from microsoft/StopGuessing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStopGuessing.sln
45 lines (45 loc) · 2.37 KB
/
StopGuessing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "xUnit Tests", "xUnit Tests\xUnit Tests.xproj", "{650A5A85-5956-491E-9312-5E25A27D1108}"
ProjectSection(ProjectDependencies) = postProject
{BA64F492-2BE9-422C-B899-9CFEA0D1A048} = {BA64F492-2BE9-422C-B899-9CFEA0D1A048}
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "StopGuessing", "StopGuessing\StopGuessing.xproj", "{BA64F492-2BE9-422C-B899-9CFEA0D1A048}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22C611CE-29B3-4F1E-A741-13B8B5CC0DCC}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Simulator", "Simulator\Simulator.xproj", "{13E79588-59C0-47F5-B757-DCD8766EDBA0}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{650A5A85-5956-491E-9312-5E25A27D1108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{650A5A85-5956-491E-9312-5E25A27D1108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{650A5A85-5956-491E-9312-5E25A27D1108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{650A5A85-5956-491E-9312-5E25A27D1108}.Release|Any CPU.Build.0 = Release|Any CPU
{BA64F492-2BE9-422C-B899-9CFEA0D1A048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA64F492-2BE9-422C-B899-9CFEA0D1A048}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA64F492-2BE9-422C-B899-9CFEA0D1A048}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA64F492-2BE9-422C-B899-9CFEA0D1A048}.Release|Any CPU.Build.0 = Release|Any CPU
{13E79588-59C0-47F5-B757-DCD8766EDBA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13E79588-59C0-47F5-B757-DCD8766EDBA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13E79588-59C0-47F5-B757-DCD8766EDBA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13E79588-59C0-47F5-B757-DCD8766EDBA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal