|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Aperture Tag|Win32"> |
| 5 | + <Configuration>Aperture Tag</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Divinity|Win32"> |
5 | 9 | <Configuration>Divinity</Configuration> |
6 | 10 | <Platform>Win32</Platform> |
|
30 | 34 | <CharacterSet>MultiByte</CharacterSet> |
31 | 35 | <PlatformToolset>v143</PlatformToolset> |
32 | 36 | </PropertyGroup> |
| 37 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'" Label="Configuration"> |
| 38 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 39 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 40 | + <CharacterSet>MultiByte</CharacterSet> |
| 41 | + <PlatformToolset>v143</PlatformToolset> |
| 42 | + </PropertyGroup> |
33 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'" Label="Configuration"> |
34 | 44 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 | 45 | <UseDebugLibraries>true</UseDebugLibraries> |
|
54 | 64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Portal 2|Win32'" Label="PropertySheets"> |
55 | 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
56 | 66 | </ImportGroup> |
| 67 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'" Label="PropertySheets"> |
| 68 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 69 | + </ImportGroup> |
57 | 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'" Label="PropertySheets"> |
58 | 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
59 | 72 | </ImportGroup> |
|
67 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portal 2|Win32'"> |
68 | 81 | <OutDir>.\Release\.\</OutDir> |
69 | 82 | </PropertyGroup> |
| 83 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'"> |
| 84 | + <OutDir>.\Release\.\</OutDir> |
| 85 | + </PropertyGroup> |
70 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'"> |
71 | 87 | <OutDir>.\Release\.\</OutDir> |
72 | 88 | </PropertyGroup> |
|
79 | 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portal 2|Win32'"> |
80 | 96 | <IntDir>.\Release\.\</IntDir> |
81 | 97 | </PropertyGroup> |
| 98 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'"> |
| 99 | + <IntDir>.\Release\.\</IntDir> |
| 100 | + </PropertyGroup> |
82 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'"> |
83 | 102 | <IntDir>.\Release\.\</IntDir> |
84 | 103 | </PropertyGroup> |
|
91 | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portal 2|Win32'"> |
92 | 111 | <TargetName>p2mm</TargetName> |
93 | 112 | </PropertyGroup> |
| 113 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'"> |
| 114 | + <TargetName>p2mm</TargetName> |
| 115 | + </PropertyGroup> |
94 | 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'"> |
95 | 117 | <TargetName>p2mm</TargetName> |
96 | 118 | </PropertyGroup> |
|
103 | 125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portal 2|Win32'"> |
104 | 126 | <TargetExt>.dll</TargetExt> |
105 | 127 | </PropertyGroup> |
| 128 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'"> |
| 129 | + <TargetExt>.dll</TargetExt> |
| 130 | + </PropertyGroup> |
106 | 131 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'"> |
107 | 132 | <TargetExt>.dll</TargetExt> |
108 | 133 | </PropertyGroup> |
|
116 | 141 | <ExtensionsToDeleteOnClean>*.cdf;*.cache;*.obj;*.ilk;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi</ExtensionsToDeleteOnClean> |
117 | 142 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)\lib;</IncludePath> |
118 | 143 | </PropertyGroup> |
| 144 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'"> |
| 145 | + <ExtensionsToDeleteOnClean>*.cdf;*.cache;*.obj;*.ilk;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi</ExtensionsToDeleteOnClean> |
| 146 | + <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)\lib;</IncludePath> |
| 147 | + </PropertyGroup> |
119 | 148 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'"> |
120 | 149 | <ExtensionsToDeleteOnClean>*.cdf;*.cache;*.obj;*.ilk;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi</ExtensionsToDeleteOnClean> |
121 | 150 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)\lib;</IncludePath> |
|
172 | 201 | </Message> |
173 | 202 | </PostBuildEvent> |
174 | 203 | </ItemDefinitionGroup> |
| 204 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Aperture Tag|Win32'"> |
| 205 | + <ClCompile> |
| 206 | + <WarningLevel>Level4</WarningLevel> |
| 207 | + <Optimization>Disabled</Optimization> |
| 208 | + <AdditionalIncludeDirectories>public;public\tier0;public\tier1;$(SolutionDir)\lib;discord-rpc;curl</AdditionalIncludeDirectories> |
| 209 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 210 | + <PreprocessorDefinitions>VPC;RAD_TELEMETRY_DISABLED;_HAS_ITERATOR_DEBUGGING=0;WIN32;_WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_ALLOW_RUNTIME_LIBRARY_MISMATCH;_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH;_ALLOW_MSC_VER_MISMATCH;%(PreprocessorDefinitions);COMPILER_MSVC32;COMPILER_MSVC;_DLL_EXT=.dll;DLLNAME=p2mm;BINK_VIDEO;AVI_VIDEO;WMV_VIDEO;DEV_BUILD;FRAME_POINTER_OMISSION_DISABLED;_MBCS;_EXTERNAL_DLL_EXT=.dll;VPCGAMECAPS=HL2MP;SOURCE1=1;VPCGAME=hl2mp;</PreprocessorDefinitions> |
| 211 | + <StringPooling>false</StringPooling> |
| 212 | + <ExceptionHandling>false</ExceptionHandling> |
| 213 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
| 214 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 215 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 216 | + <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet> |
| 217 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 218 | + <RuntimeTypeInfo>true</RuntimeTypeInfo> |
| 219 | + <AssemblerListingLocation> |
| 220 | + </AssemblerListingLocation> |
| 221 | + <ObjectFileName>$(IntDir)/</ObjectFileName> |
| 222 | + <ProgramDataBaseFileName>$(IntDir)/</ProgramDataBaseFileName> |
| 223 | + <BrowseInformationFile>$(IntDir)/</BrowseInformationFile> |
| 224 | + <CompileAs>CompileAsCpp</CompileAs> |
| 225 | + <DisableSpecificWarnings>;4316</DisableSpecificWarnings> |
| 226 | + <UseFullPaths>true</UseFullPaths> |
| 227 | + <ErrorReporting>Prompt</ErrorReporting> |
| 228 | + <MinimalRebuild>false</MinimalRebuild> |
| 229 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 230 | + <CompileAsManaged>false</CompileAsManaged> |
| 231 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
| 232 | + <LanguageStandard_C>Default</LanguageStandard_C> |
| 233 | + </ClCompile> |
| 234 | + <Link> |
| 235 | + <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation> |
| 236 | + <AdditionalLibraryDirectories>lib\public;%(AdditionalLibraryDirectories);minhook\lib;curl\lib;discord-rpc\lib</AdditionalLibraryDirectories> |
| 237 | + <AdditionalDependencies>Normaliz.lib;Crypt32.lib;Iphlpapi.lib;Advapi32.lib;Ws2_32.lib;wldap32.lib;ole32.lib;legacy_stdio_definitions.lib;vstdlib.lib;tier0.lib;tier1.lib;tier2.lib;mathlib.lib;interfaces.lib;libMinHook-x86-v141-mtd.lib;libcurl_a.lib;discord-rpc.lib</AdditionalDependencies> |
| 238 | + <IgnoreSpecificDefaultLibraries>libc;libcd;libcmt;libcpmt;libcpmt1</IgnoreSpecificDefaultLibraries> |
| 239 | + <LinkStatus> |
| 240 | + </LinkStatus> |
| 241 | + </Link> |
| 242 | + <PostBuildEvent> |
| 243 | + <Command>IF EXIST ./copy.bat copy.bat</Command> |
| 244 | + <Message> |
| 245 | + </Message> |
| 246 | + </PostBuildEvent> |
| 247 | + </ItemDefinitionGroup> |
175 | 248 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Divinity|Win32'"> |
176 | 249 | <ClCompile> |
177 | 250 | <WarningLevel>Level4</WarningLevel> |
|
0 commit comments