MSHO.Collection.Service.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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>{86E705F3-58F6-4158-A572-7AAB2ADCA8DE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>MSHO.Collection.Service</RootNamespace>
  10. <AssemblyName>MSHO.Collection.Service</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  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. <ItemGroup>
  35. <Reference Include="EntityFramework">
  36. <HintPath>..\..\References\EntityFramework.dll</HintPath>
  37. </Reference>
  38. <Reference Include="EntityFramework.SqlServer">
  39. <HintPath>..\..\References\EntityFramework.SqlServer.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\..\References\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Configuration" />
  47. <Reference Include="System.Configuration.Install" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Management" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.ServiceProcess" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="ClearHistoryFileService.cs" />
  60. <Compile Include="Configuration.cs" />
  61. <Compile Include="Helper.cs" />
  62. <Compile Include="IO\IOServer.Process.Partial.cs" />
  63. <Compile Include="IO\DataTypeConst.cs" />
  64. <Compile Include="IO\IOServer.cs" />
  65. <Compile Include="IO\IOServer.Partial.cs" />
  66. <Compile Include="IO\JsonSerializable.cs" />
  67. <Compile Include="IO\Message.cs" />
  68. <Compile Include="IO\Msg.cs" />
  69. <Compile Include="MainService.cs">
  70. <SubType>Component</SubType>
  71. </Compile>
  72. <Compile Include="MainService.Designer.cs">
  73. <DependentUpon>MainService.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Program.cs" />
  76. <Compile Include="ProjectInstaller.cs">
  77. <SubType>Component</SubType>
  78. </Compile>
  79. <Compile Include="ProjectInstaller.Designer.cs">
  80. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. <Compile Include="SystemLogSource.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="App.config">
  87. <SubType>Designer</SubType>
  88. </None>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <EmbeddedResource Include="MainService.resx">
  92. <DependentUpon>MainService.cs</DependentUpon>
  93. </EmbeddedResource>
  94. <EmbeddedResource Include="ProjectInstaller.resx">
  95. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  96. </EmbeddedResource>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Folder Include="Exceptions\" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\MSHO.Collection.DataAccess\MSHO.Collection.DataAccess.csproj">
  103. <Project>{91dc72e1-87ff-4c81-b9f5-e65861c3ebdf}</Project>
  104. <Name>MSHO.Collection.DataAccess</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. </Project>