Skip to content

Commit 7bee039

Browse files
committed
Framework to 4.8
1 parent 3563558 commit 7bee039

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

EDSEditorGUI/EDSEditorGUI.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<IsWebBootstrapper>false</IsWebBootstrapper>
15+
<TargetFrameworkProfile />
1516
<PublishUrl>publish\</PublishUrl>
1617
<Install>true</Install>
1718
<InstallFrom>Disk</InstallFrom>
@@ -26,7 +27,6 @@
2627
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
2728
<UseApplicationTrust>false</UseApplicationTrust>
2829
<BootstrapperEnabled>true</BootstrapperEnabled>
29-
<TargetFrameworkProfile />
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3232
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -47,6 +47,8 @@
4747
<DefineConstants>TRACE</DefineConstants>
4848
<ErrorReport>prompt</ErrorReport>
4949
<WarningLevel>4</WarningLevel>
50+
<Prefer32Bit>false</Prefer32Bit>
51+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
5052
</PropertyGroup>
5153
<PropertyGroup>
5254
<ApplicationIcon>Index_8287_16x.ico</ApplicationIcon>
@@ -236,7 +238,7 @@
236238
<ItemGroup>
237239
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
238240
<Visible>False</Visible>
239-
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
241+
<ProductName>Microsoft .NET Framework 4.8 %28x86 und x64%29</ProductName>
240242
<Install>true</Install>
241243
</BootstrapperPackage>
242244
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">

0 commit comments

Comments
 (0)