Skip to content

Commit 651c149

Browse files
Update C++ template to single project (#126)
* update C# template to 1.0 * convert c++ template to single project * add back Designer * Remove package appxmanifest from vcxproj * clear fallbackPackageFolder
1 parent 6e5cbcc commit 651c149

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+183
-248
lines changed

Templates/VSIX/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CppWinRTVersion Condition="'$(CppWinRTVersion)' == ''">2.0.210922.5</CppWinRTVersion>
66
<CsWin32Version Condition="'$(CsWin32Version)' == ''">0.1.588-beta</CsWin32Version>
77
<WindowsSDKBuildToolsVersion Condition="'$(WindowsSDKBuildToolsVersion)' == ''">10.0.22000.194</WindowsSDKBuildToolsVersion>
8-
<WindowsAppSdkVersion Condition="'$(WindowsAppSdkVersion)' == ''">1.0.0-preview2</WindowsAppSdkVersion>
8+
<WindowsAppSdkVersion Condition="'$(WindowsAppSdkVersion)' == ''">1.0.0</WindowsAppSdkVersion>
99
</PropertyGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)