OLD | NEW |
| (Empty) |
1 | |
2 Microsoft Visual Studio Solution File, Format Version 10.00 | |
3 # Visual Studio 2008 | |
4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_tests", "unit_tests.vc
proj", "{C5391C31-AEE3-47AA-97D9-B7DF50248199}" | |
5 ProjectSection(ProjectDependencies) = postProject | |
6 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8} = {C8F6C172-56F2-4E76-B5F
A-C3B423B31BE8} | |
7 EndProjectSection | |
8 EndProject | |
9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest-md", "..\..\third_par
ty\gtest-1.5.0\msvc\gtest-md.vcproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}" | |
10 EndProject | |
11 Global | |
12 GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
13 Debug|Win32 = Debug|Win32 | |
14 Debug|x64 = Debug|x64 | |
15 Release|Win32 = Release|Win32 | |
16 Release|x64 = Release|x64 | |
17 EndGlobalSection | |
18 GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
19 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Debug|Win32.ActiveCfg = D
ebug|Win32 | |
20 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Debug|Win32.Build.0 = Deb
ug|Win32 | |
21 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Debug|x64.ActiveCfg = Deb
ug|x64 | |
22 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Debug|x64.Build.0 = Debug
|x64 | |
23 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Release|Win32.ActiveCfg =
Release|Win32 | |
24 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Release|Win32.Build.0 = R
elease|Win32 | |
25 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Release|x64.ActiveCfg = R
elease|x64 | |
26 {C5391C31-AEE3-47AA-97D9-B7DF50248199}.Release|x64.Build.0 = Rel
ease|x64 | |
27 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.ActiveCfg = D
ebug|Win32 | |
28 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|Win32.Build.0 = Deb
ug|Win32 | |
29 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.ActiveCfg = Deb
ug|x64 | |
30 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug|x64.Build.0 = Debug
|x64 | |
31 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.ActiveCfg =
Release|Win32 | |
32 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|Win32.Build.0 = R
elease|Win32 | |
33 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.ActiveCfg = R
elease|x64 | |
34 {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release|x64.Build.0 = Rel
ease|x64 | |
35 EndGlobalSection | |
36 GlobalSection(SolutionProperties) = preSolution | |
37 HideSolutionNode = FALSE | |
38 EndGlobalSection | |
39 EndGlobal | |
OLD | NEW |