| 110 </ItemDefinitionGroup> |
110 </ItemDefinitionGroup> |
| 111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 112 <ClCompile> |
112 <ClCompile> |
| 113 <WarningLevel>Level3</WarningLevel> |
113 <WarningLevel>Level3</WarningLevel> |
| 114 <SDLCheck>true</SDLCheck> |
114 <SDLCheck>true</SDLCheck> |
| 115 <PreprocessorDefinitions>_DEBUG;_CONSOLE;UI_WINUI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
115 <PreprocessorDefinitions>_DEBUG;_CONSOLE;UI_WINUI;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 116 <ConformanceMode>true</ConformanceMode> |
116 <ConformanceMode>true</ConformanceMode> |
| 117 <LanguageStandard_C>stdc11</LanguageStandard_C> |
117 <LanguageStandard_C>stdc17</LanguageStandard_C> |
| |
118 <AdditionalIncludeDirectories>$(SolutionDir)..\..\ucx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
119 <AdditionalOptions> |
| |
120 </AdditionalOptions> |
| 118 </ClCompile> |
121 </ClCompile> |
| 119 <Link> |
122 <Link> |
| 120 <SubSystem>Console</SubSystem> |
123 <SubSystem>Console</SubSystem> |
| 121 <GenerateDebugInformation>true</GenerateDebugInformation> |
124 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 122 </Link> |
125 </Link> |
| 136 <OptimizeReferences>true</OptimizeReferences> |
139 <OptimizeReferences>true</OptimizeReferences> |
| 137 <GenerateDebugInformation>true</GenerateDebugInformation> |
140 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 138 </Link> |
141 </Link> |
| 139 </ItemDefinitionGroup> |
142 </ItemDefinitionGroup> |
| 140 <ItemGroup> |
143 <ItemGroup> |
| |
144 <ClCompile Include="..\common\context.c" /> |
| |
145 <ClCompile Include="..\common\document.c" /> |
| |
146 <ClCompile Include="..\common\menu.c" /> |
| |
147 <ClCompile Include="..\common\object.c" /> |
| |
148 <ClCompile Include="..\common\properties.c" /> |
| |
149 <ClCompile Include="..\common\types.c" /> |
| |
150 <ClCompile Include="..\common\ucx_properties.c" /> |
| 141 <ClCompile Include="toolkit.cpp" /> |
151 <ClCompile Include="toolkit.cpp" /> |
| 142 <ClCompile Include="window.cpp" /> |
152 <ClCompile Include="window.cpp" /> |
| 143 </ItemGroup> |
153 </ItemGroup> |
| 144 <ItemGroup> |
154 <ItemGroup> |
| 145 <None Include="packages.config" /> |
155 <None Include="packages.config" /> |
| 146 </ItemGroup> |
156 </ItemGroup> |
| 147 <ItemGroup> |
157 <ItemGroup> |
| |
158 <ClInclude Include="..\common\context.h" /> |
| |
159 <ClInclude Include="..\common\document.h" /> |
| |
160 <ClInclude Include="..\common\menu.h" /> |
| |
161 <ClInclude Include="..\common\object.h" /> |
| |
162 <ClInclude Include="..\common\properties.h" /> |
| |
163 <ClInclude Include="..\common\types.h" /> |
| |
164 <ClInclude Include="..\common\ucx_properties.h" /> |
| 148 <ClInclude Include="toolkit.h" /> |
165 <ClInclude Include="toolkit.h" /> |
| 149 <ClInclude Include="window.h" /> |
166 <ClInclude Include="window.h" /> |
| |
167 </ItemGroup> |
| |
168 <ItemGroup> |
| |
169 <ProjectReference Include="..\..\make\vs\ucx\ucx.vcxproj"> |
| |
170 <Project>{27da0164-3475-43e2-a1a4-a5d07d305749}</Project> |
| |
171 </ProjectReference> |
| 150 </ItemGroup> |
172 </ItemGroup> |
| 151 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
173 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 152 <ImportGroup Label="ExtensionTargets"> |
174 <ImportGroup Label="ExtensionTargets"> |
| 153 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
175 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
| 154 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |
176 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |