| 66 <LinkIncremental>true</LinkIncremental> |
66 <LinkIncremental>true</LinkIncremental> |
| 67 </PropertyGroup> |
67 </PropertyGroup> |
| 68 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
68 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
| 69 <UseDebugLibraries>false</UseDebugLibraries> |
69 <UseDebugLibraries>false</UseDebugLibraries> |
| 70 <WholeProgramOptimization>true</WholeProgramOptimization> |
70 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 71 <LinkIncremental>false</LinkIncremental> |
71 <LinkIncremental>true</LinkIncremental> |
| 72 </PropertyGroup> |
72 </PropertyGroup> |
| 73 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
73 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 74 <ImportGroup Label="ExtensionSettings"> |
74 <ImportGroup Label="ExtensionSettings"> |
| 75 </ImportGroup> |
75 </ImportGroup> |
| 76 <ImportGroup Label="PropertySheets"> |
76 <ImportGroup Label="PropertySheets"> |
| 89 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
89 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
| 90 <ClCompile> |
90 <ClCompile> |
| 91 <PreprocessorDefinitions>_DEBUG;DISABLE_XAML_GENERATED_MAIN__;UI_WINUI;UI_WINUI_PCH;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
91 <PreprocessorDefinitions>_DEBUG;DISABLE_XAML_GENERATED_MAIN__;UI_WINUI;UI_WINUI_PCH;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 92 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\ucx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
92 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\ucx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 93 <LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdc17</LanguageStandard_C> |
93 <LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdc17</LanguageStandard_C> |
| |
94 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MultiThreadedDebugDLL</RuntimeLibrary> |
| 94 </ClCompile> |
95 </ClCompile> |
| 95 <Link> |
96 <Link> |
| 96 <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">shell32.lib;gdi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
97 <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">shell32.lib;gdi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 97 </Link> |
98 </Link> |
| 98 </ItemDefinitionGroup> |
99 </ItemDefinitionGroup> |
| 99 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
100 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
| 100 <ClCompile> |
101 <ClCompile> |
| 101 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
102 <PreprocessorDefinitions>DISABLE_XAML_GENERATED_MAIN__;UI_WINUI;UI_WINUI_PCH;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
103 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\..\ucx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
104 <SDLCheck Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</SDLCheck> |
| |
105 <LanguageStandard_C Condition="'$(Configuration)|$(Platform)'=='Release|x64'">stdc17</LanguageStandard_C> |
| 102 </ClCompile> |
106 </ClCompile> |
| 103 <Link> |
107 <Link> |
| 104 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
108 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 105 <OptimizeReferences>true</OptimizeReferences> |
109 <OptimizeReferences>true</OptimizeReferences> |
| |
110 <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release|x64'">shell32.lib;gdi32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 106 </Link> |
111 </Link> |
| 107 </ItemDefinitionGroup> |
112 </ItemDefinitionGroup> |
| 108 <ItemGroup Condition="'$(WindowsPackageType)'!='None' and Exists('Package.appxmanifest')"> |
113 <ItemGroup Condition="'$(WindowsPackageType)'!='None' and Exists('Package.appxmanifest')"> |
| 109 <AppxManifest Include="Package.appxmanifest"> |
114 <AppxManifest Include="Package.appxmanifest"> |
| 110 <SubType>Designer</SubType> |
115 <SubType>Designer</SubType> |
| 169 <Page Include="MainWindow.xaml" /> |
174 <Page Include="MainWindow.xaml" /> |
| 170 </ItemGroup> |
175 </ItemGroup> |
| 171 <ItemGroup> |
176 <ItemGroup> |
| 172 <ClCompile Include="..\common\context.c"> |
177 <ClCompile Include="..\common\context.c"> |
| 173 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
178 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
179 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 174 </ClCompile> |
180 </ClCompile> |
| 175 <ClCompile Include="..\common\document.c"> |
181 <ClCompile Include="..\common\document.c"> |
| 176 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
182 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
183 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 177 </ClCompile> |
184 </ClCompile> |
| 178 <ClCompile Include="..\common\menu.c"> |
185 <ClCompile Include="..\common\menu.c"> |
| 179 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
186 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
187 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 180 </ClCompile> |
188 </ClCompile> |
| 181 <ClCompile Include="..\common\object.c"> |
189 <ClCompile Include="..\common\object.c"> |
| 182 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
190 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
191 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 183 </ClCompile> |
192 </ClCompile> |
| 184 <ClCompile Include="..\common\properties.c"> |
193 <ClCompile Include="..\common\properties.c"> |
| 185 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
194 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
195 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 186 </ClCompile> |
196 </ClCompile> |
| 187 <ClCompile Include="..\common\toolbar.c"> |
197 <ClCompile Include="..\common\toolbar.c"> |
| 188 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
198 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
199 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 189 </ClCompile> |
200 </ClCompile> |
| 190 <ClCompile Include="..\common\types.c"> |
201 <ClCompile Include="..\common\types.c"> |
| 191 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
202 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
203 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 192 </ClCompile> |
204 </ClCompile> |
| 193 <ClCompile Include="..\common\ucx_properties.c"> |
205 <ClCompile Include="..\common\ucx_properties.c"> |
| 194 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
206 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
| |
207 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
| 195 </ClCompile> |
208 </ClCompile> |
| 196 <ClCompile Include="appmenu.cpp" /> |
209 <ClCompile Include="appmenu.cpp" /> |
| 197 <ClCompile Include="button.cpp" /> |
210 <ClCompile Include="button.cpp" /> |
| 198 <ClCompile Include="commandbar.cpp" /> |
211 <ClCompile Include="commandbar.cpp" /> |
| 199 <ClCompile Include="condvar.cpp" /> |
212 <ClCompile Include="condvar.cpp" /> |
| 267 --> |
280 --> |
| 268 <PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'"> |
281 <PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'"> |
| 269 <HasPackageAndPublishMenu>true</HasPackageAndPublishMenu> |
282 <HasPackageAndPublishMenu>true</HasPackageAndPublishMenu> |
| 270 </PropertyGroup> |
283 </PropertyGroup> |
| 271 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
284 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
285 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
| |
286 <IntDir>..\..\build\vs\winui\$(Platform)\$(Configuration)\</IntDir> |
| |
287 </PropertyGroup> |
| |
288 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 272 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
289 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
| 273 <IntDir>..\..\build\vs\winui\$(Platform)\$(Configuration)\</IntDir> |
290 <IntDir>..\..\build\vs\winui\$(Platform)\$(Configuration)\</IntDir> |
| 274 </PropertyGroup> |
291 </PropertyGroup> |
| 275 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
292 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 276 <ImportGroup Label="ExtensionTargets"> |
293 <ImportGroup Label="ExtensionTargets"> |