Skip to content

Commit ab25d33

Browse files
authored
Disable single-project C# templates for preview 1 (#1425)
1 parent 3a315a1 commit ab25d33

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev/VSIX/Extension/Cs/Dev16/WindowsAppSDK.Cs.Extension.Dev16.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@
127127
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
128128
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
129129
</ProjectReference>
130+
</ItemGroup>
131+
<ItemGroup Condition="'$(EnableExperimentalVSIXFeatures)'=='true'">
130132
<ProjectReference Include="$(ProjectTemplatesDir)Desktop\CSharp\SingleProjectPackagedApp\WinUI.Desktop.Cs.SingleProjectPackagedApp.csproj">
131133
<Project>{D9C038B7-6A62-4945-A030-4AC7597F53CA}</Project>
132134
<Name>WinUI.Desktop.Cs.SingleProjectPackagedApp</Name>
133135
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
134136
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
135137
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
136138
</ProjectReference>
137-
</ItemGroup>
138-
<ItemGroup Condition="'$(EnableExperimentalVSIXFeatures)'=='true'">
139139
<ProjectReference Include="$(ProjectTemplatesDir)UWP\CSharp\BlankApp\WinUI.UWP.Cs.BlankApp.csproj">
140140
<Project>{93abc6a8-319a-4291-b8e2-607d3272a4b4}</Project>
141141
<Name>WinUI.UWP.Cs.BlankApp</Name>

dev/VSIX/Extension/Cs/Dev17/WindowsAppSDK.Cs.Extension.Dev17.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@
128128
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
129129
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
130130
</ProjectReference>
131+
</ItemGroup>
132+
<ItemGroup Condition="'$(EnableExperimentalVSIXFeatures)'=='true'">
131133
<ProjectReference Include="$(ProjectTemplatesDir)Desktop\CSharp\SingleProjectPackagedApp\WinUI.Desktop.Cs.SingleProjectPackagedApp.csproj">
132134
<Project>{D9C038B7-6A62-4945-A030-4AC7597F53CA}</Project>
133135
<Name>WinUI.Desktop.Cs.SingleProjectPackagedApp</Name>
134136
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
135137
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
136138
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
137139
</ProjectReference>
138-
</ItemGroup>
139-
<ItemGroup Condition="'$(EnableExperimentalVSIXFeatures)'=='true'">
140140
<ProjectReference Include="$(ProjectTemplatesDir)UWP\CSharp\BlankApp\WinUI.UWP.Cs.BlankApp.csproj">
141141
<Project>{93abc6a8-319a-4291-b8e2-607d3272a4b4}</Project>
142142
<Name>WinUI.UWP.Cs.BlankApp</Name>

0 commit comments

Comments
 (0)