DataUpload.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{1B633864-9318-468F-BD4E-8073B278DD12}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>DataUpload</RootNamespace>
  11. <AssemblyName>DataUpload</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>x86</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="CNPOPSOFT.Controls, Version=1.0.6187.19194, Culture=neutral, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>Lib\CNPOPSOFT.Controls.dll</HintPath>
  38. </Reference>
  39. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  40. <HintPath>..\packages\NPOI.2.0.6\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
  41. </Reference>
  42. <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  43. <HintPath>..\packages\log4net.2.0.15\lib\net40\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  47. </Reference>
  48. <Reference Include="NPOI, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  49. <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.dll</HintPath>
  50. </Reference>
  51. <Reference Include="NPOI.OOXML, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  52. <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.OOXML.dll</HintPath>
  53. </Reference>
  54. <Reference Include="NPOI.OpenXml4Net, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  55. <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="NPOI.OpenXmlFormats, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  58. <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  59. </Reference>
  60. <Reference Include="RDIFramework.Utilities, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>Lib\RDIFramework.Utilities.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.configuration" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  68. <Reference Include="System.Runtime.Serialization" />
  69. <Reference Include="System.ServiceModel" />
  70. <Reference Include="System.Web" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Deployment" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Windows.Forms" />
  78. <Reference Include="System.Xml" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="ExcelUtil.cs" />
  82. <Compile Include="FormMain.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="FormMain.Designer.cs">
  86. <DependentUpon>FormMain.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="ManyFormSearch.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="ManyFormSearch.Designer.cs">
  92. <DependentUpon>ManyFormSearch.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="LoraFormSearch.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="LoraFormSearch.Designer.cs">
  98. <DependentUpon>LoraFormSearch.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="NBFormSearch.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="NBFormSearch.Designer.cs">
  104. <DependentUpon>NBFormSearch.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="FormSearch.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="FormSearch.Designer.cs">
  110. <DependentUpon>FormSearch.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Loading.cs">
  113. <SubType>UserControl</SubType>
  114. </Compile>
  115. <Compile Include="Loading.Designer.cs">
  116. <DependentUpon>Loading.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="Model\Apmt.cs" />
  119. <Compile Include="Model\Area.cs" />
  120. <Compile Include="Model\Bldg.cs" />
  121. <Compile Include="Model\Room.cs" />
  122. <Compile Include="Program.cs" />
  123. <Compile Include="Properties\AssemblyInfo.cs" />
  124. <Compile Include="Service References\IYCService\Reference.cs">
  125. <AutoGen>True</AutoGen>
  126. <DesignTime>True</DesignTime>
  127. <DependentUpon>Reference.svcmap</DependentUpon>
  128. </Compile>
  129. <Compile Include="Service References\QZSOAPClient\Reference.cs">
  130. <AutoGen>True</AutoGen>
  131. <DesignTime>True</DesignTime>
  132. <DependentUpon>Reference.svcmap</DependentUpon>
  133. </Compile>
  134. <Compile Include="Utils\JsonWebHelper.cs" />
  135. <EmbeddedResource Include="FormMain.resx">
  136. <DependentUpon>FormMain.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="ManyFormSearch.resx">
  139. <DependentUpon>ManyFormSearch.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="LoraFormSearch.resx">
  142. <DependentUpon>LoraFormSearch.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="NBFormSearch.resx">
  145. <DependentUpon>NBFormSearch.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="FormSearch.resx">
  148. <DependentUpon>FormSearch.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Loading.resx">
  151. <DependentUpon>Loading.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Properties\Resources.resx">
  154. <Generator>ResXFileCodeGenerator</Generator>
  155. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  156. <SubType>Designer</SubType>
  157. </EmbeddedResource>
  158. <Compile Include="Properties\Resources.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DependentUpon>Resources.resx</DependentUpon>
  161. <DesignTime>True</DesignTime>
  162. </Compile>
  163. <None Include="App.config">
  164. <SubType>Designer</SubType>
  165. </None>
  166. <None Include="packages.config" />
  167. <None Include="Properties\Settings.settings">
  168. <Generator>SettingsSingleFileGenerator</Generator>
  169. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  170. </None>
  171. <Compile Include="Properties\Settings.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DependentUpon>Settings.settings</DependentUpon>
  174. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  175. </Compile>
  176. <None Include="Service References\IYCService\IYCMarkService1.wsdl" />
  177. <None Include="Service References\QZSOAPClient\GeneralWebService.wsdl" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <WCFMetadata Include="Service References\" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Content Include="Images\css3-loading.gif" />
  184. <Content Include="Lib\CNPOPSOFT.Controls.dll" />
  185. <Content Include="Lib\RDIFramework.Utilities.dll" />
  186. <None Include="Service References\IYCService\IYCMarkService1.disco" />
  187. <None Include="Service References\IYCService\Reference.svcmap">
  188. <Generator>WCF Proxy Generator</Generator>
  189. <LastGenOutput>Reference.cs</LastGenOutput>
  190. </None>
  191. <None Include="Service References\IYCService\configuration.svcinfo" />
  192. <None Include="Service References\IYCService\configuration91.svcinfo" />
  193. <None Include="Service References\QZSOAPClient\Reference.svcmap">
  194. <Generator>WCF Proxy Generator</Generator>
  195. <LastGenOutput>Reference.cs</LastGenOutput>
  196. </None>
  197. <None Include="Service References\QZSOAPClient\configuration.svcinfo" />
  198. <None Include="Service References\QZSOAPClient\configuration91.svcinfo" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <WCFMetadataStorage Include="Service References\IYCService\" />
  202. <WCFMetadataStorage Include="Service References\QZSOAPClient\" />
  203. </ItemGroup>
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  206. Other similar extension points exist, see Microsoft.Common.targets.
  207. <Target Name="BeforeBuild">
  208. </Target>
  209. <Target Name="AfterBuild">
  210. </Target>
  211. -->
  212. </Project>