This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChamois.sln
34 lines (34 loc) · 1.87 KB
/
Chamois.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chamois.Test", "Chamois.Test\Chamois.Test.vcxproj", "{6BF4918B-A7BB-475E-AC3E-4CC61396CC77}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chamois.GTest", "Chamois.GTest\Chamois.GTest.vcxproj", "{A8BA6CC0-E8AF-4A70-97CD-743D474C2008}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chamois.BoostTest", "Chamois.BoostTest\Chamois.BoostTest.vcxproj", "{90340140-C355-4FB9-AA84-2749DACA46BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BF4918B-A7BB-475E-AC3E-4CC61396CC77}.Debug|Win32.ActiveCfg = Debug|Win32
{6BF4918B-A7BB-475E-AC3E-4CC61396CC77}.Debug|Win32.Build.0 = Debug|Win32
{6BF4918B-A7BB-475E-AC3E-4CC61396CC77}.Release|Win32.ActiveCfg = Release|Win32
{6BF4918B-A7BB-475E-AC3E-4CC61396CC77}.Release|Win32.Build.0 = Release|Win32
{A8BA6CC0-E8AF-4A70-97CD-743D474C2008}.Debug|Win32.ActiveCfg = Debug|Win32
{A8BA6CC0-E8AF-4A70-97CD-743D474C2008}.Debug|Win32.Build.0 = Debug|Win32
{A8BA6CC0-E8AF-4A70-97CD-743D474C2008}.Release|Win32.ActiveCfg = Release|Win32
{A8BA6CC0-E8AF-4A70-97CD-743D474C2008}.Release|Win32.Build.0 = Release|Win32
{90340140-C355-4FB9-AA84-2749DACA46BF}.Debug|Win32.ActiveCfg = Debug|Win32
{90340140-C355-4FB9-AA84-2749DACA46BF}.Debug|Win32.Build.0 = Debug|Win32
{90340140-C355-4FB9-AA84-2749DACA46BF}.Release|Win32.ActiveCfg = Release|Win32
{90340140-C355-4FB9-AA84-2749DACA46BF}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal