Skip to content

Commit d913292

Browse files
authored
Remove unneeded references to VisualStudio.CoreUtility (#4236)
1 parent e0af07e commit d913292

20 files changed

Lines changed: 12 additions & 72 deletions

dev/VSIX/ItemTemplates/Desktop/CSharp/BlankWindow/WinUI.Desktop.Cs.BlankWindow.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -70,7 +67,7 @@
7067
</ItemGroup>
7168
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7269
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
73-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7471
Other similar extension points exist, see Microsoft.Common.targets.
7572
<Target Name="BeforeBuild">
7673
</Target>

dev/VSIX/ItemTemplates/Desktop/CppWinRT/BlankWindow/WinUI.Desktop.CppWinRT.BlankWindow.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -72,7 +69,7 @@
7269
</ItemGroup>
7370
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7471
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
75-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7673
Other similar extension points exist, see Microsoft.Common.targets.
7774
<Target Name="BeforeBuild">
7875
</Target>

dev/VSIX/ItemTemplates/Neutral/CSharp/BlankPage/WinUI.Neutral.Cs.BlankPage.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -70,7 +67,7 @@
7067
</ItemGroup>
7168
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7269
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
73-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7471
Other similar extension points exist, see Microsoft.Common.targets.
7572
<Target Name="BeforeBuild">
7673
</Target>

dev/VSIX/ItemTemplates/Neutral/CSharp/ResourceDictionary/WinUI.Neutral.Cs.ResourceDictionary.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -69,7 +66,7 @@
6966
</ItemGroup>
7067
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7168
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
72-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7370
Other similar extension points exist, see Microsoft.Common.targets.
7471
<Target Name="BeforeBuild">
7572
</Target>

dev/VSIX/ItemTemplates/Neutral/CSharp/Resw/WinUI.Neutral.Cs.Resw.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -69,7 +66,7 @@
6966
</ItemGroup>
7067
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7168
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
72-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7370
Other similar extension points exist, see Microsoft.Common.targets.
7471
<Target Name="BeforeBuild">
7572
</Target>

dev/VSIX/ItemTemplates/Neutral/CSharp/TemplatedControl/WinUI.Neutral.Cs.TemplatedControl.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -64,7 +61,7 @@
6461
</ItemGroup>
6562
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6663
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
67-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6865
Other similar extension points exist, see Microsoft.Common.targets.
6966
<Target Name="BeforeBuild">
7067
</Target>

dev/VSIX/ItemTemplates/Neutral/CSharp/UserControl/WinUI.Neutral.Cs.UserControl.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -70,7 +67,7 @@
7067
</ItemGroup>
7168
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7269
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
73-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7471
Other similar extension points exist, see Microsoft.Common.targets.
7572
<Target Name="BeforeBuild">
7673
</Target>

dev/VSIX/ItemTemplates/Neutral/CppWinRT/BlankPage/WinUI.Neutral.CppWinRT.BlankPage.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -72,7 +69,7 @@
7269
</ItemGroup>
7370
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7471
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
75-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7673
Other similar extension points exist, see Microsoft.Common.targets.
7774
<Target Name="BeforeBuild">
7875
</Target>

dev/VSIX/ItemTemplates/Neutral/CppWinRT/ResourceDictionary/WinUI.Neutral.CppWinRT.ResourceDictionary.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -69,7 +66,7 @@
6966
</ItemGroup>
7067
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7168
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
72-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7370
Other similar extension points exist, see Microsoft.Common.targets.
7471
<Target Name="BeforeBuild">
7572
</Target>

dev/VSIX/ItemTemplates/Neutral/CppWinRT/Resw/WinUI.Neutral.CppWinRT.Resw.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<Reference Include="Microsoft.VisualStudio.CoreUtility">
49-
<Private>False</Private>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core" />
5350
<Reference Include="System.Data" />
@@ -69,7 +66,7 @@
6966
</ItemGroup>
7067
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7168
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
72-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7370
Other similar extension points exist, see Microsoft.Common.targets.
7471
<Target Name="BeforeBuild">
7572
</Target>

0 commit comments

Comments
 (0)