diff --git a/build/vc100/turtle.sln b/build/vc100/turtle.sln new file mode 100644 index 0000000..14befae --- /dev/null +++ b/build/vc100/turtle.sln @@ -0,0 +1,31 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "turtle", "turtle.vcxproj", "{831F2DEE-1E35-4533-A3B2-12C01BA8DA1D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "turtle_test", "turtle_test.vcxproj", "{74810A2A-33D8-47D6-9A50-71261F1683F5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "turtle_bench", "turtle_bench.vcxproj", "{2D607783-30B9-46DE-81E2-28513B31D5D2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + debug|Win32 = debug|Win32 + release|Win32 = release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {831F2DEE-1E35-4533-A3B2-12C01BA8DA1D}.debug|Win32.ActiveCfg = debug|Win32 + {831F2DEE-1E35-4533-A3B2-12C01BA8DA1D}.debug|Win32.Build.0 = debug|Win32 + {831F2DEE-1E35-4533-A3B2-12C01BA8DA1D}.release|Win32.ActiveCfg = release|Win32 + {831F2DEE-1E35-4533-A3B2-12C01BA8DA1D}.release|Win32.Build.0 = release|Win32 + {74810A2A-33D8-47D6-9A50-71261F1683F5}.debug|Win32.ActiveCfg = debug|Win32 + {74810A2A-33D8-47D6-9A50-71261F1683F5}.debug|Win32.Build.0 = debug|Win32 + {74810A2A-33D8-47D6-9A50-71261F1683F5}.release|Win32.ActiveCfg = release|Win32 + {74810A2A-33D8-47D6-9A50-71261F1683F5}.release|Win32.Build.0 = release|Win32 + {2D607783-30B9-46DE-81E2-28513B31D5D2}.debug|Win32.ActiveCfg = debug|Win32 + {2D607783-30B9-46DE-81E2-28513B31D5D2}.debug|Win32.Build.0 = debug|Win32 + {2D607783-30B9-46DE-81E2-28513B31D5D2}.release|Win32.ActiveCfg = release|Win32 + {2D607783-30B9-46DE-81E2-28513B31D5D2}.release|Win32.Build.0 = release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/build/vc100/turtle.vcxproj b/build/vc100/turtle.vcxproj new file mode 100644 index 0000000..a036199 --- /dev/null +++ b/build/vc100/turtle.vcxproj @@ -0,0 +1,105 @@ + + + + + debug + Win32 + + + release + Win32 + + + + {831F2DEE-1E35-4533-A3B2-12C01BA8DA1D} + + + + StaticLibrary + + + StaticLibrary + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ../../out/vc100/$(Configuration)/libraries/$(ProjectName)\ + ../../out/vc100/$(Configuration)/libraries/$(ProjectName)\ + ../../out/vc100/$(Configuration)/libraries/$(ProjectName)\ + ../../out/vc100/$(Configuration)/libraries/$(ProjectName)\ + + + + /Zm179 %(AdditionalOptions) + Disabled + $(IntDir); ../../include; ../../src/libraries; ../../src/libraries/$(ProjectName);%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + $(ProjectName)_pch.h + $(IntDir)$(ProjectName).pch + $(IntDir)$(ProjectName).pdb + Level4 + ProgramDatabase + + + $(OutDir)lib$(ProjectName)-vc100-mt-gd.lib + $(OutDir) ; ../../lib/vc100;%(AdditionalLibraryDirectories) + + + + + /Zm176 %(AdditionalOptions) + $(IntDir); ../../include; ../../src/libraries; ../../src/libraries/$(ProjectName);%(AdditionalIncludeDirectories) + WIN32; NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + Use + $(ProjectName)_pch.h + $(IntDir)$(ProjectName).pch + $(IntDir)$(ProjectName).pdb + Level4 + ProgramDatabase + + + $(OutDir)lib$(ProjectName)-vc100-mt.lib + $(OutDir) ; ../../lib/vc100;%(AdditionalLibraryDirectories) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc100/turtle.vcxproj.filters b/build/vc100/turtle.vcxproj.filters new file mode 100644 index 0000000..1ad3f82 --- /dev/null +++ b/build/vc100/turtle.vcxproj.filters @@ -0,0 +1,77 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/build/vc100/turtle.vcxproj.user b/build/vc100/turtle.vcxproj.user new file mode 100644 index 0000000..695b5c7 --- /dev/null +++ b/build/vc100/turtle.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/build/vc100/turtle_bench.vcxproj b/build/vc100/turtle_bench.vcxproj new file mode 100644 index 0000000..4c9e076 --- /dev/null +++ b/build/vc100/turtle_bench.vcxproj @@ -0,0 +1,106 @@ + + + + + debug + Win32 + + + release + Win32 + + + + {2D607783-30B9-46DE-81E2-28513B31D5D2} + + + + Application + + + Application + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ../../out/applications/$(ProjectName)/vc100/$(Configuration)\ + ../../out/applications/$(ProjectName)/vc100/$(Configuration)\ + ../../out/applications/$(ProjectName)/vc100/$(Configuration)\ + ../../out/applications/$(ProjectName)/vc100/$(Configuration)\ + $(ProjectName) + $(ProjectName) + + + + Disabled + ../../src/libraries;../../include/xerces-c/3.0.1;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + + + $(ProjectName)_pch.h + $(IntDir)$(ProjectName).pch + $(IntDir) + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level4 + true + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + $(OutDir);%(AdditionalLibraryDirectories) + true + Console + + + + + MaxSpeed + ../../src/libraries;../../include/xerces-c/3.0.1;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + true + + + $(ProjectName)_pch.h + $(IntDir)$(ProjectName).pch + $(IntDir) + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level4 + true + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + $(OutDir);%(AdditionalLibraryDirectories) + true + Console + false + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc100/turtle_bench.vcxproj.filters b/build/vc100/turtle_bench.vcxproj.filters new file mode 100644 index 0000000..8e6e728 --- /dev/null +++ b/build/vc100/turtle_bench.vcxproj.filters @@ -0,0 +1,19 @@ + + + + + {0ddf67a0-6350-4b1a-ad9f-0648d3985709} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx;h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + + + Source Files + + + \ No newline at end of file diff --git a/build/vc100/turtle_bench.vcxproj.user b/build/vc100/turtle_bench.vcxproj.user new file mode 100644 index 0000000..695b5c7 --- /dev/null +++ b/build/vc100/turtle_bench.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/build/vc100/turtle_test.vcxproj b/build/vc100/turtle_test.vcxproj new file mode 100644 index 0000000..45576be --- /dev/null +++ b/build/vc100/turtle_test.vcxproj @@ -0,0 +1,127 @@ + + + + + debug + Win32 + + + release + Win32 + + + + {74810A2A-33D8-47D6-9A50-71261F1683F5} + turtle_test + + + + Application + + + Application + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ../../out/vc100/$(Configuration)/tests/$(ProjectName)\ + ../../out/vc100/$(Configuration)/tests/$(ProjectName)\ + ../../out/vc100/$(Configuration)/tests/$(ProjectName)\ + ../../out/vc100/$(Configuration)/tests/$(ProjectName)\ + + + + /Zm172 %(AdditionalOptions) + Disabled + ../../src/libraries; ../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + + + $(ProjectName)_pch.h + $(IntDir)$(ProjectName).pch + $(IntDir) + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level4 + true + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ../../lib/vc100;%(AdditionalLibraryDirectories) + true + Console + + + cd ../../run/vc100 +"$(TargetDir)$(TargetName).exe" --result_code=no --report_level=no --log_level=warning --data_directory=../../data/tests/$(ProjectName) + + + + + + /Zm162 %(AdditionalOptions) + MaxSpeed + ../../src/libraries; ../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Default + MultiThreadedDLL + true + + + $(ProjectName)_pch.h + $(IntDir)$(ProjectName).pch + $(IntDir) + $(IntDir) + $(IntDir)$(ProjectName).pdb + Level4 + true + ProgramDatabase + + + %(AdditionalDependencies) + $(OutDir)$(ProjectName).exe + ../../lib/vc100;%(AdditionalLibraryDirectories) + true + Console + + + cd ../../run/vc100 +"$(TargetDir)$(TargetName).exe" --result_code=no --report_level=no --log_level=warning --data_directory=../../data/tests/$(ProjectName) + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc100/turtle_test.vcxproj.filters b/build/vc100/turtle_test.vcxproj.filters new file mode 100644 index 0000000..7ab6ed9 --- /dev/null +++ b/build/vc100/turtle_test.vcxproj.filters @@ -0,0 +1,52 @@ + + + + + {7b7d91a4-7b1e-441a-ac3f-2f93e73ae2ac} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx;h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/build/vc100/turtle_test.vcxproj.user b/build/vc100/turtle_test.vcxproj.user new file mode 100644 index 0000000..695b5c7 --- /dev/null +++ b/build/vc100/turtle_test.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file