Skip to content

Commit

Permalink
Updated project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandKoenig committed Dec 13, 2020
1 parent f85e92a commit 28392cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 212 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,11 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<DocumentationFile>bin\Debug\$(TargetFramework)\MessageCommunicator.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors></WarningsAsErrors>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors></WarningsAsErrors>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>bin\$(Platform)\$(Configuration)\MessageCommunicator.TestGui.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@
<Platforms>x86;x64</Platforms>
<ApplicationManifest>app.manifest</ApplicationManifest>
<StartupObject>MessageCommunicator.TestGui.Program</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DocumentationFile>$(TargetDir)MessageCommunicator.TestGui.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DocumentationFile>$(TargetDir)MessageCommunicator.TestGui.xml</DocumentationFile>
<DocumentationFile>bin\$(Platform)\$(Configuration)\MessageCommunicator.TestGui.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
Expand Down
182 changes: 0 additions & 182 deletions MessageCommunicator.TestGui/MessageCommunicator.TestGui.xml

This file was deleted.

12 changes: 1 addition & 11 deletions MessageCommunicator/MessageCommunicator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<DocumentationFile>bin\Debug\$(TargetFramework)\MessageCommunicator.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors></WarningsAsErrors>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors></WarningsAsErrors>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>bin\$(Platform)\$(Configuration)\MessageCommunicator.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 28392cb

Please sign in to comment.