TimedUpload.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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>{54D76C85-4B6F-44D6-9B95-8B4BB411FC4D}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>TimedUpload</RootNamespace>
  10. <AssemblyName>TimedUpload</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <PlatformTarget>x86</PlatformTarget>
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <PlatformTarget>x86</PlatformTarget>
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  39. </Reference>
  40. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  41. <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.9\bin\plugins\Diagnostics\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Oracle.ManagedDataAccess.12.2.1100\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  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. </Reference>
  53. <Reference Include="RDIFramework.Utilities">
  54. <HintPath>..\..\SmartCityForFY\Plugin\RDIFramework.Utilities.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.configuration" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.EnterpriseServices" />
  60. <Reference Include="System.Web" />
  61. <Reference Include="System.Web.Services" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. <Reference Include="Topshelf">
  68. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Topshelf.Log4Net">
  71. <HintPath>F:\插件\C#\Topshelf\net-4.0-full\Topshelf.Log4Net.dll</HintPath>
  72. </Reference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Constants.cs" />
  76. <Compile Include="OracleHelper.cs" />
  77. <Compile Include="Program.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <Compile Include="Properties\Settings.Designer.cs">
  80. <AutoGen>True</AutoGen>
  81. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  82. <DependentUpon>Settings.settings</DependentUpon>
  83. </Compile>
  84. <Compile Include="QuartzJobs\DataUploadJob.cs" />
  85. <Compile Include="QuartzJobs\ValueControlJob.cs" />
  86. <Compile Include="ServiceRunner.cs" />
  87. <Compile Include="Web References\WebReference\Reference.cs">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>Reference.map</DependentUpon>
  91. </Compile>
  92. <Compile Include="WebHelper.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="app.config">
  96. <SubType>Designer</SubType>
  97. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  98. </None>
  99. <None Include="job_scheduling_data_2_0.xsd">
  100. <SubType>Designer</SubType>
  101. </None>
  102. <None Include="log4net.config">
  103. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  104. <SubType>Designer</SubType>
  105. </None>
  106. <None Include="packages.config" />
  107. <None Include="Properties\Settings.settings">
  108. <Generator>SettingsSingleFileGenerator</Generator>
  109. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  110. </None>
  111. <None Include="quartz.config">
  112. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  113. <SubType>Designer</SubType>
  114. </None>
  115. <None Include="Web References\WebReference\meterInfo.datasource">
  116. <DependentUpon>Reference.map</DependentUpon>
  117. </None>
  118. <None Include="Web References\WebReference\MeterReadingImplService.wsdl" />
  119. <None Include="Web References\WebReference\Reference.map">
  120. <Generator>MSDiscoCodeGenerator</Generator>
  121. <LastGenOutput>Reference.cs</LastGenOutput>
  122. </None>
  123. <None Include="Web References\WebReference\valueUserYe.datasource">
  124. <DependentUpon>Reference.map</DependentUpon>
  125. </None>
  126. <None Include="Web References\WebReference\valveControlList.datasource">
  127. <DependentUpon>Reference.map</DependentUpon>
  128. </None>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Content Include="quartz_jobs.xml">
  132. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  133. <SubType>Designer</SubType>
  134. </Content>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <WCFMetadata Include="Service References\" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <WebReferences Include="Web References\" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <WebReferenceUrl Include="http://1.181.53.42:8000/server/meterReading%3fwsdl">
  144. <UrlBehavior>Dynamic</UrlBehavior>
  145. <RelPath>Web References\WebReference\</RelPath>
  146. <UpdateFromURL>http://1.181.53.42:8000/server/meterReading%3fwsdl</UpdateFromURL>
  147. <ServiceLocationURL>
  148. </ServiceLocationURL>
  149. <CachedDynamicPropName>
  150. </CachedDynamicPropName>
  151. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  152. <CachedSettingsPropName>TimedUpload_WebReference_MeterReadingImplService</CachedSettingsPropName>
  153. </WebReferenceUrl>
  154. </ItemGroup>
  155. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  156. </Project>