PLC_WS.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\lib\Curtain.Framework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Configuration.Install" />
  44. <Reference Include="System.ServiceProcess" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="ProjectInstaller.cs">
  48. <SubType>Component</SubType>
  49. </Compile>
  50. <Compile Include="ProjectInstaller.Designer.cs">
  51. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  52. </Compile>
  53. <Compile Include="Service1.cs">
  54. <SubType>Component</SubType>
  55. </Compile>
  56. <Compile Include="Service1.Designer.cs">
  57. <DependentUpon>Service1.cs</DependentUpon>
  58. </Compile>
  59. <Compile Include="Program.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <EmbeddedResource Include="ProjectInstaller.resx">
  64. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  65. </EmbeddedResource>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\PLC_S\PLC_S.csproj">
  69. <Project>{D8E5691A-A15B-45E7-96E6-2E5A4CCA8803}</Project>
  70. <Name>PLC_S</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Content Include="s1_128.ico" />
  75. <Content Include="s2_128.ico" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="App.config" />
  79. </ItemGroup>
  80. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  81. </Project>