Skip to content

Commit d2fa6ef

Browse files
committed
Update Mile.Project.Configurations to 1.0.1768.
1 parent ed7c14f commit d2fa6ef

10 files changed

Lines changed: 51 additions & 51 deletions

File tree

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.1766" Project="Mile.Project.Build.props" />
6+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Build.props" />
77
</Project>

Mile.Samples.ClrConsoleApplication/Mile.Samples.ClrConsoleApplication.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1717
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1818
</PropertyGroup>
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" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x86.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
21+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
22+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
2323
<PropertyGroup Label="Configuration">
2424
<CLRSupport>true</CLRSupport>
2525
</PropertyGroup>
2626
<PropertyGroup Label="NuGet" Condition="('$(MSBuildProjectExtension)' == '.vcxproj') Or ('$(MSBuildProjectExtension)' == '.wapproj')">
2727
<TargetFrameworkMoniker>.NETFramework, Version=$(TargetFrameworkVersion)</TargetFrameworkMoniker>
2828
</PropertyGroup>
29-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.props" />
29+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
3030
<ItemDefinitionGroup>
3131
<ClCompile>
3232
<CompileAsManaged>true</CompileAsManaged>
@@ -49,5 +49,5 @@
4949
<Reference Include="System.Data" />
5050
<Reference Include="System.Xml" />
5151
</ItemGroup>
52-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
52+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
5353
</Project>

Mile.Samples.ConsoleApplication/Mile.Samples.ConsoleApplication.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<MileProjectVersion>1.0.0.0</MileProjectVersion>
1717
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1818
</PropertyGroup>
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" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x86.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
21+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
22+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
23+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
2424
<ItemGroup>
2525
<ClCompile Include="Mile.Samples.ConsoleApplication.cpp" />
2626
</ItemGroup>
@@ -32,5 +32,5 @@
3232
<Version>1.0.645</Version>
3333
</PackageReference>
3434
</ItemGroup>
35-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
35+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
3636
</Project>

Mile.Samples.DynamicLibrary/Mile.Samples.DynamicLibrary.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<MileProjectVersion>1.0.0.0</MileProjectVersion>
1717
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1818
</PropertyGroup>
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" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x86.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
21+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
22+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
23+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
2424
<ItemDefinitionGroup>
2525
<Link>
2626
<ModuleDefinitionFile>Mile.Samples.DynamicLibrary.def</ModuleDefinitionFile>
@@ -40,5 +40,5 @@
4040
<Version>1.0.645</Version>
4141
</PackageReference>
4242
</ItemGroup>
43-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
43+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
4444
</Project>

Mile.Samples.KMDFDriver/Mile.Samples.KMDFDriver.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<MileProjectVersion>1.0.0.0</MileProjectVersion>
1515
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1616
</PropertyGroup>
17-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x64.props" />
18-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.ARM64.props" />
19-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.Default.props" />
20-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.props" />
17+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
18+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
2121
<PropertyGroup Label="Globals">
2222
<!--TODO: -->
2323
<OutDir>$(MileProjectBinariesPath)$(Configuration)\$(Platform)\</OutDir>
@@ -50,5 +50,5 @@
5050
<WppKernelMode>true</WppKernelMode>
5151
</ClCompile>
5252
</ItemDefinitionGroup>
53-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
53+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
5454
</Project>

Mile.Samples.StaticLibrary/Mile.Samples.StaticLibrary.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<MileProjectType>StaticLibrary</MileProjectType>
77
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
88
</PropertyGroup>
9-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x86.props" />
10-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x64.props" />
11-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.ARM64.props" />
12-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.Default.props" />
13-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.props" />
9+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x86.props" />
10+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
11+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
12+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
13+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
1414
<ItemGroup>
1515
<ClCompile Include="Mile.Samples.StaticLibrary.cpp" />
1616
</ItemGroup>
@@ -19,5 +19,5 @@
1919
<Version>1.0.645</Version>
2020
</PackageReference>
2121
</ItemGroup>
22-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
22+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
2323
</Project>

Mile.Samples.StaticLibraryForDriver/Mile.Samples.StaticLibraryForDriver.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<MileProjectUseKernelMode>true</MileProjectUseKernelMode>
88
<MileProjectUseWindowsDriverKit>true</MileProjectUseWindowsDriverKit>
99
</PropertyGroup>
10-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x64.props" />
11-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.ARM64.props" />
12-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.Default.props" />
13-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.props" />
10+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
11+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
12+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
13+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
1414
<PropertyGroup Label="Globals">
1515
<!--TODO: -->
1616
<OutDir>$(MileProjectBinariesPath)$(Configuration)\$(Platform)\</OutDir>
@@ -20,5 +20,5 @@
2020
<ItemGroup>
2121
<ClCompile Include="Mile.Samples.StaticLibraryForDriver.cpp" />
2222
</ItemGroup>
23-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
23+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
2424
</Project>

Mile.Samples.UMDFDriver/Mile.Samples.UMDFDriver.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<MileProjectVersion>1.0.0.0</MileProjectVersion>
1616
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1717
</PropertyGroup>
18-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x64.props" />
19-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.ARM64.props" />
20-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.Default.props" />
21-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.props" />
18+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
21+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
2222
<PropertyGroup Label="Globals">
2323
<!--TODO: -->
2424
<OutDir>$(MileProjectBinariesPath)$(Configuration)\$(Platform)\</OutDir>
@@ -53,5 +53,5 @@
5353
<WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
5454
</ClCompile>
5555
</ItemDefinitionGroup>
56-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
56+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
5757
</Project>

Mile.Samples.WDMDriver/Mile.Samples.WDMDriver.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<MileProjectVersion>1.0.0.0</MileProjectVersion>
1515
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1616
</PropertyGroup>
17-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.x64.props" />
18-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Platform.ARM64.props" />
19-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.Default.props" />
20-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.props" />
17+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
18+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
2121
<PropertyGroup Label="Globals">
2222
<!--TODO: -->
2323
<OutDir>$(MileProjectBinariesPath)$(Configuration)\$(Platform)\</OutDir>
@@ -33,5 +33,5 @@
3333
<ItemGroup>
3434
<ClCompile Include="Mile.Samples.WDMDriver.cpp" />
3535
</ItemGroup>
36-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
36+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
3737
</Project>

Mile.Samples.WindowsApplication/Mile.Samples.WindowsApplication.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<MileProjectVersion>1.0.0.0</MileProjectVersion>
1717
<MileProjectVersionTag Condition="false">Alpha 1</MileProjectVersionTag>
1818
</PropertyGroup>
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" />
19+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x86.props" />
20+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.x64.props" />
21+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Platform.ARM64.props" />
22+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.Default.props" />
23+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.props" />
2424
<ItemGroup>
2525
<ClCompile Include="Mile.Samples.WindowsApplication.cpp" />
2626
</ItemGroup>
@@ -32,5 +32,5 @@
3232
<Version>1.0.645</Version>
3333
</PackageReference>
3434
</ItemGroup>
35-
<Import Sdk="Mile.Project.Configurations" Version="1.0.1766" Project="Mile.Project.Cpp.targets" />
35+
<Import Sdk="Mile.Project.Configurations" Version="1.0.1768" Project="Mile.Project.Cpp.targets" />
3636
</Project>

0 commit comments

Comments
 (0)