|
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>ngi</RootNamespace> |
12 | 12 | <AssemblyName>ngi</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 13 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkProfile> |
| 15 | + </TargetFrameworkProfile> |
15 | 16 | <FileAlignment>512</FileAlignment> |
16 | 17 | </PropertyGroup> |
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
23 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 25 | <ErrorReport>prompt</ErrorReport> |
25 | 26 | <WarningLevel>4</WarningLevel> |
| 27 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 28 | </PropertyGroup> |
27 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
28 | 30 | <PlatformTarget>x86</PlatformTarget> |
|
32 | 34 | <DefineConstants>TRACE</DefineConstants> |
33 | 35 | <ErrorReport>prompt</ErrorReport> |
34 | 36 | <WarningLevel>4</WarningLevel> |
| 37 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 38 | </PropertyGroup> |
36 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
37 | 40 | <DebugSymbols>true</DebugSymbols> |
|
49 | 52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
50 | 53 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
51 | 54 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 55 | + <Prefer32Bit>false</Prefer32Bit> |
52 | 56 | </PropertyGroup> |
53 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
54 | 58 | <OutputPath>bin\Release\</OutputPath> |
|
66 | 70 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
67 | 71 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
68 | 72 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 73 | + <Prefer32Bit>false</Prefer32Bit> |
69 | 74 | </PropertyGroup> |
70 | 75 | <ItemGroup> |
71 | 76 | <Reference Include="System" /> |
|
86 | 91 | <Name>Naggum.Runtime</Name> |
87 | 92 | </ProjectReference> |
88 | 93 | </ItemGroup> |
| 94 | + <ItemGroup> |
| 95 | + <None Include="app.config" /> |
| 96 | + </ItemGroup> |
89 | 97 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
90 | 98 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
91 | 99 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments