| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{113B3EB7-1443-4C3E-8AF3-62447967A804}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Curtain.Net.Sockets</RootNamespace>
- <AssemblyName>Curtain.Net.Sockets.net48</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- <DocumentationFile>bin\Debug\Curtain.Net.Sockets.net48.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- <DocumentationFile>bin\Release\Curtain.Net.Sockets.net48.xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="PLC\ConvertTool.cs" />
- <Compile Include="PLC\Core\ServerMessage.cs" />
- <Compile Include="PLC\Core\Session.cs" />
- <Compile Include="PLC\Core\TimeoutSocket.cs" />
- <Compile Include="PLC\Model\Melsec\MelsecA1EAsciiModel.cs" />
- <Compile Include="PLC\Core\PLCMessage.cs" />
- <Compile Include="PLC\Model\PLCModel.cs" />
- <Compile Include="PLC\Model\Siemens\SiemensS7_1200Model.cs" />
- <Compile Include="PLC\Model\Siemens\SiemensS7_AddressData.cs" />
- <Compile Include="PLC\Model\SimpleSocketServerModel.cs" />
- <Compile Include="PLC\SocketServer.cs" />
- <Compile Include="PLC\ThreadLock\IThreadLock.cs" />
- <Compile Include="PLC\Core\PLCResult.cs" />
- <Compile Include="PLC\PLCSocket.cs" />
- <Compile Include="PLC\SocketClient.cs" />
- <Compile Include="PLC\Core\SocketAsyncState.cs" />
- <Compile Include="PLC\ThreadLock\ReaderWriterThreadLock.cs" />
- <Compile Include="PLC\ThreadLock\WaiterThreadLock.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Net" />
- <Reference Include="System.Windows.Forms" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="PLC\ServerMessages.txt" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>if not exist $(SolutionDir)Curtain.bin\net48 mkdir $(SolutionDir)Curtain.bin\net48
- Copy $(TargetDir)$(TargetFileName) $(SolutionDir)Curtain.bin\net48
- Copy $(TargetDir)$(TargetName).xml $(SolutionDir)Curtain.bin\net48</PostBuildEvent>
- </PropertyGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|