mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
chore: slnx 指定启动项目
This commit is contained in:
parent
6fc3594d9d
commit
dc6c65fe14
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<Project Path="src/Magpie.Core/Magpie.Core.vcxproj" Id="0e5205ae-dfa9-4cb8-b662-e43cd6512e2a">
|
||||
<BuildDependency Project="src/_ConanDeps/_ConanDeps.vcxproj" />
|
||||
</Project>
|
||||
<Project Path="src/Magpie/Magpie.vcxproj" Id="1239537c-e5b8-427a-9e7f-ea443d1f3529">
|
||||
<Project Path="src/Magpie/Magpie.vcxproj" Id="1239537c-e5b8-427a-9e7f-ea443d1f3529" DefaultStartup="true">
|
||||
<BuildDependency Project="src/Effects/Effects.vcxproj" />
|
||||
<BuildDependency Project="src/TouchHelper/TouchHelper.vcxproj" />
|
||||
<BuildDependency Project="src/Updater/Updater.vcxproj" />
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<PropertyGroup Label="Configuration">
|
||||
<PlatformToolset Condition="$(UseClangCL)">ClangCL</PlatformToolset>
|
||||
<VS17 Condition="$([System.String]::new('$(MSBuildVersion)').StartsWith('17'))">true</VS17>
|
||||
<VS17 Condition="$(VS17) != 'true'">false</VS17>
|
||||
<VS17 Condition="'$(VS17)' != 'true'">false</VS17>
|
||||
<MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion>
|
||||
<VCProjectVersion Condition="$(VS17)">17.0</VCProjectVersion>
|
||||
<VCProjectVersion Condition="!$(VS17)">18.0</VCProjectVersion>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue