Update all projects to .net 4.7.2. Updated all nuget packages to latest version. Removed packages.config from CodeWalker.Core

This commit is contained in:
dexy
2020-02-24 21:25:52 +11:00
Unverified
parent 5ab2a3b5de
commit e2ed6e0fb8
24 changed files with 162 additions and 188 deletions
@@ -8,10 +8,11 @@
<OutputType>WinExe</OutputType>
<RootNamespace>CodeWalker.Vehicles</RootNamespace>
<AssemblyName>CodeWalker Vehicle Viewer</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -59,6 +60,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
</ItemGroup>
<ItemGroup>
@@ -74,5 +76,8 @@
<ItemGroup>
<Content Include="CWVehicles.ico" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>