Skip to content

Commit 54ffaf9

Browse files
committed
Remove un-necessary build logic across project files
Remove commented build logic Remove duplicated build logic
1 parent 53a7635 commit 54ffaf9

File tree

16 files changed

+0
-78
lines changed

16 files changed

+0
-78
lines changed

GazeInputTest/GazeInputTest.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@
151151
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
152152
<Version>6.2.12</Version>
153153
</PackageReference>
154-
<PackageReference Include="StyleCop.Analyzers">
155-
<Version>1.0.2</Version>
156-
</PackageReference>
157154
</ItemGroup>
158155
<ItemGroup>
159156
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.Input.GazeInteraction\Microsoft.Toolkit.Uwp.Input.GazeInteraction.csproj">
@@ -165,11 +162,4 @@
165162
<VisualStudioVersion>14.0</VisualStudioVersion>
166163
</PropertyGroup>
167164
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
168-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169-
Other similar extension points exist, see Microsoft.Common.targets.
170-
<Target Name="BeforeBuild">
171-
</Target>
172-
<Target Name="AfterBuild">
173-
</Target>
174-
-->
175165
</Project>

Microsoft.Toolkit.Uwp.DeveloperTools/Microsoft.Toolkit.Uwp.DeveloperTools.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
-Themes : Provides the source path of the resource dictionaries for the FocusTracker.
1111
</Description>
1212
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Developer;Tools;Accessibility;Alignment;Grid;AlignmentGrid</PackageTags>
13-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
14-
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
1513
</PropertyGroup>
1614

1715
<ItemGroup>

Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,8 +1478,6 @@
14781478
<UseVSHostingProcess>false</UseVSHostingProcess>
14791479
<ErrorReport>prompt</ErrorReport>
14801480
<Prefer32Bit>true</Prefer32Bit>
1481-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
1482-
<EnableTypeInfoReflection>false</EnableTypeInfoReflection>
14831481
</PropertyGroup>
14841482
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
14851483
<OutputPath>bin\ARM64\Release\</OutputPath>

Microsoft.Toolkit.Uwp.Samples.BackgroundTasks/Microsoft.Toolkit.Uwp.Samples.BackgroundTasks.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133
<PlatformTarget>ARM64</PlatformTarget>
134134
<UseVSHostingProcess>false</UseVSHostingProcess>
135135
<ErrorReport>prompt</ErrorReport>
136-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
137-
<EnableTypeInfoReflection>false</EnableTypeInfoReflection>
138136
</PropertyGroup>
139137
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
140138
<OutputPath>bin\ARM64\Release\</OutputPath>
@@ -147,13 +145,6 @@
147145
<ErrorReport>prompt</ErrorReport>
148146
</PropertyGroup>
149147
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
150-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151-
Other similar extension points exist, see Microsoft.Common.targets.
152-
<Target Name="BeforeBuild">
153-
</Target>
154-
<Target Name="AfterBuild">
155-
</Target>
156-
-->
157148
<Target Name="Pack">
158149
<!-- No-op to avoid build error when packing solution from commandline -->
159150
</Target>

Microsoft.Toolkit.Uwp.UI.Controls.Core/Microsoft.Toolkit.Uwp.UI.Controls.Core.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
Text;Tool;Bar ;TextToolBar ;ToolBar ;Markdown;
3333
Tile;Control ;TileControl ;
3434
</PackageTags>
35-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
36-
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
3735
<LangVersion>9.0</LangVersion>
3836
</PropertyGroup>
3937

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
</Description>
1010
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Data;Grid;DataGrid</PackageTags>
1111
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
12-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
13-
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
1412
</PropertyGroup>
1513

1614
<ItemGroup>

Microsoft.Toolkit.Uwp.UI.Controls.Input/Microsoft.Toolkit.Uwp.UI.Controls.Input.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
Remote;Device;Picker;RemoteDevicePicker;DevicePicker;RemoteDevice;
2222
Tokenizing;Text;Box ;TokenizingTextBox ;TextBox ;
2323
</PackageTags>
24-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
25-
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
2624
<LangVersion>8.0</LangVersion>
2725
</PropertyGroup>
2826

Microsoft.Toolkit.Uwp.UI.Controls.Layout/Microsoft.Toolkit.Uwp.UI.Controls.Layout.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Orbit;View ;OrbitView ;
3131
</PackageTags>
3232
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
33-
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
3433
<LangVersion>8.0</LangVersion>
3534
</PropertyGroup>
3635

Microsoft.Toolkit.Uwp.UI.Controls.Markdown/Microsoft.Toolkit.Uwp.UI.Controls.Markdown.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
</Description>
1010
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Markdown;Text;Block;MarkdownTextBlock</PackageTags>
1111
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
12-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
13-
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
1412
</PropertyGroup>
1513

1614
<ItemGroup>

Microsoft.Toolkit.Uwp.UI.Controls.Media/Microsoft.Toolkit.Uwp.UI.Controls.Media.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
Image;Cropper ;ImageCropper ;Crop;
1818
Infinite;Canvas;InfiniteCanvas;
1919
</PackageTags>
20-
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
21-
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
2220
<LangVersion>8.0</LangVersion>
2321
</PropertyGroup>
2422

0 commit comments

Comments
 (0)