| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{81A93A07-94E1-4251-91D9-AB127E6E9226}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>PLC_WF</RootNamespace>
- <AssemblyName>DK.PLC.HGCZ3</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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>
- </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>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>s_128.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <TargetZone>LocalIntranet</TargetZone>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateManifests>false</GenerateManifests>
- </PropertyGroup>
- <PropertyGroup />
- <PropertyGroup>
- <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Curtain.Core.net4">
- <HintPath>..\..\lib\Curtain.Core.net4.dll</HintPath>
- </Reference>
- <Reference Include="Curtain.DataAccess.net4">
- <HintPath>..\..\lib\Curtain.DataAccess.net4.dll</HintPath>
- </Reference>
- <Reference Include="Curtain.Framework.net4">
- <HintPath>..\..\lib\Curtain.Framework.net4.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\lib\Oracle.ManagedDataAccess.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration.Install" />
- <Reference Include="System.Data" />
- <Reference Include="System.ServiceProcess" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="F_Log.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="F_Log.Designer.cs">
- <DependentUpon>F_Log.cs</DependentUpon>
- </Compile>
- <Compile Include="F_Main.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="F_Main.Designer.cs">
- <DependentUpon>F_Main.cs</DependentUpon>
- </Compile>
- <Compile Include="F_PLC_M.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="F_PLC_M.Designer.cs">
- <DependentUpon>F_PLC_M.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="F_Log.resx">
- <DependentUpon>F_Log.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="F_Main.resx">
- <DependentUpon>F_Main.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="F_PLC_M.resx">
- <DependentUpon>F_PLC_M.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Curtain.Net.Sockets\Curtain.Net.Sockets.net4.csproj">
- <Project>{8d6605d6-91e7-4c9f-9f1a-ded8fa4562f5}</Project>
- <Name>Curtain.Net.Sockets.net4</Name>
- </ProjectReference>
- <ProjectReference Include="..\PLC_S\PLC_S.csproj">
- <Project>{D8E5691A-A15B-45E7-96E6-2E5A4CCA8803}</Project>
- <Name>PLC_S</Name>
- </ProjectReference>
- <ProjectReference Include="..\PLC_WS\PLC_WS.csproj">
- <Project>{96481bcc-1c63-49fe-bfe6-0b313282c68a}</Project>
- <Name>PLC_WS</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <None Include="Properties\app.manifest" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="s1_128.ico" />
- <Content Include="s_128.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|