| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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>{8D6605D6-91E7-4C9F-9F1A-DED8FA4562F5}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Curtain.Net.Sockets</RootNamespace>
- <AssemblyName>Curtain.Net.Sockets.net4</AssemblyName>
- <TargetFrameworkVersion>v4.0</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.net4.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>
- </DocumentationFile>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </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\Siemens\SiemensS7_200SmartModel.cs" />
- <Compile Include="PLC\Model\SimpleSocketClientModel.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>
- </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>
|