Clean up project files

Remove unused usings, .csproj parameters, new project ID
This commit is contained in:
Chev 2021-01-21 21:20:01 -08:00
parent 350bc003e1
commit 08769b41e5
3 changed files with 16 additions and 3 deletions

View file

@ -1,5 +1,3 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
[assembly: ThemeInfo(

View file

@ -10,6 +10,21 @@
<Authors>Chev</Authors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<None Remove=".gitignore" />
<None Remove="CONTRIBUTING.md" />
<None Remove="LICENSE" />
<None Remove="README.md" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft-WindowsAPICodePack-Core" Version="1.1.4" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />

View file

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BOTWToolset", "BOTWToolset.csproj", "{99C01800-580D-4A02-88A7-CE3B8DCB9A16}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BOTWToolset", "BOTWToolset.csproj", "{99C01800-580D-4A02-88A7-CE3B8DCB9A16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution