|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="17.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | | - <MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion> |
| 4 | + <MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion> |
5 | 5 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
6 | 6 | <UseCodebase>true</UseCodebase> |
7 | | - <FileUpgradeFlags> |
8 | | - </FileUpgradeFlags> |
9 | | - <UpgradeBackupLocation> |
10 | | - </UpgradeBackupLocation> |
11 | | - <OldToolsVersion>15.0</OldToolsVersion> |
12 | 7 | <TargetFrameworkProfile /> |
13 | 8 | </PropertyGroup> |
14 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
15 | | - <PlatformTarget>x64</PlatformTarget> |
16 | | - <OutputPath>bin\x64\Release\</OutputPath> |
17 | | - <Optimize>true</Optimize> |
18 | | - <DefineConstants>X64</DefineConstants> |
| 9 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
| 10 | + <DebugSymbols>true</DebugSymbols> |
| 11 | + <OutputPath>bin\Debug\</OutputPath> |
| 12 | + <DefineConstants>TRACE;DEBUG</DefineConstants> |
| 13 | + <DebugType>full</DebugType> |
| 14 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 15 | + <LangVersion>latest</LangVersion> |
| 16 | + <UseWinFormsOutOfProcDesigner>True</UseWinFormsOutOfProcDesigner> |
19 | 17 | </PropertyGroup> |
20 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 18 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
21 | 19 | <DebugSymbols>true</DebugSymbols> |
22 | | - <OutputPath>bin\x64\Debug\</OutputPath> |
23 | | - <PlatformTarget>x64</PlatformTarget> |
| 20 | + <OutputPath>bin\Release\</OutputPath> |
24 | 21 | <DebugType>full</DebugType> |
25 | | - <DefineConstants>TRACE;DEBUG;X64</DefineConstants> |
| 22 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 23 | + <LangVersion>latest</LangVersion> |
| 24 | + <Optimize>true</Optimize> |
| 25 | + <UseWinFormsOutOfProcDesigner>True</UseWinFormsOutOfProcDesigner> |
26 | 26 | </PropertyGroup> |
27 | 27 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
28 | 28 | <PropertyGroup> |
29 | 29 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
30 | | - <Platform Condition=" '$(Platform)' == '' ">x64</Platform> |
| 30 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
31 | 31 | <SchemaVersion>2.0</SchemaVersion> |
32 | 32 | <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
33 | 33 | <ProjectGuid>{66C238AD-8111-4579-A40C-48859AB61F25}</ProjectGuid> |
|
76 | 76 | </ItemGroup> |
77 | 77 | <ItemGroup> |
78 | 78 | <PackageReference Include="Microsoft.VisualStudio.SDK"> |
79 | | - <Version>17.0.31902.203</Version> |
| 79 | + <Version>17.14.40265</Version> |
80 | 80 | </PackageReference> |
81 | 81 | <PackageReference Include="Microsoft.VSSDK.BuildTools"> |
82 | | - <Version>17.0.5232</Version> |
| 82 | + <Version>17.14.2120</Version> |
83 | 83 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
84 | 84 | </PackageReference> |
85 | 85 | </ItemGroup> |
|
0 commit comments