|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Release_Clang|Win32"> |
| 9 | + <Configuration>Release_Clang</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release_Clang|x64"> |
| 13 | + <Configuration>Release_Clang</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|Win32"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>Win32</Platform> |
|
22 | 30 | <VCProjectVersion>17.0</VCProjectVersion> |
23 | 31 | <ProjectGuid>{9EA0A49E-A5DB-4A8A-B63D-FED0ACD8E059}</ProjectGuid> |
24 | 32 | <Keyword>Win32Proj</Keyword> |
| 33 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
25 | 34 | </PropertyGroup> |
26 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
34 | 43 | <UseDebugLibraries>false</UseDebugLibraries> |
35 | 44 | <PlatformToolset>v143</PlatformToolset> |
36 | 45 | </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|Win32'" Label="Configuration"> |
| 47 | + <ConfigurationType>Application</ConfigurationType> |
| 48 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 49 | + <PlatformToolset>ClangCL</PlatformToolset> |
| 50 | + </PropertyGroup> |
37 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
38 | 52 | <ConfigurationType>Application</ConfigurationType> |
39 | 53 | <UseDebugLibraries>true</UseDebugLibraries> |
|
44 | 58 | <UseDebugLibraries>false</UseDebugLibraries> |
45 | 59 | <PlatformToolset>v143</PlatformToolset> |
46 | 60 | </PropertyGroup> |
| 61 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|x64'" Label="Configuration"> |
| 62 | + <ConfigurationType>Application</ConfigurationType> |
| 63 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 64 | + <PlatformToolset>ClangCL</PlatformToolset> |
| 65 | + </PropertyGroup> |
47 | 66 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
48 | 67 | <ImportGroup Label="ExtensionSettings"> |
49 | 68 | </ImportGroup> |
|
55 | 74 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
56 | 75 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
57 | 76 | </ImportGroup> |
| 77 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|Win32'" Label="PropertySheets"> |
| 78 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 79 | + </ImportGroup> |
58 | 80 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
59 | 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
60 | 82 | </ImportGroup> |
61 | 83 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
62 | 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
63 | 85 | </ImportGroup> |
| 86 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|x64'" Label="PropertySheets"> |
| 87 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 88 | + </ImportGroup> |
64 | 89 | <PropertyGroup Label="UserMacros" /> |
65 | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
66 | 91 | <LinkIncremental>false</LinkIncremental> |
|
71 | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
72 | 97 | <LinkIncremental>false</LinkIncremental> |
73 | 98 | </PropertyGroup> |
| 99 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|Win32'"> |
| 100 | + <LinkIncremental>false</LinkIncremental> |
| 101 | + </PropertyGroup> |
74 | 102 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
75 | 103 | <LinkIncremental>false</LinkIncremental> |
76 | 104 | </PropertyGroup> |
| 105 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|x64'"> |
| 106 | + <LinkIncremental>false</LinkIncremental> |
| 107 | + </PropertyGroup> |
77 | 108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
78 | 109 | <ClCompile> |
79 | 110 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
118 | 149 | <OptimizeReferences>true</OptimizeReferences> |
119 | 150 | </Link> |
120 | 151 | </ItemDefinitionGroup> |
| 152 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|Win32'"> |
| 153 | + <ClCompile> |
| 154 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 155 | + <WarningLevel>Level3</WarningLevel> |
| 156 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 157 | + <AdditionalIncludeDirectories>api;api/ancient</AdditionalIncludeDirectories> |
| 158 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 159 | + <TreatWarningAsError>true</TreatWarningAsError> |
| 160 | + </ClCompile> |
| 161 | + <Link> |
| 162 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 163 | + <SubSystem>Console</SubSystem> |
| 164 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 165 | + <OptimizeReferences>true</OptimizeReferences> |
| 166 | + </Link> |
| 167 | + </ItemDefinitionGroup> |
121 | 168 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
122 | 169 | <ClCompile> |
123 | 170 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
134 | 181 | <OptimizeReferences>true</OptimizeReferences> |
135 | 182 | </Link> |
136 | 183 | </ItemDefinitionGroup> |
| 184 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Clang|x64'"> |
| 185 | + <ClCompile> |
| 186 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 187 | + <WarningLevel>Level3</WarningLevel> |
| 188 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 189 | + <AdditionalIncludeDirectories>api;api/ancient</AdditionalIncludeDirectories> |
| 190 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 191 | + <TreatWarningAsError>true</TreatWarningAsError> |
| 192 | + </ClCompile> |
| 193 | + <Link> |
| 194 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 195 | + <SubSystem>Console</SubSystem> |
| 196 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 197 | + <OptimizeReferences>true</OptimizeReferences> |
| 198 | + </Link> |
| 199 | + </ItemDefinitionGroup> |
137 | 200 | <ItemGroup> |
138 | 201 | <ClCompile Include="main.cpp" /> |
139 | 202 | <ClCompile Include="src\ACCADecompressor.cpp" /> |
|
0 commit comments