TransdataService.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{3D23F589-9518-48A0-B22C-77183396CBC2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TransdataService</RootNamespace>
  11. <AssemblyName>TransdataService</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="Common.Logging.Log4Net1213, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Common.Logging.Log4Net1213.3.3.1\lib\net40\Common.Logging.Log4Net1213.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  52. <HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Quartz, Version=2.4.1.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Quartz.2.4.1\lib\net40\Quartz.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Configuration.Install" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Management" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.ServiceProcess" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="MainService.cs">
  72. <SubType>Component</SubType>
  73. </Compile>
  74. <Compile Include="MainService.Designer.cs">
  75. <DependentUpon>MainService.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Program.cs" />
  78. <Compile Include="ProjectInstaller.cs">
  79. <SubType>Component</SubType>
  80. </Compile>
  81. <Compile Include="ProjectInstaller.Designer.cs">
  82. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="App.config">
  88. <SubType>Designer</SubType>
  89. </None>
  90. <None Include="Conf\jobs.config">
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </None>
  93. <None Include="Conf\log4net.config">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. <SubType>Designer</SubType>
  96. </None>
  97. <None Include="Install.cmd">
  98. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  99. </None>
  100. <None Include="job_scheduling_data_2_0.xsd">
  101. <SubType>Designer</SubType>
  102. </None>
  103. <None Include="packages.config" />
  104. <None Include="Uninstall.cmd">
  105. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  106. </None>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <EmbeddedResource Include="ProjectInstaller.resx">
  110. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  111. </EmbeddedResource>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\TaskSchedule\TaskSchedule.csproj">
  115. <Project>{faa23bd2-2ab3-486b-9a87-b55bb686374a}</Project>
  116. <Name>TaskSchedule</Name>
  117. </ProjectReference>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Content Include="Appconfig.txt" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>