|
|
@ -41,7 +41,7 @@ |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
@ -135,7 +135,8 @@ |
|
|
|
<GenerateMapFile>true</GenerateMapFile> |
|
|
|
<GenerateMapFile>true</GenerateMapFile> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
<PostBuildEvent> |
|
|
|
<PostBuildEvent> |
|
|
|
<Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life"</Command> |
|
|
|
<Command> |
|
|
|
|
|
|
|
</Command> |
|
|
|
</PostBuildEvent> |
|
|
|
</PostBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|