WindowsFormsApplication1.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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>{711B4BDE-E105-47BB-ADBE-C78C36AA09D8}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WindowsFormsApplication1</RootNamespace>
  11. <AssemblyName>WindowsFormsApplication1</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x86</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Form1.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="Form1.Designer.cs">
  71. <DependentUpon>Form1.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="Form2.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="Form2.Designer.cs">
  77. <DependentUpon>Form2.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Form3.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="Form3.Designer.cs">
  83. <DependentUpon>Form3.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Program.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <EmbeddedResource Include="Form1.resx">
  88. <DependentUpon>Form1.cs</DependentUpon>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="Form2.resx">
  91. <DependentUpon>Form2.cs</DependentUpon>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="Form3.resx">
  94. <DependentUpon>Form3.cs</DependentUpon>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Properties\Resources.resx">
  97. <Generator>ResXFileCodeGenerator</Generator>
  98. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  99. <SubType>Designer</SubType>
  100. </EmbeddedResource>
  101. <Compile Include="Properties\Resources.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. <DesignTime>True</DesignTime>
  105. </Compile>
  106. <None Include="App.config">
  107. <SubType>Designer</SubType>
  108. </None>
  109. <None Include="job_scheduling_data_2_0.xsd">
  110. <SubType>Designer</SubType>
  111. </None>
  112. <None Include="packages.config" />
  113. <None Include="Properties\Settings.settings">
  114. <Generator>SettingsSingleFileGenerator</Generator>
  115. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  116. </None>
  117. <Compile Include="Properties\Settings.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DependentUpon>Settings.settings</DependentUpon>
  120. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  121. </Compile>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="appconfig.txt" />
  125. <Content Include="quartz_jobs.xml">
  126. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  127. </Content>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <ProjectReference Include="..\cuidian.Common\cuidian.Common.csproj">
  131. <Project>{710a103b-c368-4451-8534-7d61d4bdbaeb}</Project>
  132. <Name>cuidian.Common</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\cuidian.OpenApi\cuidian.OpenApi.csproj">
  135. <Project>{466aca46-46a6-497f-8292-1a4b4351520b}</Project>
  136. <Name>cuidian.OpenApi</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\cuidian.Sql\cuidian.Sql.csproj">
  139. <Project>{ceffb85e-3264-4c29-9301-054310a49252}</Project>
  140. <Name>cuidian.Sql</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\TempDbToUfida\TempDbToUfida.csproj">
  143. <Project>{9600d96c-2649-460b-b103-07e04e41ed63}</Project>
  144. <Name>TempDbToUfida</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\TempDbToWang\TempDbToWang.csproj">
  147. <Project>{b2e2eaa4-e426-457f-b8b7-a037e49dd5f9}</Project>
  148. <Name>TempDbToWang</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\TimeSchedule\TimeSchedule.csproj">
  151. <Project>{e4c66ca6-528f-4d66-ad47-9e1cc69746ee}</Project>
  152. <Name>TimeSchedule</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\UfidaToTempDb\UfidaToTempDb.csproj">
  155. <Project>{8725d3b2-12d6-43c9-9acd-73fcc38ee061}</Project>
  156. <Name>UfidaToTempDb</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\WangToTempDb\WangToTempDb.csproj">
  159. <Project>{d216d08c-95c2-4da0-870d-9eb3b3acebf7}</Project>
  160. <Name>WangToTempDb</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\WdtUtils\WdtUtils\WdtUtils.csproj">
  163. <Project>{2346ed6c-61f1-4a50-acf3-fbb6bba5b0cd}</Project>
  164. <Name>WdtUtils</Name>
  165. </ProjectReference>
  166. </ItemGroup>
  167. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  168. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169. Other similar extension points exist, see Microsoft.Common.targets.
  170. <Target Name="BeforeBuild">
  171. </Target>
  172. <Target Name="AfterBuild">
  173. </Target>
  174. -->
  175. </Project>