Skip to content

Commit 7a4fa1f

Browse files
committed
updates for net
1 parent 1ac88d7 commit 7a4fa1f

File tree

16 files changed

+636
-902
lines changed

16 files changed

+636
-902
lines changed

src/DriverTest/DriverTest.csproj

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,16 @@
44
<OutputType>Exe</OutputType>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
</PropertyGroup>
7-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
8-
<OutputPath>bin\x64\Debug\</OutputPath>
9-
</PropertyGroup>
10-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
11-
<OutputPath>bin\x64\Release\</OutputPath>
12-
</PropertyGroup>
13-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
14-
<OutputPath>bin\x86\Debug\</OutputPath>
15-
</PropertyGroup>
16-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
17-
<OutputPath>bin\x86\Release\</OutputPath>
18-
</PropertyGroup>
197
<ItemGroup>
208
<ProjectReference Include="..\S7CommPlusDriver\S7CommPlusDriver.csproj" />
219
</ItemGroup>
2210
<ItemGroup>
2311
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2412
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
2513
</ItemGroup>
14+
<ItemGroup>
15+
<Folder Include="Properties\" />
16+
</ItemGroup>
2617
<PropertyGroup>
2718
<AssemblyTitle>DriverTest</AssemblyTitle>
2819
<Description>S7CommPlusDriver Test</Description>

src/DriverTest/Properties/AssemblyInfo.cs

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

src/S7CommPlusDriver/App.config

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

src/S7CommPlusDriver/ClientApi/PlcTags.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
63

74
namespace S7CommPlusDriver.ClientApi
85
{

src/S7CommPlusDriver/Properties/AssemblyInfo.cs

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

src/S7CommPlusDriver/S7CommPlusDriver.csproj

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,6 @@
77
<PropertyGroup>
88
<StartupObject />
99
</PropertyGroup>
10-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
11-
<OutputPath>bin\x64\Debug\</OutputPath>
12-
<DefineConstants>TRACE;DEBUG;_WIN64</DefineConstants>
13-
</PropertyGroup>
14-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
15-
<OutputPath>bin\x64\Release\</OutputPath>
16-
<DefineConstants>TRACE;_WIN64</DefineConstants>
17-
</PropertyGroup>
18-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
19-
<OutputPath>bin\x86\Debug\</OutputPath>
20-
<DefineConstants>TRACE;DEBUG;_WIN32</DefineConstants>
21-
</PropertyGroup>
22-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
23-
<OutputPath>bin\x86\Release\</OutputPath>
24-
<DefineConstants>TRACE;_WIN32</DefineConstants>
25-
</PropertyGroup>
26-
<ItemGroup>
27-
<ProjectReference Include="..\Zlib.net\Zlib.net.csproj" />
28-
</ItemGroup>
2910
<ItemGroup>
3011
<Content Include="x64\libcrypto-3.dll">
3112
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -38,6 +19,9 @@
3819
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
3920
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
4021
</ItemGroup>
22+
<ItemGroup>
23+
<ProjectReference Include="..\Zlib.net\Zlib.net.csproj" />
24+
</ItemGroup>
4125
<ItemGroup>
4226
<None Update="x86\libcrypto-3.dll">
4327
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

src/S7CommPlusGUIBrowser/App.config

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

0 commit comments

Comments
 (0)