fuck go back
This commit is contained in:
@@ -75,27 +75,27 @@
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
||||
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
||||
<OutDir>bin-$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>obj-$(Platform)\$(Configuration)\</IntDir>
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<ManagedAssembly>false</ManagedAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
||||
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
||||
<OutDir>bin-$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>obj-$(Platform)\$(Configuration)\</IntDir>
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<ManagedAssembly>false</ManagedAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
||||
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
||||
<OutDir>bin-$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>obj-$(Platform)\$(Configuration)\</IntDir>
|
||||
<ManagedAssembly>false</ManagedAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
||||
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
||||
<OutDir>bin-$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>obj-$(Platform)\$(Configuration)\</IntDir>
|
||||
<ManagedAssembly>false</ManagedAssembly>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
@@ -220,8 +220,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Autoarr\Autoarr.c" />
|
||||
<ClCompile Include="Autoarr\Autoarr_KVPair_exported.c" />
|
||||
<ClCompile Include="Autoarr\Autoarr_Unitype_exported.c" />
|
||||
<ClCompile Include="Autoarr\StringBuilder.c" />
|
||||
<ClCompile Include="base\errors.c" />
|
||||
<ClCompile Include="base\mystr.c" />
|
||||
@@ -239,7 +237,6 @@
|
||||
<ClCompile Include="tests\test_dtsod.c" />
|
||||
<ClCompile Include="tests\test_hashtable.c" />
|
||||
<ClCompile Include="tests\test_marshalling.c" />
|
||||
<ClCompile Include="tests\test_safethrow.c" />
|
||||
<ClCompile Include="tests\test_searchtree.c" />
|
||||
<ClCompile Include="tests\test_string.c" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user