From b109b3aa802ba463200eeced0f654f5316549deb Mon Sep 17 00:00:00 2001 From: RadAd Date: Fri, 24 May 2019 11:43:35 +1000 Subject: Initial version --- tsm.vcxproj | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 tsm.vcxproj (limited to 'tsm.vcxproj') diff --git a/tsm.vcxproj b/tsm.vcxproj new file mode 100644 index 0000000..a9008d6 --- /dev/null +++ b/tsm.vcxproj @@ -0,0 +1,170 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + {F7508F50-F42C-4091-A87E-227FFE89C038} + Win32Proj + tsm + 8.1 + + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)Bin\$(Platform)$(Configuration)\ + Int\$(Platform)$(Configuration)\$(ProjectName)\ + + + $(SolutionDir)Bin\$(Platform)$(Configuration)\ + Int\$(Platform)$(Configuration)\$(ProjectName)\ + + + $(SolutionDir)Bin\$(Platform)$(Configuration)\ + Int\$(Platform)$(Configuration)\$(ProjectName)\ + + + $(SolutionDir)Bin\$(Platform)$(Configuration)\ + Int\$(Platform)$(Configuration)\$(ProjectName)\ + + + + + + Level3 + Disabled + BUILD_ENABLE_DEBUG;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + $(ProjectDir)\libtsm\src\shared;$(ProjectDir)\libtsm\external;%(AdditionalIncludeDirectories) + + + Windows + + + + + + + Level3 + Disabled + BUILD_ENABLE_DEBUG;_DEBUG;_LIB;%(PreprocessorDefinitions) + $(ProjectDir)\libtsm\src\shared;$(ProjectDir)\libtsm\external;%(AdditionalIncludeDirectories) + + + Windows + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + $(ProjectDir)\libtsm\src\shared;$(ProjectDir)\libtsm\external;%(AdditionalIncludeDirectories) + + + Windows + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_LIB;%(PreprocessorDefinitions) + $(ProjectDir)\libtsm\src\shared;$(ProjectDir)\libtsm\external;%(AdditionalIncludeDirectories) + + + Windows + true + true + + + + + + \ No newline at end of file -- cgit v1.2.3