|
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)' == '' ">AnyCPU</Platform> |
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>HidSharp.Test</RootNamespace> |
12 | 12 | <AssemblyName>HidSharp.Test</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <FileUpgradeFlags> |
16 | 16 | </FileUpgradeFlags> |
17 | 17 | <UpgradeBackupLocation> |
18 | 18 | </UpgradeBackupLocation> |
19 | 19 | <OldToolsVersion>3.5</OldToolsVersion> |
20 | | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 20 | + <TargetFrameworkProfile> |
| 21 | + </TargetFrameworkProfile> |
21 | 22 | </PropertyGroup> |
22 | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 | 24 | <DebugSymbols>true</DebugSymbols> |
|
27 | 28 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
28 | 29 | <ErrorReport>prompt</ErrorReport> |
29 | 30 | <WarningLevel>4</WarningLevel> |
| 31 | + <Prefer32Bit>false</Prefer32Bit> |
30 | 32 | </PropertyGroup> |
31 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
32 | 34 | <DebugType>pdbonly</DebugType> |
|
36 | 38 | <ErrorReport>prompt</ErrorReport> |
37 | 39 | <WarningLevel>4</WarningLevel> |
38 | 40 | <PlatformTarget>x86</PlatformTarget> |
| 41 | + <Prefer32Bit>false</Prefer32Bit> |
39 | 42 | </PropertyGroup> |
40 | 43 | <ItemGroup> |
41 | 44 | <Reference Include="System" /> |
|
50 | 53 | <Name>HidSharp</Name> |
51 | 54 | </ProjectReference> |
52 | 55 | </ItemGroup> |
| 56 | + <ItemGroup> |
| 57 | + <None Include="app.config" /> |
| 58 | + </ItemGroup> |
53 | 59 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
54 | 60 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
55 | 61 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments