|
|
@ -14,20 +14,20 @@ |
|
|
|
<ProjectGuid>{8861D665-FD49-4EFD-92C3-F4B8548AFD23}</ProjectGuid> |
|
|
|
<ProjectGuid>{8861D665-FD49-4EFD-92C3-F4B8548AFD23}</ProjectGuid> |
|
|
|
<Keyword>Win32Proj</Keyword> |
|
|
|
<Keyword>Win32Proj</Keyword> |
|
|
|
<RootNamespace>SMXSample</RootNamespace> |
|
|
|
<RootNamespace>SMXSample</RootNamespace> |
|
|
|
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> |
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
|
|
|
<ProjectName>SMXSample</ProjectName> |
|
|
|
<ProjectName>SMXSample</ProjectName> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<PlatformToolset>v143</PlatformToolset> |
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
@ -62,6 +62,7 @@ |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<DisableSpecificWarnings>4063;4100;4127;4201;4244;4275;4355;4505;4512;4702;4786;4996;4996;4005;4018;4389;4389;4800;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
|
|
|
<DisableSpecificWarnings>4063;4100;4127;4201;4244;4275;4355;4505;4512;4702;4786;4996;4996;4005;4018;4389;4389;4800;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
|
|
|
<AdditionalIncludeDirectories>..\sdk</AdditionalIncludeDirectories> |
|
|
|
<AdditionalIncludeDirectories>..\sdk</AdditionalIncludeDirectories> |
|
|
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
@ -80,6 +81,7 @@ |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<DisableSpecificWarnings>4063;4100;4127;4201;4244;4275;4355;4505;4512;4702;4786;4996;4996;4005;4018;4389;4389;4800;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
|
|
|
<DisableSpecificWarnings>4063;4100;4127;4201;4244;4275;4355;4505;4512;4702;4786;4996;4996;4005;4018;4389;4389;4800;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
|
|
|
<AdditionalIncludeDirectories>..\sdk</AdditionalIncludeDirectories> |
|
|
|
<AdditionalIncludeDirectories>..\sdk</AdditionalIncludeDirectories> |
|
|
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
@ -97,6 +99,9 @@ |
|
|
|
<Project>{c5fc0823-9896-4b7c-bfe1-b60db671a462}</Project> |
|
|
|
<Project>{c5fc0823-9896-4b7c-bfe1-b60db671a462}</Project> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
</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> |
|
|
|