From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/apev2/apev2.vcxproj | 195 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 Src/apev2/apev2.vcxproj (limited to 'Src/apev2/apev2.vcxproj') diff --git a/Src/apev2/apev2.vcxproj b/Src/apev2/apev2.vcxproj new file mode 100644 index 00000000..bf5da763 --- /dev/null +++ b/Src/apev2/apev2.vcxproj @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {48387E27-2666-4ACF-9C21-AE508C529580} + apev2 + 10.0.19041.0 + + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + StaticLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + $(IncludePath) + $(LibraryPath) + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + $(IncludePath) + $(LibraryPath) + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + + + Debug + + + Debug + + + + Disabled + ../;../Wasabi;../replicant;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + ProgramDatabase + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + Disabled + ../;../Wasabi;../replicant;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebug + Level3 + ProgramDatabase + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + Size + ../;../Wasabi;../replicant;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + true + MultiThreadedDLL + false + true + true + Level3 + None + tag.h;%(ForcedIncludeFiles) + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + Size + ../;../Wasabi;../replicant;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + true + MultiThreaded + false + true + true + Level3 + None + tag.h;%(ForcedIncludeFiles) + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit