-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'RELEASE-3.6.0' into KDESKTOP-772-Mode-Delete-conflict-r…
…esolution-on-directory-is-broken
- Loading branch information
Showing
25 changed files
with
1,320 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
extensions/windows/cfapi/FileExplorerExtensionPackage/BundleArtifacts/arm64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MainPackage=F:\Projects\desktop-kDrive\extensions\windows\cfapi\FileExplorerExtensionPackage\bin\ARM64\Release\FileExplorerExtensionPackage_3.6.0.0_ARM64.msix |
1 change: 1 addition & 0 deletions
1
extensions/windows/cfapi/FileExplorerExtensionPackage/BundleArtifacts/x64.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
MainPackage=F:\Projects\desktop-kDrive\extensions\windows\cfapi\FileExplorerExtensionPackage\bin\x64\Release\FileExplorerExtensionPackage_3.6.0.0_x64.msix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+18.2 KB
extensions/windows/cfapi/packages/Microsoft.Windows.CppWinRT.1.0.181129.3/.signature.p7s
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
...ges/Microsoft.Windows.CppWinRT.1.0.181129.3/build/native/Microsoft.Windows.CppWinRT.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- | ||
*********************************************************************************************** | ||
Copyright (C) Microsoft Corporation. All rights reserved. | ||
*********************************************************************************************** | ||
--> | ||
<!--Set compiler and linker options for projects requiring C++/WinRT. As these options can | ||
potentially break builds, they must be explicitly opted into by adding a reference to the | ||
Microsoft.Cpp.CppWinRT Nuget package, or by adding the CppWinRTEnabled project property. --> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<PropertyGroup> | ||
<PreferredToolArchitecture>x64</PreferredToolArchitecture> | ||
<CanReferenceWinRT>true</CanReferenceWinRT> | ||
<GeneratedFilesDir Condition="'$(GeneratedFilesDir)' == ''">Generated Files\</GeneratedFilesDir> | ||
<CppWinRTPackage Condition="'$(CppWinRTEnabled)' != 'true'">true</CppWinRTPackage> | ||
<CppWinRTPackage Condition="'$(CppWinRTPackage)' != 'true'">false</CppWinRTPackage> | ||
<XamlLanguage>CppWinRT</XamlLanguage> | ||
<IsNativeLanguage>true</IsNativeLanguage> | ||
</PropertyGroup> | ||
|
||
<ItemDefinitionGroup> | ||
<ClCompile> | ||
<CompileAsWinRT Condition="'%(ClCompile.CompileAsWinRT)' == ''">false</CompileAsWinRT> | ||
<LanguageStandard Condition="'%(ClCompile.LanguageStandard)' == ''">stdcpp17</LanguageStandard> | ||
<AdditionalOptions>/bigobj /await %(AdditionalOptions)</AdditionalOptions> | ||
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(GeneratedFilesDir)</AdditionalIncludeDirectories> | ||
</ClCompile> | ||
<Midl Condition="'$(CppWinRTModernIDL)' != 'false'"> | ||
<AdditionalOptions>%(AdditionalOptions) /nomidl</AdditionalOptions> | ||
<EnableWindowsRuntime>true</EnableWindowsRuntime> | ||
<MetadataFileName>$(IntDir)Unmerged\%(Filename).winmd</MetadataFileName> | ||
<GenerateClientFiles Condition="'%(Midl.GenerateClientFiles)'==''">None</GenerateClientFiles> | ||
<GenerateServerFiles Condition="'%(Midl.GenerateServerFiles)'==''">None</GenerateServerFiles> | ||
<GenerateStublessProxies Condition="'%(Midl.GenerateStublessProxies)'==''">false</GenerateStublessProxies> | ||
<GenerateTypeLibrary Condition="'%(Midl.GenerateTypeLibrary)'==''">false</GenerateTypeLibrary> | ||
<HeaderFileName Condition="'%(Midl.HeaderFileName)'==''">nul</HeaderFileName> | ||
<DllDataFileName Condition="'%(Midl.DllDataFileName)'==''">nul</DllDataFileName> | ||
<InterfaceIdentifierFileName Condition="'%(Midl.InterfaceIdentifierFileName)'==''">nul</InterfaceIdentifierFileName> | ||
<ProxyFileName Condition="'%(Midl.ProxyFileName)'==''">nul</ProxyFileName> | ||
<TypeLibraryName Condition="'%(Midl.TypeLibraryName)'==''"></TypeLibraryName> | ||
</Midl> | ||
<Link> | ||
<AdditionalDependencies Condition="'$(CppWinRTLibs)' != 'false'">WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
|
||
</Project> |
Oops, something went wrong.