TimeSchedule.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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>{E4C66CA6-528F-4D66-AD47-9E1CC69746EE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TimeSchedule</RootNamespace>
  11. <AssemblyName>TimeSchedule</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <Prefer32Bit>false</Prefer32Bit>
  25. <PlatformTarget>x86</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  46. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Configuration.Install" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.ServiceProcess" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Class1.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="testjob.cs" />
  69. <Compile Include="Time_U8_to_Wang.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <None Include="job_scheduling_data_2_0.xsd">
  73. <SubType>Designer</SubType>
  74. </None>
  75. <None Include="packages.config">
  76. <SubType>Designer</SubType>
  77. </None>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Content Include="quartz_jobs.xml">
  81. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  82. <SubType>Designer</SubType>
  83. </Content>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\cuidian.Common\cuidian.Common.csproj">
  87. <Project>{710A103B-C368-4451-8534-7D61D4BDBAEB}</Project>
  88. <Name>cuidian.Common</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\TaskSchedule\TaskSchedule.csproj">
  91. <Project>{faa23bd2-2ab3-486b-9a87-b55bb686374a}</Project>
  92. <Name>TaskSchedule</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>