|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | | - <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
6 | | - <ProductVersion>8.0.30703</ProductVersion> |
7 | | - <SchemaVersion>2.0</SchemaVersion> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">x64</Platform> |
8 | 6 | <ProjectGuid>{DDEE2029-EA2A-49D2-80CB-F0E2E396B005}</ProjectGuid> |
9 | 7 | <OutputType>Exe</OutputType> |
10 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 9 | <RootNamespace>DigiDocCSharp</RootNamespace> |
12 | 10 | <AssemblyName>DigiDocCSharp</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 11 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
15 | 12 | <FileAlignment>512</FileAlignment> |
16 | 13 | </PropertyGroup> |
17 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
18 | | - <PlatformTarget>x86</PlatformTarget> |
| 14 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
| 15 | + <PlatformTarget>AnyCPU</PlatformTarget> |
19 | 16 | <DebugSymbols>true</DebugSymbols> |
20 | 17 | <DebugType>full</DebugType> |
21 | | - <Optimize>false</Optimize> |
22 | 18 | <OutputPath>bin\Debug\</OutputPath> |
23 | 19 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 20 | <ErrorReport>prompt</ErrorReport> |
25 | | - <WarningLevel>4</WarningLevel> |
26 | 21 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 22 | + <Prefer32Bit>false</Prefer32Bit> |
27 | 23 | </PropertyGroup> |
28 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
29 | | - <PlatformTarget>x86</PlatformTarget> |
| 24 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
| 25 | + <PlatformTarget>AnyCPU</PlatformTarget> |
30 | 26 | <DebugType>pdbonly</DebugType> |
31 | 27 | <Optimize>true</Optimize> |
32 | 28 | <OutputPath>bin\Release\</OutputPath> |
33 | 29 | <DefineConstants>TRACE</DefineConstants> |
34 | 30 | <ErrorReport>prompt</ErrorReport> |
35 | | - <WarningLevel>4</WarningLevel> |
36 | 31 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 32 | + <Prefer32Bit>false</Prefer32Bit> |
37 | 33 | </PropertyGroup> |
38 | 34 | <PropertyGroup Condition=" '$(OS)' == 'Windows_NT' "> |
39 | 35 | <DefineConstants>_WINDOWS</DefineConstants> |
|
0 commit comments