PLC_WS.csproj 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{96481BCC-1C63-49FE-BFE6-0B313282C68A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PLC_WS</RootNamespace>
  10. <AssemblyName>PLC_WS</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <ApplicationIcon>s2_128.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Curtain.Core.net4">
  39. <HintPath>..\..\lib\Curtain.Core.net4.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Curtain.Framework.net4">
  42. <HintPath>..\..\lib\Curtain.Framework.net4.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Configuration.Install" />
  46. <Reference Include="System.ServiceProcess" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="ProjectInstaller.cs">
  50. <SubType>Component</SubType>
  51. </Compile>
  52. <Compile Include="ProjectInstaller.Designer.cs">
  53. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  54. </Compile>
  55. <Compile Include="Service1.cs">
  56. <SubType>Component</SubType>
  57. </Compile>
  58. <Compile Include="Service1.Designer.cs">
  59. <DependentUpon>Service1.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Program.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <EmbeddedResource Include="ProjectInstaller.resx">
  66. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  67. </EmbeddedResource>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\PLC_S\PLC_S.csproj">
  71. <Project>{D8E5691A-A15B-45E7-96E6-2E5A4CCA8803}</Project>
  72. <Name>PLC_S</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Content Include="s1_128.ico" />
  77. <Content Include="s2_128.ico" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="App.config" />
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. </Project>