Reduce output from 65MB to < 200kb

This commit is contained in:
AeonLucid
2021-10-30 20:03:04 +02:00
parent 7a13e982a8
commit 1a5bc07d4e
6 changed files with 17 additions and 11 deletions
+2 -2
View File
@@ -47,13 +47,13 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)Prospect.Launcher\Libs</OutDir>
<OutDir>$(SolutionDir)Prospect.Launcher</OutDir>
<IntDir>$(ProjectDir)bin\intermediate\$(Platform)\$(Configuration)\</IntDir>
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)Prospect.Launcher\Libs</OutDir>
<OutDir>$(SolutionDir)Prospect.Launcher</OutDir>
<IntDir>$(ProjectDir)bin\intermediate\$(Platform)\$(Configuration)\</IntDir>
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>