Index: sandbox/sandbox.sln |
diff --git a/sandbox/sandbox.sln b/sandbox/sandbox.sln |
index 8e4e0e9650228453dcac1c161fb3d5102467916e..07690e536d9e7b7ee3e3798d0e98758cde1be736 100644 |
--- a/sandbox/sandbox.sln |
+++ b/sandbox/sandbox.sln |
@@ -1,8 +1,16 @@ |
Microsoft Visual Studio Solution File, Format Version 9.00 |
# Visual Studio 2005 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox", "src\sandbox.vcproj", "{881F6A97-D539-4C48-B401-DF04385B2343}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_tests", "tests\unit_tests\sbox_unittests.vcproj", "{883553BE-2A9D-418C-A121-61FE1DFBC562}" |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sbox_unittests", "tests\unit_tests\sbox_unittests.vcproj", "{883553BE-2A9D-418C-A121-61FE1DFBC562}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
ProjectSection(ProjectDependencies) = postProject |
{0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C0-4AE931EE0815} |
{1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} |
@@ -11,8 +19,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_tests", "tests\unit_te |
EndProjectSection |
EndProject |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F7A3B82E-B8B4-4FDF-BC8E-FEC9398F57ED}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "validation_tests", "tests\validation_tests\sbox_validation_tests.vcproj", "{B9CC7B0D-145A-49C2-B887-84E43CFA0F27}" |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sbox_validation_tests", "tests\validation_tests\sbox_validation_tests.vcproj", "{B9CC7B0D-145A-49C2-B887-84E43CFA0F27}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
ProjectSection(ProjectDependencies) = postProject |
{0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C0-4AE931EE0815} |
{1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} |
@@ -21,14 +37,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "validation_tests", "tests\v |
EndProjectSection |
EndProject |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{BCE54389-D18D-48B9-977E-9D1998200F63}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debug_message", "..\base\build\debug_message.vcproj", "{0E5474AC-5996-4B13-87C0-4AE931EE0815}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{7F36EE20-5016-4051-B0D7-42824CDA0291}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "proof_of_concept", "proof_of_concept", "{B607BE7B-3555-422C-A40B-28E73C0B5E24}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox_poc", "sandbox_poc\sandbox_poc.vcproj", "{CF757839-F2A1-417C-8F25-DCAE480020F1}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
ProjectSection(ProjectDependencies) = postProject |
{1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} |
{881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B401-DF04385B2343} |
@@ -36,20 +72,36 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox_poc", "sandbox_poc\ |
EndProjectSection |
EndProject |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pocdll", "sandbox_poc\pocdll\pocdll.vcproj", "{AE5BFB87-850E-4454-B01D-58E7D8BAC224}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "finder", "tools\finder\finder.vcproj", "{ACDC2E06-0366-41A4-A646-C37E130A605D}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
ProjectSection(ProjectDependencies) = postProject |
{1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} |
{881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B401-DF04385B2343} |
EndProjectSection |
EndProject |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "launcher", "tools\launcher\launcher.vcproj", "{386FA217-FBC2-4461-882D-CDAD221ED800}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
ProjectSection(ProjectDependencies) = postProject |
{1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} |
{881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B401-DF04385B2343} |
EndProjectSection |
EndProject |
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "integration_tests", "tests\integration_tests\sbox_integration_tests.vcproj", "{542D4B3B-98D4-4233-B68D-0103891508C6}" |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sbox_integration_tests", "tests\integration_tests\sbox_integration_tests.vcproj", "{542D4B3B-98D4-4233-B68D-0103891508C6}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
ProjectSection(ProjectDependencies) = postProject |
{0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C0-4AE931EE0815} |
{1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} |
@@ -58,8 +110,25 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "integration_tests", "tests\ |
EndProjectSection |
EndProject |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "..\base\build\base.vcproj", "{1832A374-8A74-4F9E-B536-69A699B3E165}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
+ ProjectSection(ProjectDependencies) = postProject |
+ {CA6CE3BB-B746-4D91-85A0-6944DD273E2A} = {CA6CE3BB-B746-4D91-85A0-6944DD273E2A} |
+ EndProjectSection |
EndProject |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "..\testing\gtest.vcproj", "{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
+EndProject |
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dmg_fp", "..\third_party\dmg_fp\dmg_fp.vcproj", "{CA6CE3BB-B746-4D91-85A0-6944DD273E2A}" |
+ ProjectSection(WebsiteProperties) = preProject |
+ Debug.AspNetCompiler.Debug = "True" |
+ Release.AspNetCompiler.Debug = "False" |
+ EndProjectSection |
EndProject |
Global |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
@@ -107,6 +176,10 @@ Global |
{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.Build.0 = Debug|Win32 |
{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.ActiveCfg = Release|Win32 |
{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.Build.0 = Release|Win32 |
+ {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Debug|Win32.ActiveCfg = Debug|Win32 |
+ {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Debug|Win32.Build.0 = Debug|Win32 |
+ {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Release|Win32.ActiveCfg = Release|Win32 |
+ {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Release|Win32.Build.0 = Release|Win32 |
{CF757839-F2A1-417C-8F25-DCAE480020F1}.Debug|Win32.ActiveCfg = Debug|Win32 |
{CF757839-F2A1-417C-8F25-DCAE480020F1}.Debug|Win32.Build.0 = Debug|Win32 |
{CF757839-F2A1-417C-8F25-DCAE480020F1}.Release|Win32.ActiveCfg = Release|Win32 |
@@ -125,6 +198,7 @@ Global |
{AE5BFB87-850E-4454-B01D-58E7D8BAC224} = {B607BE7B-3555-422C-A40B-28E73C0B5E24} |
{B9CC7B0D-145A-49C2-B887-84E43CFA0F27} = {F7A3B82E-B8B4-4FDF-BC8E-FEC9398F57ED} |
{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BCE54389-D18D-48B9-977E-9D1998200F63} |
+ {CA6CE3BB-B746-4D91-85A0-6944DD273E2A} = {BCE54389-D18D-48B9-977E-9D1998200F63} |
{CF757839-F2A1-417C-8F25-DCAE480020F1} = {B607BE7B-3555-422C-A40B-28E73C0B5E24} |
EndGlobalSection |
EndGlobal |