|
17 | 17 | <Configuration>Release</Configuration>
|
18 | 18 | <Platform>x64</Platform>
|
19 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="Test|Win32"> |
| 21 | + <Configuration>Test</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Test|x64"> |
| 25 | + <Configuration>Test</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup>
|
21 | 29 | <PropertyGroup Label="Globals">
|
22 | 30 | <VCProjectVersion>16.0</VCProjectVersion>
|
|
32 | 40 | <PlatformToolset>v142</PlatformToolset>
|
33 | 41 | <CharacterSet>Unicode</CharacterSet>
|
34 | 42 | </PropertyGroup>
|
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|Win32'" Label="Configuration"> |
| 44 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 45 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 46 | + <PlatformToolset>v142</PlatformToolset> |
| 47 | + <CharacterSet>Unicode</CharacterSet> |
| 48 | + </PropertyGroup> |
35 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
36 | 50 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
37 | 51 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
45 | 59 | <PlatformToolset>v142</PlatformToolset>
|
46 | 60 | <CharacterSet>Unicode</CharacterSet>
|
47 | 61 | </PropertyGroup>
|
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|x64'" Label="Configuration"> |
| 63 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 64 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 65 | + <PlatformToolset>v142</PlatformToolset> |
| 66 | + <CharacterSet>Unicode</CharacterSet> |
| 67 | + </PropertyGroup> |
48 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
49 | 69 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
50 | 70 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
60 | 80 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
61 | 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
62 | 82 | </ImportGroup>
|
| 83 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Test|Win32'" Label="PropertySheets"> |
| 84 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 85 | + </ImportGroup> |
63 | 86 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
64 | 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65 | 88 | </ImportGroup>
|
66 | 89 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
67 | 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
68 | 91 | </ImportGroup>
|
| 92 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Test|x64'" Label="PropertySheets"> |
| 93 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 94 | + </ImportGroup> |
69 | 95 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
70 | 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
71 | 97 | </ImportGroup>
|
72 | 98 | <PropertyGroup Label="UserMacros" />
|
73 | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 100 | + <LinkIncremental>true</LinkIncremental> |
| 101 | + <OutDir>$(SolutionDir)\Debug_x86</OutDir> |
| 102 | + </PropertyGroup> |
| 103 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|Win32'"> |
74 | 104 | <LinkIncremental>true</LinkIncremental>
|
75 | 105 | <OutDir>$(SolutionDir)\Release_x86</OutDir>
|
76 | 106 | </PropertyGroup>
|
77 | 107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
78 | 108 | <LinkIncremental>false</LinkIncremental>
|
| 109 | + <OutDir>$(SolutionDir)\Release_x86</OutDir> |
79 | 110 | </PropertyGroup>
|
80 | 111 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 112 | + <LinkIncremental>true</LinkIncremental> |
| 113 | + <OutDir>$(SolutionDir)\Debug_x64</OutDir> |
| 114 | + </PropertyGroup> |
| 115 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|x64'"> |
81 | 116 | <LinkIncremental>true</LinkIncremental>
|
82 | 117 | <OutDir>$(SolutionDir)\Release_x64</OutDir>
|
83 | 118 | </PropertyGroup>
|
84 | 119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
85 | 120 | <LinkIncremental>false</LinkIncremental>
|
| 121 | + <OutDir>$(SolutionDir)\Release_x64</OutDir> |
86 | 122 | </PropertyGroup>
|
87 | 123 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 124 | + <ClCompile> |
| 125 | + <WarningLevel>Level3</WarningLevel> |
| 126 | + <SDLCheck>true</SDLCheck> |
| 127 | + <PreprocessorDefinitions>WIN32;_DEBUG;HDRCONTROLLER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 128 | + <ConformanceMode>true</ConformanceMode> |
| 129 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 130 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 131 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 132 | + <AdditionalOptions>/std:c++17 %(AdditionalOptions)</AdditionalOptions> |
| 133 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 134 | + </ClCompile> |
| 135 | + <Link> |
| 136 | + <SubSystem>Windows</SubSystem> |
| 137 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 138 | + <EnableUAC>false</EnableUAC> |
| 139 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 140 | + </Link> |
| 141 | + </ItemDefinitionGroup> |
| 142 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Test|Win32'"> |
88 | 143 | <ClCompile>
|
89 | 144 | <WarningLevel>Level3</WarningLevel>
|
90 | 145 | <SDLCheck>true</SDLCheck>
|
|
110 | 165 | <SDLCheck>true</SDLCheck>
|
111 | 166 | <PreprocessorDefinitions>WIN32;NDEBUG;HDRCONTROLLER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
112 | 167 | <ConformanceMode>true</ConformanceMode>
|
113 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 168 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
114 | 169 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
| 170 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
115 | 171 | </ClCompile>
|
116 | 172 | <Link>
|
117 | 173 | <SubSystem>Windows</SubSystem>
|
118 | 174 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
119 | 175 | <OptimizeReferences>true</OptimizeReferences>
|
120 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 176 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
121 | 177 | <EnableUAC>false</EnableUAC>
|
122 | 178 | </Link>
|
123 | 179 | </ItemDefinitionGroup>
|
124 | 180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 181 | + <ClCompile> |
| 182 | + <WarningLevel>Level3</WarningLevel> |
| 183 | + <SDLCheck>true</SDLCheck> |
| 184 | + <PreprocessorDefinitions>_DEBUG;HDRCONTROLLER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 185 | + <ConformanceMode>true</ConformanceMode> |
| 186 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 187 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 188 | + <AdditionalIncludeDirectories> |
| 189 | + </AdditionalIncludeDirectories> |
| 190 | + <AdditionalOptions>/std:c++17 %(AdditionalOptions)</AdditionalOptions> |
| 191 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 192 | + </ClCompile> |
| 193 | + <Link> |
| 194 | + <SubSystem>Windows</SubSystem> |
| 195 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 196 | + <EnableUAC>false</EnableUAC> |
| 197 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 198 | + </Link> |
| 199 | + </ItemDefinitionGroup> |
| 200 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Test|x64'"> |
125 | 201 | <ClCompile>
|
126 | 202 | <WarningLevel>Level3</WarningLevel>
|
127 | 203 | <SDLCheck>true</SDLCheck>
|
|
148 | 224 | <SDLCheck>true</SDLCheck>
|
149 | 225 | <PreprocessorDefinitions>NDEBUG;HDRCONTROLLER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
150 | 226 | <ConformanceMode>true</ConformanceMode>
|
151 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 227 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
152 | 228 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
| 229 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
153 | 230 | </ClCompile>
|
154 | 231 | <Link>
|
155 | 232 | <SubSystem>Windows</SubSystem>
|
156 | 233 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
157 | 234 | <OptimizeReferences>true</OptimizeReferences>
|
158 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 235 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
159 | 236 | <EnableUAC>false</EnableUAC>
|
160 | 237 | </Link>
|
161 | 238 | </ItemDefinitionGroup>
|
|
169 | 246 | <ClCompile Include="HDRController.cpp" />
|
170 | 247 | <ClCompile Include="pch.cpp">
|
171 | 248 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
| 249 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Test|Win32'">Create</PrecompiledHeader> |
172 | 250 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
| 251 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Test|x64'">Create</PrecompiledHeader> |
173 | 252 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
174 | 253 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
175 | 254 | </ClCompile>
|
|
0 commit comments