diff options
Diffstat (limited to 'StormLib_test.vcxproj')
-rw-r--r-- | StormLib_test.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/StormLib_test.vcxproj b/StormLib_test.vcxproj index 514621f..ea4c6b4 100644 --- a/StormLib_test.vcxproj +++ b/StormLib_test.vcxproj @@ -75,6 +75,7 @@ <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> + <TargetName>$(ProjectName)</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> @@ -85,6 +86,7 @@ <OutDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</OutDir> <IntDir>./bin/$(ProjectName)/$(Platform)/$(Configuration)\</IntDir> <LinkIncremental>false</LinkIncremental> + <TargetName>$(ProjectName)</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> @@ -220,6 +222,7 @@ <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Level4</WarningLevel> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Level4</WarningLevel> </ClCompile> + <ClCompile Include="src\SBaseSubTypes.cpp" /> <ClCompile Include="src\SCompression.cpp"> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel> <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Level4</WarningLevel> @@ -507,7 +510,7 @@ <ClCompile Include="src\pklib\implode.c" /> <ClCompile Include="src\sparse\sparse.cpp" /> <ClCompile Include="src\zlib\adler32.c" /> - <ClCompile Include="src\zlib\compress.c" /> + <ClCompile Include="src\zlib\compress_zlib.c" /> <ClCompile Include="src\zlib\crc32.c" /> <ClCompile Include="src\zlib\deflate.c" /> <ClCompile Include="src\zlib\inffast.c" /> |