Skip to content

Commit 99826bc

Browse files
committed
Update Mile.Project.Configurations to 1.0.1766.
1 parent ade34f3 commit 99826bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<PropertyGroup>
44
<MileProjectOutputPath>$(MSBuildThisFileDirectory)Output\</MileProjectOutputPath>
55
</PropertyGroup>
6-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Build.props" />
6+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Build.props" />
77
</Project>

Mile.Dokany/Mile.Dokany.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<MileProjectVersion>1.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2023-08-07'))).TotalDays).0</MileProjectVersion>
1717
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1818
</PropertyGroup>
19-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.x86.props" />
20-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.x64.props" />
21-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.ARM64.props" />
22-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.Default.props" />
23-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.props" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x86.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x64.props" />
21+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.ARM64.props" />
22+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.Default.props" />
23+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.props" />
2424
<PropertyGroup>
2525
<IncludePath>$(MSBuildThisFileDirectory)Include\fuse\;$(MSBuildThisFileDirectory)Include\dokan\;$(IncludePath)</IncludePath>
2626
</PropertyGroup>
@@ -105,5 +105,5 @@
105105
<Version>1.2.410</Version>
106106
</PackageReference>
107107
</ItemGroup>
108-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.targets" />
108+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
109109
</Project>

0 commit comments

Comments
 (0)