From c817c81d9d79fe77b0729216b7db5a7eab56a23c Mon Sep 17 00:00:00 2001 From: "ulrich.bauer@gmail.com" Date: Thu, 28 Feb 2013 19:31:04 +0000 Subject: initial checkin git-svn-id: https://phat.googlecode.com/svn/trunk@2 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- build/Visual Studio/VisualStudio2008.sln | 44 +++ build/Visual Studio/VisualStudio2012.sln | 46 +++ build/Visual Studio/phat/phat.vcproj | 421 +++++++++++++++++++++ build/Visual Studio/phat/phat.vcxproj | 195 ++++++++++ build/Visual Studio/phat/phat.vcxproj.filters | 78 ++++ build/Visual Studio/self_test/self_test.vcproj | 421 +++++++++++++++++++++ build/Visual Studio/self_test/self_test.vcxproj | 195 ++++++++++ .../self_test/self_test.vcxproj.filters | 78 ++++ .../simple_example/simple_example.vcproj | 419 ++++++++++++++++++++ .../simple_example/simple_example.vcxproj | 195 ++++++++++ .../simple_example/simple_example.vcxproj.filters | 78 ++++ 11 files changed, 2170 insertions(+) create mode 100644 build/Visual Studio/VisualStudio2008.sln create mode 100644 build/Visual Studio/VisualStudio2012.sln create mode 100644 build/Visual Studio/phat/phat.vcproj create mode 100644 build/Visual Studio/phat/phat.vcxproj create mode 100644 build/Visual Studio/phat/phat.vcxproj.filters create mode 100644 build/Visual Studio/self_test/self_test.vcproj create mode 100644 build/Visual Studio/self_test/self_test.vcxproj create mode 100644 build/Visual Studio/self_test/self_test.vcxproj.filters create mode 100644 build/Visual Studio/simple_example/simple_example.vcproj create mode 100644 build/Visual Studio/simple_example/simple_example.vcxproj create mode 100644 build/Visual Studio/simple_example/simple_example.vcxproj.filters (limited to 'build') diff --git a/build/Visual Studio/VisualStudio2008.sln b/build/Visual Studio/VisualStudio2008.sln new file mode 100644 index 0000000..b325a17 --- /dev/null +++ b/build/Visual Studio/VisualStudio2008.sln @@ -0,0 +1,44 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "phat", "phat\phat.vcproj", "{B070D449-386F-4B1D-B405-168D9B960591}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "self_test", "self_test\self_test.vcproj", "{A2E06E7F-73D2-4735-9306-010BA873D72A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple_example", "simple_example\simple_example.vcproj", "{EF3AAC07-A647-49F8-B6E0-DA9525C93569}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|Win32.ActiveCfg = Debug|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|Win32.Build.0 = Debug|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|x64.ActiveCfg = Debug|x64 + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|x64.Build.0 = Debug|x64 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|Win32.ActiveCfg = Release|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|Win32.Build.0 = Release|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|x64.ActiveCfg = Release|x64 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|x64.Build.0 = Release|x64 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Debug|Win32.ActiveCfg = Debug|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Debug|Win32.Build.0 = Debug|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Debug|x64.ActiveCfg = Debug|x64 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|Win32.ActiveCfg = Release|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|Win32.Build.0 = Release|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|x64.ActiveCfg = Release|x64 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|x64.Build.0 = Release|x64 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Debug|Win32.ActiveCfg = Debug|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Debug|Win32.Build.0 = Debug|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Debug|x64.ActiveCfg = Debug|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|Win32.ActiveCfg = Release|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|Win32.Build.0 = Release|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|x64.ActiveCfg = Release|x64 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/build/Visual Studio/VisualStudio2012.sln b/build/Visual Studio/VisualStudio2012.sln new file mode 100644 index 0000000..2282a26 --- /dev/null +++ b/build/Visual Studio/VisualStudio2012.sln @@ -0,0 +1,46 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2012 for Windows Desktop +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "phat", "phat\phat.vcxproj", "{B070D449-386F-4B1D-B405-168D9B960591}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "self_test", "self_test\self_test.vcxproj", "{A2E06E7F-73D2-4735-9306-010BA873D72A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple_example", "simple_example\simple_example.vcxproj", "{EF3AAC07-A647-49F8-B6E0-DA9525C93569}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|Win32.ActiveCfg = Debug|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|Win32.Build.0 = Debug|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|x64.ActiveCfg = Debug|x64 + {B070D449-386F-4B1D-B405-168D9B960591}.Debug|x64.Build.0 = Debug|x64 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|Win32.ActiveCfg = Release|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|Win32.Build.0 = Release|Win32 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|x64.ActiveCfg = Release|x64 + {B070D449-386F-4B1D-B405-168D9B960591}.Release|x64.Build.0 = Release|x64 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Debug|Win32.ActiveCfg = Debug|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Debug|Win32.Build.0 = Debug|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Debug|x64.ActiveCfg = Debug|x64 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Debug|x64.Build.0 = Debug|x64 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|Win32.ActiveCfg = Release|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|Win32.Build.0 = Release|Win32 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|x64.ActiveCfg = Release|x64 + {A2E06E7F-73D2-4735-9306-010BA873D72A}.Release|x64.Build.0 = Release|x64 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Debug|Win32.ActiveCfg = Debug|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Debug|Win32.Build.0 = Debug|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Debug|x64.ActiveCfg = Debug|x64 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Debug|x64.Build.0 = Debug|x64 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|Win32.ActiveCfg = Release|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|Win32.Build.0 = Release|Win32 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|x64.ActiveCfg = Release|x64 + {EF3AAC07-A647-49F8-B6E0-DA9525C93569}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/build/Visual Studio/phat/phat.vcproj b/build/Visual Studio/phat/phat.vcproj new file mode 100644 index 0000000..d0c1cbb --- /dev/null +++ b/build/Visual Studio/phat/phat.vcproj @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/Visual Studio/phat/phat.vcxproj b/build/Visual Studio/phat/phat.vcxproj new file mode 100644 index 0000000..9729f72 --- /dev/null +++ b/build/Visual Studio/phat/phat.vcxproj @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B070D449-386F-4B1D-B405-168D9B960591} + phat + Win32Proj + + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.50727.1 + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + X64 + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + true + Console + MachineX64 + + + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX86 + + + + + X64 + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/Visual Studio/phat/phat.vcxproj.filters b/build/Visual Studio/phat/phat.vcxproj.filters new file mode 100644 index 0000000..9e124cd --- /dev/null +++ b/build/Visual Studio/phat/phat.vcxproj.filters @@ -0,0 +1,78 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {68ef1da9-96eb-4f06-b13e-84017b800989} + + + {b1c8ddee-de1e-4f15-8a24-1a8d91968add} + + + {d7afb7ab-b0cc-4472-b536-a55a44880a36} + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files + + + \ No newline at end of file diff --git a/build/Visual Studio/self_test/self_test.vcproj b/build/Visual Studio/self_test/self_test.vcproj new file mode 100644 index 0000000..3ad6d7e --- /dev/null +++ b/build/Visual Studio/self_test/self_test.vcproj @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/Visual Studio/self_test/self_test.vcxproj b/build/Visual Studio/self_test/self_test.vcxproj new file mode 100644 index 0000000..144f1cd --- /dev/null +++ b/build/Visual Studio/self_test/self_test.vcxproj @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A2E06E7F-73D2-4735-9306-010BA873D72A} + self_test + Win32Proj + + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.50727.1 + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX86 + + + + + X64 + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + true + Console + MachineX64 + + + + + X64 + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/Visual Studio/self_test/self_test.vcxproj.filters b/build/Visual Studio/self_test/self_test.vcxproj.filters new file mode 100644 index 0000000..7e68767 --- /dev/null +++ b/build/Visual Studio/self_test/self_test.vcxproj.filters @@ -0,0 +1,78 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {a4115ff8-f1c7-4fee-90d4-1f42d26bc49e} + + + {a5bd1194-8b76-4a86-8b7e-a1f5eebde8d4} + + + {caa56a2b-4b92-4184-9de8-5b2943c958fb} + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files + + + \ No newline at end of file diff --git a/build/Visual Studio/simple_example/simple_example.vcproj b/build/Visual Studio/simple_example/simple_example.vcproj new file mode 100644 index 0000000..f073257 --- /dev/null +++ b/build/Visual Studio/simple_example/simple_example.vcproj @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/Visual Studio/simple_example/simple_example.vcxproj b/build/Visual Studio/simple_example/simple_example.vcxproj new file mode 100644 index 0000000..098a027 --- /dev/null +++ b/build/Visual Studio/simple_example/simple_example.vcxproj @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EF3AAC07-A647-49F8-B6E0-DA9525C93569} + simple_example + Win32Proj + + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.50727.1 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX86 + + + + + X64 + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + true + Console + MachineX64 + + + + + X64 + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/Visual Studio/simple_example/simple_example.vcxproj.filters b/build/Visual Studio/simple_example/simple_example.vcxproj.filters new file mode 100644 index 0000000..d033114 --- /dev/null +++ b/build/Visual Studio/simple_example/simple_example.vcxproj.filters @@ -0,0 +1,78 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {42244bf1-35d1-48d7-968d-99867f9bf51f} + + + {a9a413e0-f093-43ff-8943-21151dab62fd} + + + {3c21d374-d190-46cc-8f11-db6aed8bb5a8} + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3