Skip to content

Commit

Permalink
Adjust the platform import position for project files to follow the c…
Browse files Browse the repository at this point in the history
…hanges from Mile.Project.Windows.Samples.
  • Loading branch information
MouriNaruto committed Oct 1, 2023
1 parent 2df7de3 commit 609dd98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NanaGet/NanaGet.vcxproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{4C5F187E-4734-489E-9D80-200B3EF14DCA}</ProjectGuid>
<ProjectName>NanaGet</ProjectName>
Expand All @@ -28,6 +25,9 @@
<MileProjectVersion>1.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-25'))).TotalDays).0</MileProjectVersion>
<!-- <MileProjectVersionTag>Preview 1</MileProjectVersionTag> -->
</PropertyGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.Default.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<Import Project="..\ThirdParty\WindowsTemplateLibrary.props" />
Expand Down

0 comments on commit 609dd98

Please sign in to comment.