|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>x64</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Release-EDSS|x64"> |
| 9 | + <Configuration>Release-EDSS</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|x64"> |
9 | 13 | <Configuration>Release</Configuration> |
10 | 14 | <Platform>x64</Platform> |
|
51 | 55 | <ClInclude Include="source\util\async\LoadFile.h" /> |
52 | 56 | <ClInclude Include="source\util\async\StoreFile.h" /> |
53 | 57 | <ClInclude Include="source\util\async\BrowseReadSpec.h" /> |
54 | | - <ClInclude Include="source\util\async\BrowseFolder.h" /> |
55 | 58 | <ClInclude Include="source\util\async\BrowseStoreSpec.h" /> |
56 | 59 | <ClInclude Include="source\util\async\BindHotkey.h" /> |
57 | 60 | <ClInclude Include="source\util\async\ClearHotkey.h" /> |
|
116 | 119 | <CharacterSet>MultiByte</CharacterSet> |
117 | 120 | <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
118 | 121 | </PropertyGroup> |
| 122 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-EDSS|x64'" Label="Configuration"> |
| 123 | + <ConfigurationType>Application</ConfigurationType> |
| 124 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 125 | + <PlatformToolset>v143</PlatformToolset> |
| 126 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 127 | + <CharacterSet>MultiByte</CharacterSet> |
| 128 | + <PreferredToolArchitecture>x64</PreferredToolArchitecture> |
| 129 | + </PropertyGroup> |
119 | 130 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
120 | 131 | <ImportGroup Label="ExtensionSettings"> |
121 | 132 | </ImportGroup> |
|
130 | 141 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
131 | 142 | <Import Project="..\..\vcpkg.props" /> |
132 | 143 | </ImportGroup> |
| 144 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-EDSS|x64'" Label="PropertySheets"> |
| 145 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 146 | + <Import Project="..\..\vcpkg.props" /> |
| 147 | + </ImportGroup> |
133 | 148 | <PropertyGroup Label="UserMacros" /> |
134 | 149 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
135 | 150 | <IntDir>..\..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
|
147 | 162 | <GenerateManifest>true</GenerateManifest> |
148 | 163 | <EmbedManifest>true</EmbedManifest> |
149 | 164 | </PropertyGroup> |
| 165 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-EDSS|x64'"> |
| 166 | + <IntDir>..\..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> |
| 167 | + <OutDir>..\..\build\$(Configuration)\</OutDir> |
| 168 | + <TargetName>PresentMon</TargetName> |
| 169 | + <LinkIncremental>false</LinkIncremental> |
| 170 | + <GenerateManifest>true</GenerateManifest> |
| 171 | + <EmbedManifest>true</EmbedManifest> |
| 172 | + </PropertyGroup> |
150 | 173 | <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
151 | 174 | </PropertyGroup> |
152 | 175 | <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
153 | 176 | </PropertyGroup> |
| 177 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-EDSS|x64'" Label="Vcpkg" /> |
154 | 178 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
155 | 179 | <ClCompile> |
156 | 180 | <WarningLevel>Level3</WarningLevel> |
|
207 | 231 | <AdditionalManifestFiles>compatibility.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
208 | 232 | </Manifest> |
209 | 233 | </ItemDefinitionGroup> |
| 234 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-EDSS|x64'"> |
| 235 | + <ClCompile> |
| 236 | + <WarningLevel>Level3</WarningLevel> |
| 237 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 238 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 239 | + <SDLCheck>true</SDLCheck> |
| 240 | + <PreprocessorDefinitions>NDEBUG;_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 241 | + <ConformanceMode>true</ConformanceMode> |
| 242 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 243 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
| 244 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 245 | + <AdditionalIncludeDirectories>..;Cef\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 246 | + </ClCompile> |
| 247 | + <Link> |
| 248 | + <SubSystem>Windows</SubSystem> |
| 249 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 250 | + <OptimizeReferences>true</OptimizeReferences> |
| 251 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 252 | + <AdditionalLibraryDirectories>Cef\Lib\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 253 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 254 | + <UACUIAccess>true</UACUIAccess> |
| 255 | + <UACExecutionLevel>RequireAdministrator</UACExecutionLevel> |
| 256 | + </Link> |
| 257 | + <PostBuildEvent> |
| 258 | + <Message> |
| 259 | + </Message> |
| 260 | + <Command> |
| 261 | + </Command> |
| 262 | + </PostBuildEvent> |
| 263 | + <Manifest> |
| 264 | + <AdditionalManifestFiles>compatibility.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles> |
| 265 | + </Manifest> |
| 266 | + </ItemDefinitionGroup> |
210 | 267 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
211 | 268 | <ImportGroup Label="ExtensionTargets"> |
212 | 269 | </ImportGroup> |
|
0 commit comments