-
Notifications
You must be signed in to change notification settings - Fork 10
/
amf-cpp.sln
36 lines (36 loc) · 1.98 KB
/
amf-cpp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amf-cpp", "VS\amf-cpp.vcxproj", "{063B0BD1-1EBB-4900-9A33-2C456E084240}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "VS\test.vcxproj", "{BB700FC1-A8DD-44A0-B89C-1370FF919222}"
ProjectSection(ProjectDependencies) = postProject
{6F4775A8-4E96-492E-B638-C09CAA9BDCBC} = {6F4775A8-4E96-492E-B638-C09CAA9BDCBC}
{063B0BD1-1EBB-4900-9A33-2C456E084240} = {063B0BD1-1EBB-4900-9A33-2C456E084240}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "googletest", "VS\googletest.vcxproj", "{6F4775A8-4E96-492E-B638-C09CAA9BDCBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{063B0BD1-1EBB-4900-9A33-2C456E084240}.Debug|Win32.ActiveCfg = Debug|Win32
{063B0BD1-1EBB-4900-9A33-2C456E084240}.Debug|Win32.Build.0 = Debug|Win32
{063B0BD1-1EBB-4900-9A33-2C456E084240}.Release|Win32.ActiveCfg = Release|Win32
{063B0BD1-1EBB-4900-9A33-2C456E084240}.Release|Win32.Build.0 = Release|Win32
{BB700FC1-A8DD-44A0-B89C-1370FF919222}.Debug|Win32.ActiveCfg = Debug|Win32
{BB700FC1-A8DD-44A0-B89C-1370FF919222}.Debug|Win32.Build.0 = Debug|Win32
{BB700FC1-A8DD-44A0-B89C-1370FF919222}.Release|Win32.ActiveCfg = Release|Win32
{BB700FC1-A8DD-44A0-B89C-1370FF919222}.Release|Win32.Build.0 = Release|Win32
{6F4775A8-4E96-492E-B638-C09CAA9BDCBC}.Debug|Win32.ActiveCfg = Debug|Win32
{6F4775A8-4E96-492E-B638-C09CAA9BDCBC}.Debug|Win32.Build.0 = Debug|Win32
{6F4775A8-4E96-492E-B638-C09CAA9BDCBC}.Release|Win32.ActiveCfg = Release|Win32
{6F4775A8-4E96-492E-B638-C09CAA9BDCBC}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal