|
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 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>SA</RootNamespace>
|
11 | 11 | <AssemblyName>SubtitlesAdjuster</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment>
|
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | </PropertyGroup>
|
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 17 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
21 | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
22 | 23 | <ErrorReport>prompt</ErrorReport>
|
23 | 24 | <WarningLevel>4</WarningLevel>
|
| 25 | + <Prefer32Bit>false</Prefer32Bit> |
24 | 26 | </PropertyGroup>
|
25 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 | 28 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
30 | 32 | <DefineConstants>TRACE</DefineConstants>
|
31 | 33 | <ErrorReport>prompt</ErrorReport>
|
32 | 34 | <WarningLevel>4</WarningLevel>
|
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
33 | 36 | </PropertyGroup>
|
34 | 37 | <PropertyGroup>
|
35 | 38 | <ApplicationIcon>Vid.ico</ApplicationIcon>
|
|
67 | 70 | <SubType>Designer</SubType>
|
68 | 71 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
69 | 72 | </EmbeddedResource>
|
| 73 | + <None Include="app.config" /> |
70 | 74 | <None Include="Properties\Settings.settings">
|
71 | 75 | <Generator>SettingsSingleFileGenerator</Generator>
|
72 | 76 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
0 commit comments