|
1 | | -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current"> |
| 1 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 | 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
14 | 14 | <UpgradeBackupLocation> |
15 | 15 | </UpgradeBackupLocation> |
16 | 16 | <OldToolsVersion>2.0</OldToolsVersion> |
| 17 | + <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion> |
| 18 | + <TargetFrameworkProfile /> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 21 | <DebugSymbols>true</DebugSymbols> |
|
23 | 25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 26 | <ErrorReport>prompt</ErrorReport> |
25 | 27 | <WarningLevel>4</WarningLevel> |
| 28 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 29 | </PropertyGroup> |
27 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 31 | <DebugType>pdbonly</DebugType> |
|
31 | 34 | <DefineConstants>TRACE</DefineConstants> |
32 | 35 | <ErrorReport>prompt</ErrorReport> |
33 | 36 | <WarningLevel>4</WarningLevel> |
| 37 | + <Prefer32Bit>false</Prefer32Bit> |
34 | 38 | </PropertyGroup> |
35 | 39 | <ItemGroup> |
36 | 40 | <Reference Include="System" /> |
|
51 | 55 | <Compile Include="Properties\AssemblyInfo.cs" /> |
52 | 56 | <Compile Include="service.cs" /> |
53 | 57 | </ItemGroup> |
| 58 | + <ItemGroup> |
| 59 | + <None Include="app.config" /> |
| 60 | + </ItemGroup> |
54 | 61 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
55 | 62 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
56 | 63 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments