Skip to content

Commit 28392cb

Browse files
committed
Updated project settings
1 parent f85e92a commit 28392cb

4 files changed

Lines changed: 4 additions & 212 deletions

File tree

MessageCommunicator.SerialPorts/MessageCommunicator.SerialPorts.csproj

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,11 @@
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
77
<DocumentationFile>bin\Debug\$(TargetFramework)\MessageCommunicator.xml</DocumentationFile>
8-
</PropertyGroup>
9-
10-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13-
<WarningsAsErrors></WarningsAsErrors>
14-
<NoWarn>1701;1702;1591</NoWarn>
15-
</PropertyGroup>
168

17-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
189
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1910
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
20-
<WarningsAsErrors></WarningsAsErrors>
21-
<NoWarn>1701;1702;1591</NoWarn>
11+
<DocumentationFile>bin\$(Platform)\$(Configuration)\MessageCommunicator.TestGui.xml</DocumentationFile>
12+
<NoWarn>1701;1702;1591</NoWarn>
2213
</PropertyGroup>
2314

2415
<PropertyGroup>

MessageCommunicator.TestGui/MessageCommunicator.TestGui.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,8 @@
88
<Platforms>x86;x64</Platforms>
99
<ApplicationManifest>app.manifest</ApplicationManifest>
1010
<StartupObject>MessageCommunicator.TestGui.Program</StartupObject>
11-
</PropertyGroup>
12-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
13-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
14-
<DocumentationFile>$(TargetDir)MessageCommunicator.TestGui.xml</DocumentationFile>
15-
<NoWarn>1701;1702;1591</NoWarn>
16-
</PropertyGroup>
17-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
1811
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
19-
<DocumentationFile>$(TargetDir)MessageCommunicator.TestGui.xml</DocumentationFile>
12+
<DocumentationFile>bin\$(Platform)\$(Configuration)\MessageCommunicator.TestGui.xml</DocumentationFile>
2013
<NoWarn>1701;1702;1591</NoWarn>
2114
</PropertyGroup>
2215
<ItemGroup>

MessageCommunicator.TestGui/MessageCommunicator.TestGui.xml

Lines changed: 0 additions & 182 deletions
This file was deleted.

MessageCommunicator/MessageCommunicator.csproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@
44
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0</TargetFrameworks>
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
7-
<DocumentationFile>bin\Debug\$(TargetFramework)\MessageCommunicator.xml</DocumentationFile>
8-
</PropertyGroup>
9-
10-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13-
<WarningsAsErrors></WarningsAsErrors>
14-
<NoWarn>1701;1702;1591</NoWarn>
15-
</PropertyGroup>
16-
17-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
187
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
198
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
209
<WarningsAsErrors></WarningsAsErrors>
2110
<NoWarn>1701;1702;1591</NoWarn>
11+
<DocumentationFile>bin\$(Platform)\$(Configuration)\MessageCommunicator.xml</DocumentationFile>
2212
</PropertyGroup>
2313

2414
<PropertyGroup>

0 commit comments

Comments
 (0)