|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|ARM64EC"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM64EC</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 9 | <Configuration>Debug</Configuration> |
6 | 10 | <Platform>Win32</Platform> |
7 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Release|ARM64EC"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>ARM64EC</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|Win32"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>Win32</Platform> |
|
48 | 56 | <CharacterSet>Unicode</CharacterSet> |
49 | 57 | <UseOfMfc>Dynamic</UseOfMfc> |
50 | 58 | </PropertyGroup> |
| 59 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration"> |
| 60 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 61 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 62 | + <PlatformToolset>v143</PlatformToolset> |
| 63 | + <CharacterSet>Unicode</CharacterSet> |
| 64 | + <UseOfMfc>Dynamic</UseOfMfc> |
| 65 | + </PropertyGroup> |
51 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
52 | 67 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
53 | 68 | <UseDebugLibraries>false</UseDebugLibraries> |
|
56 | 71 | <CharacterSet>Unicode</CharacterSet> |
57 | 72 | <UseOfMfc>Dynamic</UseOfMfc> |
58 | 73 | </PropertyGroup> |
| 74 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration"> |
| 75 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 76 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 77 | + <PlatformToolset>v143</PlatformToolset> |
| 78 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 79 | + <CharacterSet>Unicode</CharacterSet> |
| 80 | + <UseOfMfc>Dynamic</UseOfMfc> |
| 81 | + </PropertyGroup> |
59 | 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
60 | 83 | <ImportGroup Label="ExtensionSettings"> |
61 | 84 | </ImportGroup> |
|
70 | 93 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
71 | 94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
72 | 95 | </ImportGroup> |
| 96 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="PropertySheets"> |
| 97 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 98 | + </ImportGroup> |
73 | 99 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
74 | 100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
75 | 101 | </ImportGroup> |
| 102 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets"> |
| 103 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 104 | + </ImportGroup> |
76 | 105 | <PropertyGroup Label="UserMacros" /> |
77 | 106 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
78 | 107 | <LinkIncremental>true</LinkIncremental> |
|
89 | 118 | <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
90 | 119 | <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\plugins\</OutDir> |
91 | 120 | </PropertyGroup> |
| 121 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
| 122 | + <LinkIncremental>true</LinkIncremental> |
| 123 | + <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
| 124 | + <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\plugins\</OutDir> |
| 125 | + </PropertyGroup> |
92 | 126 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
93 | 127 | <LinkIncremental>false</LinkIncremental> |
94 | 128 | <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
95 | 129 | <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\plugins\</OutDir> |
96 | 130 | </PropertyGroup> |
| 131 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
| 132 | + <LinkIncremental>false</LinkIncremental> |
| 133 | + <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
| 134 | + <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\plugins\</OutDir> |
| 135 | + </PropertyGroup> |
97 | 136 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
98 | 137 | <ClCompile> |
99 | 138 | <WarningLevel>Level3</WarningLevel> |
|
146 | 185 | <EnableUAC>false</EnableUAC> |
147 | 186 | </Link> |
148 | 187 | </ItemDefinitionGroup> |
| 188 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
| 189 | + <ClCompile> |
| 190 | + <WarningLevel>Level3</WarningLevel> |
| 191 | + <SDLCheck>true</SDLCheck> |
| 192 | + <PreprocessorDefinitions>_DEBUG;PLUGINDEMO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 193 | + <ConformanceMode>true</ConformanceMode> |
| 194 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 195 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 196 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 197 | + </ClCompile> |
| 198 | + <Link> |
| 199 | + <SubSystem>Windows</SubSystem> |
| 200 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 201 | + <EnableUAC>false</EnableUAC> |
| 202 | + </Link> |
| 203 | + </ItemDefinitionGroup> |
149 | 204 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
150 | 205 | <ClCompile> |
151 | 206 | <WarningLevel>Level3</WarningLevel> |
|
166 | 221 | <EnableUAC>false</EnableUAC> |
167 | 222 | </Link> |
168 | 223 | </ItemDefinitionGroup> |
| 224 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
| 225 | + <ClCompile> |
| 226 | + <WarningLevel>Level3</WarningLevel> |
| 227 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 228 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 229 | + <SDLCheck>true</SDLCheck> |
| 230 | + <PreprocessorDefinitions>NDEBUG;PLUGINDEMO_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 231 | + <ConformanceMode>true</ConformanceMode> |
| 232 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 233 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 234 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 235 | + </ClCompile> |
| 236 | + <Link> |
| 237 | + <SubSystem>Windows</SubSystem> |
| 238 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 239 | + <OptimizeReferences>true</OptimizeReferences> |
| 240 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 241 | + <EnableUAC>false</EnableUAC> |
| 242 | + </Link> |
| 243 | + </ItemDefinitionGroup> |
169 | 244 | <ItemGroup> |
170 | 245 | <ClInclude Include="..\include\PluginInterface.h" /> |
171 | 246 | <ClInclude Include="CustomDrawItem.h" /> |
|
184 | 259 | <ClCompile Include="OptionsDlg.cpp" /> |
185 | 260 | <ClCompile Include="pch.cpp"> |
186 | 261 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 262 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">Create</PrecompiledHeader> |
187 | 263 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
188 | 264 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
189 | 265 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 266 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">Create</PrecompiledHeader> |
190 | 267 | </ClCompile> |
191 | 268 | <ClCompile Include="PluginDemo.cpp" /> |
192 | 269 | <ClCompile Include="PluginSystemDate.cpp" /> |
|
0 commit comments