Skip to content

Commit 03c9000

Browse files
committed
Update Mile.Project.Configurations to 1.0.1622.
1 parent 0d95f60 commit 03c9000

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.1426" Project="Mile.Project.Build.props" />
6+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" 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
@@ -15,11 +15,11 @@
1515
<MileProjectVersion>1.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2023-08-07'))).TotalDays).0</MileProjectVersion>
1616
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1717
</PropertyGroup>
18-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.x86.props" />
19-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.x64.props" />
20-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.ARM64.props" />
21-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.Default.props" />
22-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.props" />
18+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.x86.props" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.x64.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.ARM64.props" />
21+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.Default.props" />
22+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.props" />
2323
<PropertyGroup>
2424
<IncludePath>$(MSBuildThisFileDirectory)Include\fuse\;$(MSBuildThisFileDirectory)Include\dokan\;$(IncludePath)</IncludePath>
2525
</PropertyGroup>
@@ -93,5 +93,5 @@
9393
<ClInclude Include="Source\list.h" />
9494
<ClInclude Include="Source\resource.h" />
9595
</ItemGroup>
96-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.targets" />
96+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.targets" />
9797
</Project>

0 commit comments

Comments
 (0)