Skip to content

Commit 9535fe6

Browse files
committed
v4.4.14432.0
1 parent 6f53462 commit 9535fe6

11 files changed

+24
-18
lines changed

Common/Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<RootNamespace>ITHit.FileSystem.Samples.Common</RootNamespace>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="ITHit.FileSystem" Version="4.4.14419.0" />
12+
<PackageReference Include="ITHit.FileSystem" Version="4.4.14432.0" />
1313
</ItemGroup>
1414
</Project>

Windows/Common/Core/Common.Windows.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
1515
</ItemGroup>
1616
<ItemGroup>
17-
<PackageReference Include="ITHit.FileSystem.Windows" Version="4.4.14419.0" />
17+
<PackageReference Include="ITHit.FileSystem.Windows" Version="4.4.14432.0" />
1818
<ProjectReference Include="..\..\..\Common\Common.csproj" />
1919
</ItemGroup>
2020
</Project>

Windows/Common/ShellExtension/Common.Windows.ShellExtension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<PackageReference Include="ITHit.FileSystem.Windows" Version="4.4.14419.0" />
23+
<PackageReference Include="ITHit.FileSystem.Windows" Version="4.4.14432.0" />
2424
<ProjectReference Include="..\..\..\Common\Common.csproj" />
2525
<ProjectReference Include="..\Rpc.Proto\Common.Windows.Rpc.Proto.csproj" />
2626
<ProjectReference Include="..\Rpc\Common.Windows.Rpc.csproj" />

Windows/Common/VirtualDrive/Common.Windows.VirtualDrive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<PackageReference Include="ITHit.FileSystem.Windows" Version="4.4.14419.0" />
26+
<PackageReference Include="ITHit.FileSystem.Windows" Version="4.4.14432.0" />
2727
<ProjectReference Include="..\..\..\Common\Common.csproj" />
2828
<ProjectReference Include="..\Core\Common.Windows.Core.csproj" />
2929
<ProjectReference Include="..\Rpc.Proto\Common.Windows.Rpc.Proto.csproj" />

Windows/UserFileSystemSamples.sln

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,18 @@ EndProject
4040
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonShellExtensionRpc", "Common\WinRT.ShellExtension.Rpc\CommonShellExtensionRpc.csproj", "{8EA7BABA-FC44-4074-86CB-88B8F42CA055}"
4141
EndProject
4242
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VirtualDrive.WinRT.ShellExtension", "VirtualDrive\VirtualDrive.WinRT.ShellExtension\VirtualDrive.WinRT.ShellExtension.vcxproj", "{98E623B9-BCAB-48D2-80A2-1D7AADE897D6}"
43+
ProjectSection(ProjectDependencies) = postProject
44+
{CEFD557A-7366-4F4B-AF2B-17C6EDDD7A27} = {CEFD557A-7366-4F4B-AF2B-17C6EDDD7A27}
45+
{8EA7BABA-FC44-4074-86CB-88B8F42CA055} = {8EA7BABA-FC44-4074-86CB-88B8F42CA055}
46+
{D0DA8CE2-2AC3-42AE-BAF4-103E663EB70F} = {D0DA8CE2-2AC3-42AE-BAF4-103E663EB70F}
47+
EndProjectSection
4348
EndProject
4449
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WebDAVDrive.WinRT.ShellExtension", "WebDAVDrive\WebDAVDrive.WinRT.ShellExtension\WebDAVDrive.WinRT.ShellExtension.vcxproj", "{5730488F-9F58-4951-9502-49A5A9A42B07}"
50+
ProjectSection(ProjectDependencies) = postProject
51+
{CEFD557A-7366-4F4B-AF2B-17C6EDDD7A27} = {CEFD557A-7366-4F4B-AF2B-17C6EDDD7A27}
52+
{8EA7BABA-FC44-4074-86CB-88B8F42CA055} = {8EA7BABA-FC44-4074-86CB-88B8F42CA055}
53+
{D0DA8CE2-2AC3-42AE-BAF4-103E663EB70F} = {D0DA8CE2-2AC3-42AE-BAF4-103E663EB70F}
54+
EndProjectSection
4555
EndProject
4656
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualDrive.Common", "VirtualDrive\VirtualDrive.Common\VirtualDrive.Common.csproj", "{C6806A0E-50E7-401D-B474-CA2C7CEAD78A}"
4757
EndProject

Windows/VirtualDrive/VirtualDrive.WinRT.ShellExtension/VirtualDrive.WinRT.ShellExtension.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props" Condition="Exists('..\..\..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props')" />
4-
<Import Project="..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" />
3+
<Import Project="..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props" Condition="Exists('..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props')" />
4+
<Import Project="..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" />
55
<PropertyGroup Label="Globals">
66
<CppWinRTOptimized>true</CppWinRTOptimized>
77
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
@@ -148,13 +148,13 @@
148148
</ItemGroup>
149149
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
150150
<ImportGroup Label="ExtensionTargets">
151-
<Import Project="..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" />
151+
<Import Project="..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" />
152152
</ImportGroup>
153153
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
154154
<PropertyGroup>
155155
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
156156
</PropertyGroup>
157-
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props'))" />
158-
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets'))" />
157+
<Error Condition="!Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props'))" />
158+
<Error Condition="!Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets'))" />
159159
</Target>
160160
</Project>

Windows/VirtualDrive/VirtualDrive.WinRT.ShellExtension/x64/Debug/VirtualDrive.WinRT.ShellExtension.log

Lines changed: 0 additions & 2 deletions
This file was deleted.

Windows/VirtualDrive/VirtualDrive.WinRT.ShellExtension/x64/Debug/VirtualDrive.WinRT.ShellExtension.vcxproj.FileListAbsolute.txt

Whitespace-only changes.

Windows/WebDAVDrive/WebDAVDrive.WinRT.ShellExtension/WebDAVDrive.WinRT.ShellExtension.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props" Condition="Exists('..\..\..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props')" />
4-
<Import Project="..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" />
3+
<Import Project="..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props" Condition="Exists('..\..\packages\Grpc.Tools.2.40.0\build\native\Grpc.Tools.props')" />
4+
<Import Project="..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" />
55
<PropertyGroup Label="Globals">
66
<CppWinRTOptimized>true</CppWinRTOptimized>
77
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
@@ -136,13 +136,13 @@
136136
</ItemGroup>
137137
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
138138
<ImportGroup Label="ExtensionTargets">
139-
<Import Project="..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" />
139+
<Import Project="..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" />
140140
</ImportGroup>
141141
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
142142
<PropertyGroup>
143143
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
144144
</PropertyGroup>
145-
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props'))" />
146-
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets'))" />
145+
<Error Condition="!Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.props'))" />
146+
<Error Condition="!Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.211028.7\build\native\Microsoft.Windows.CppWinRT.targets'))" />
147147
</Target>
148148
</Project>

Windows/WebDAVDrive/WebDAVDrive.WinRT.ShellExtension/x64/Debug/WebDAVDrive.WinRT.ShellExtension.log

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)