|
|
@ -17,7 +17,6 @@ |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>x64</Platform> |
|
|
|
<Platform>x64</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ProjectConfiguration> |
|
|
|
|
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
<VCProjectVersion>16.0</VCProjectVersion> |
|
|
|
<VCProjectVersion>16.0</VCProjectVersion> |
|
|
@ -53,27 +52,24 @@ |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
</ImportGroup> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="Shared" > |
|
|
|
<ImportGroup Label="Shared"> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
|
|
|
|
</ImportGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
@ -130,9 +126,13 @@ |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup></ItemGroup> |
|
|
|
<ClCompile Include="FiestaCraftingCalculator.cpp" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<ClInclude Include="olcPixelGameEngine.h" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
</ImportGroup> |
|
|
|
</ImportGroup> |
|
|
|
</Project> |
|
|
|
</Project> |