|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>SinterConfigGUI</RootNamespace> |
12 | 12 | <AssemblyName>SinterConfigGUI</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 13 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkProfile> |
| 15 | + </TargetFrameworkProfile> |
15 | 16 | <FileAlignment>512</FileAlignment> |
16 | 17 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
17 | 18 | <WarningLevel>4</WarningLevel> |
|
42 | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
43 | 44 | <ErrorReport>prompt</ErrorReport> |
44 | 45 | <WarningLevel>4</WarningLevel> |
| 46 | + <Prefer32Bit>false</Prefer32Bit> |
45 | 47 | </PropertyGroup> |
46 | 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
47 | 49 | <PlatformTarget>x86</PlatformTarget> |
|
51 | 53 | <DefineConstants>TRACE</DefineConstants> |
52 | 54 | <ErrorReport>prompt</ErrorReport> |
53 | 55 | <WarningLevel>4</WarningLevel> |
| 56 | + <Prefer32Bit>false</Prefer32Bit> |
54 | 57 | </PropertyGroup> |
55 | 58 | <PropertyGroup> |
56 | 59 | <ApplicationIcon>sinter_icon.ico</ApplicationIcon> |
|
61 | 64 | <PropertyGroup> |
62 | 65 | <AssemblyOriginatorKeyFile>SinterConfigGUI.snk</AssemblyOriginatorKeyFile> |
63 | 66 | </PropertyGroup> |
| 67 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
| 68 | + <DebugSymbols>true</DebugSymbols> |
| 69 | + <OutputPath>bin\Debug\</OutputPath> |
| 70 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 71 | + <DebugType>full</DebugType> |
| 72 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 73 | + <LangVersion>7.3</LangVersion> |
| 74 | + <ErrorReport>prompt</ErrorReport> |
| 75 | + </PropertyGroup> |
| 76 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
| 77 | + <OutputPath>bin\Release\</OutputPath> |
| 78 | + <DefineConstants>TRACE</DefineConstants> |
| 79 | + <Optimize>true</Optimize> |
| 80 | + <DebugType>pdbonly</DebugType> |
| 81 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 82 | + <LangVersion>7.3</LangVersion> |
| 83 | + <ErrorReport>prompt</ErrorReport> |
| 84 | + </PropertyGroup> |
| 85 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 86 | + <DebugSymbols>true</DebugSymbols> |
| 87 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 88 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 89 | + <DebugType>full</DebugType> |
| 90 | + <PlatformTarget>x64</PlatformTarget> |
| 91 | + <LangVersion>7.3</LangVersion> |
| 92 | + <ErrorReport>prompt</ErrorReport> |
| 93 | + </PropertyGroup> |
| 94 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 95 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 96 | + <DefineConstants>TRACE</DefineConstants> |
| 97 | + <Optimize>true</Optimize> |
| 98 | + <DebugType>pdbonly</DebugType> |
| 99 | + <PlatformTarget>x64</PlatformTarget> |
| 100 | + <LangVersion>7.3</LangVersion> |
| 101 | + <ErrorReport>prompt</ErrorReport> |
| 102 | + </PropertyGroup> |
64 | 103 | <ItemGroup> |
65 | | - <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
66 | | - <SpecificVersion>False</SpecificVersion> |
67 | | - <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 104 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 105 | + <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
68 | 106 | </Reference> |
69 | 107 | <Reference Include="System" /> |
70 | 108 | <Reference Include="System.Data" /> |
|
178 | 216 | <Generator>ResXFileCodeGenerator</Generator> |
179 | 217 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
180 | 218 | </EmbeddedResource> |
| 219 | + <None Include="app.config" /> |
181 | 220 | <None Include="packages.config" /> |
182 | 221 | <None Include="Properties\Settings.settings"> |
183 | 222 | <Generator>SettingsSingleFileGenerator</Generator> |
|
0 commit comments