make/vs/idav/idav.vcxproj

changeset 6
09ac07345656
parent 2
fbdfaacc4182
child 8
726b24766437
equal deleted inserted replaced
5:83263002816f 6:09ac07345656
79 <PropertyGroup Label="UserMacros" /> 79 <PropertyGroup Label="UserMacros" />
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> 81 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir>
82 <IntDir>..\..\..\build\vs\idav\$(Platform)\$(Configuration)\</IntDir> 82 <IntDir>..\..\..\build\vs\idav\$(Platform)\$(Configuration)\</IntDir>
83 </PropertyGroup> 83 </PropertyGroup>
84 <PropertyGroup Label="Vcpkg">
85 <VcpkgEnableManifest>true</VcpkgEnableManifest>
86 </PropertyGroup>
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 87 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
85 <ClCompile> 88 <ClCompile>
86 <WarningLevel>Level3</WarningLevel> 89 <WarningLevel>Level3</WarningLevel>
87 <SDLCheck>true</SDLCheck> 90 <SDLCheck>true</SDLCheck>
88 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 91 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110 </Link> 113 </Link>
111 </ItemDefinitionGroup> 114 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113 <ClCompile> 116 <ClCompile>
114 <WarningLevel>Level3</WarningLevel> 117 <WarningLevel>Level3</WarningLevel>
115 <SDLCheck>true</SDLCheck> 118 <SDLCheck>false</SDLCheck>
116 <PreprocessorDefinitions>_DEBUG;_CONSOLE;UI_WINUI;%(PreprocessorDefinitions)</PreprocessorDefinitions> 119 <PreprocessorDefinitions>_DEBUG;_CONSOLE;UI_WINUI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 <ConformanceMode>true</ConformanceMode> 120 <ConformanceMode>true</ConformanceMode>
118 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\ui\;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 121 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include;..\..\..\ui\;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
119 <LanguageStandard_C>stdc17</LanguageStandard_C> 122 <LanguageStandard_C>stdc17</LanguageStandard_C>
120 </ClCompile> 123 </ClCompile>
144 </ItemGroup> 147 </ItemGroup>
145 <ItemGroup> 148 <ItemGroup>
146 <ProjectReference Include="..\..\..\ui\winui\winui.vcxproj"> 149 <ProjectReference Include="..\..\..\ui\winui\winui.vcxproj">
147 <Project>{59f97886-bf49-4b3f-9ef6-fa7a84f3ab56}</Project> 150 <Project>{59f97886-bf49-4b3f-9ef6-fa7a84f3ab56}</Project>
148 </ProjectReference> 151 </ProjectReference>
152 <ProjectReference Include="..\libidav\libidav.vcxproj">
153 <Project>{c29c0378-6548-48e8-9426-31922515212a}</Project>
154 </ProjectReference>
149 <ProjectReference Include="..\ucx\ucx.vcxproj"> 155 <ProjectReference Include="..\ucx\ucx.vcxproj">
150 <Project>{27da0164-3475-43e2-a1a4-a5d07d305749}</Project> 156 <Project>{27da0164-3475-43e2-a1a4-a5d07d305749}</Project>
151 </ProjectReference> 157 </ProjectReference>
152 </ItemGroup> 158 </ItemGroup>
153 <ItemGroup> 159 <ItemGroup>
154 <Manifest Include="app.manifest" /> 160 <Manifest Include="app.manifest" />
155 </ItemGroup> 161 </ItemGroup>
156 <ItemGroup> 162 <ItemGroup>
157 <ClCompile Include="..\..\..\application\application.c" /> 163 <ClCompile Include="..\..\..\application\application.c" />
164 <ClCompile Include="..\..\..\application\config.c" />
158 <ClCompile Include="..\..\..\application\main.c" /> 165 <ClCompile Include="..\..\..\application\main.c" />
166 <ClCompile Include="..\..\..\application\pwd.c" />
167 <ClCompile Include="..\..\..\application\system.c" />
159 <ClCompile Include="..\..\..\application\window.c" /> 168 <ClCompile Include="..\..\..\application\window.c" />
160 </ItemGroup> 169 </ItemGroup>
161 <ItemGroup> 170 <ItemGroup>
162 <ClInclude Include="..\..\..\application\application.h" /> 171 <ClInclude Include="..\..\..\application\application.h" />
172 <ClInclude Include="..\..\..\application\config.h" />
173 <ClInclude Include="..\..\..\application\pwd.h" />
174 <ClInclude Include="..\..\..\application\system.h" />
163 <ClInclude Include="..\..\..\application\window.h" /> 175 <ClInclude Include="..\..\..\application\window.h" />
164 </ItemGroup> 176 </ItemGroup>
165 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 177 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
166 <ImportGroup Label="ExtensionTargets"> 178 <ImportGroup Label="ExtensionTargets">
167 <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> 179 <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" />

mercurial