-
Notifications
You must be signed in to change notification settings - Fork 10
/
Gister.sln
37 lines (37 loc) · 1.81 KB
/
Gister.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD8ADFD6-8A29-4B85-9309-3F2875BC40F2}"
ProjectSection(SolutionItems) = preProject
Gister.vsmdi = Gister.vsmdi
IntegrationTests.testsettings = IntegrationTests.testsettings
license.txt = license.txt
UnitTests.testsettings = UnitTests.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GisterSpecs", "GisterSpecs\GisterSpecs.csproj", "{73D0F02E-8510-44EC-8CC1-8178C9A5E75E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gister", "Gister\Gister.csproj", "{901DD725-8340-46CE-BA3A-0CB7A2FB715B}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Gister.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73D0F02E-8510-44EC-8CC1-8178C9A5E75E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73D0F02E-8510-44EC-8CC1-8178C9A5E75E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73D0F02E-8510-44EC-8CC1-8178C9A5E75E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73D0F02E-8510-44EC-8CC1-8178C9A5E75E}.Release|Any CPU.Build.0 = Release|Any CPU
{901DD725-8340-46CE-BA3A-0CB7A2FB715B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{901DD725-8340-46CE-BA3A-0CB7A2FB715B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{901DD725-8340-46CE-BA3A-0CB7A2FB715B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{901DD725-8340-46CE-BA3A-0CB7A2FB715B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal