forked from paviad/GoSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Go.sln
45 lines (45 loc) · 2.34 KB
/
Go.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 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoSharp", "GoSharp.csproj", "{122984F9-6F07-40F0-A76F-2D9DB818EBB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoTestProject", "GoTestProject\GoTestProject.csproj", "{30A76EA1-4F41-4709-92CF-053050B092DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0125E950-A2EE-4CD7-87E8-42CF7E1CD0CB}"
ProjectSection(SolutionItems) = preProject
.EditorConfig = .EditorConfig
Go.vsmdi = Go.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTest", "ConsoleTest\ConsoleTest.csproj", "{899F0DC7-BB58-4F0F-AC5D-D914B0AEC74B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{122984F9-6F07-40F0-A76F-2D9DB818EBB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{122984F9-6F07-40F0-A76F-2D9DB818EBB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{122984F9-6F07-40F0-A76F-2D9DB818EBB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{122984F9-6F07-40F0-A76F-2D9DB818EBB4}.Release|Any CPU.Build.0 = Release|Any CPU
{30A76EA1-4F41-4709-92CF-053050B092DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30A76EA1-4F41-4709-92CF-053050B092DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30A76EA1-4F41-4709-92CF-053050B092DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30A76EA1-4F41-4709-92CF-053050B092DA}.Release|Any CPU.Build.0 = Release|Any CPU
{899F0DC7-BB58-4F0F-AC5D-D914B0AEC74B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{899F0DC7-BB58-4F0F-AC5D-D914B0AEC74B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{899F0DC7-BB58-4F0F-AC5D-D914B0AEC74B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{899F0DC7-BB58-4F0F-AC5D-D914B0AEC74B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Go.vsmdi
EndGlobalSection
EndGlobal