|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <ProjectType>Local</ProjectType> |
5 | 5 | <ProductVersion>9.0.30729</ProductVersion> |
|
30 | 30 | <OldToolsVersion>3.5</OldToolsVersion> |
31 | 31 | <SignAssembly>false</SignAssembly> |
32 | 32 | <IsWebBootstrapper>false</IsWebBootstrapper> |
33 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 33 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
34 | 34 | <PublishUrl>publish\</PublishUrl> |
35 | 35 | <Install>true</Install> |
36 | 36 | <InstallFrom>Disk</InstallFrom> |
|
45 | 45 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
46 | 46 | <UseApplicationTrust>false</UseApplicationTrust> |
47 | 47 | <BootstrapperEnabled>true</BootstrapperEnabled> |
48 | | - <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 48 | + <TargetFrameworkProfile> |
| 49 | + </TargetFrameworkProfile> |
49 | 50 | </PropertyGroup> |
50 | 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
51 | 52 | <OutputPath>bin\Debug\</OutputPath> |
|
69 | 70 | <DebugType>full</DebugType> |
70 | 71 | <ErrorReport>prompt</ErrorReport> |
71 | 72 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 73 | + <Prefer32Bit>false</Prefer32Bit> |
72 | 74 | </PropertyGroup> |
73 | 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
74 | 76 | <OutputPath>bin\Release\</OutputPath> |
|
92 | 94 | <DebugType>full</DebugType> |
93 | 95 | <ErrorReport>prompt</ErrorReport> |
94 | 96 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 97 | + <Prefer32Bit>false</Prefer32Bit> |
95 | 98 | </PropertyGroup> |
96 | 99 | <ItemGroup> |
97 | 100 | <Reference Include="System"> |
|
0 commit comments