CarMeterSystem.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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>{7D262392-C0A3-465D-BD99-EC384D4BE321}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CarMeterSystem</RootNamespace>
  10. <AssemblyName>CarMeterSystem</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\Output\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  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. </PropertyGroup>
  36. <PropertyGroup>
  37. <ApplicationIcon>九钢.ico</ApplicationIcon>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="CoreFS.CA06Lite, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\output\CoreFS.CA06Lite.dll</HintPath>
  43. </Reference>
  44. <Reference Include="iCore.Rtdb, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\output\iCore.Rtdb.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  49. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  50. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  51. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  52. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  53. <Reference Include="Microsoft.VisualBasic" />
  54. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\output\Newtonsoft.Json.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Configuration" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Design" />
  62. <Reference Include="System.Runtime.Serialization" />
  63. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  64. <Reference Include="System.Web" />
  65. <Reference Include="System.Web.Extensions" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Deployment" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Net.Http" />
  73. <Reference Include="System.Windows.Forms" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="frmMatMsgInfo.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="frmMatMsgInfo.Designer.cs">
  81. <DependentUpon>frmMatMsgInfo.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="frmOneYardToEnd.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="frmOneYardToEnd.Designer.cs">
  87. <DependentUpon>frmOneYardToEnd.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="frmOneYardToEnd2.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="frmOneYardToEnd2.designer.cs">
  93. <DependentUpon>frmOneYardToEnd2.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="frmWelcome_Jisco.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="frmWelcome_Jisco.Designer.cs">
  99. <DependentUpon>frmWelcome_Jisco.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Interface\HttpHelper.cs" />
  102. <Compile Include="Interface\JGLimsInterface.cs" />
  103. <Compile Include="Interface\JGLimsMsg.cs" />
  104. <Compile Include="MyTest.cs" />
  105. <Compile Include="OptionCls\CarCache.cs" />
  106. <Compile Include="OptionCls\BaseDbCls.cs" />
  107. <Compile Include="Form1.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Form1.Designer.cs">
  111. <DependentUpon>Form1.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="frmCarSalePurchase.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="frmCarSalePurchase.Designer.cs">
  117. <DependentUpon>frmCarSalePurchase.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="frmInternalTransport.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="frmInternalTransport.Designer.cs">
  123. <DependentUpon>frmInternalTransport.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="frmMain.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="frmMain.Designer.cs">
  129. <DependentUpon>frmMain.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="FrmMessage.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="FrmMessage.Designer.cs">
  135. <DependentUpon>FrmMessage.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="frmWelcome.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="frmWelcome.Designer.cs">
  141. <DependentUpon>frmWelcome.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="OptionCls\LoginCls.cs" />
  144. <Compile Include="OptionCls\CameraShotCls.cs" />
  145. <Compile Include="Program.cs" />
  146. <Compile Include="Properties\AssemblyInfo.cs" />
  147. <EmbeddedResource Include="Form1.resx">
  148. <DependentUpon>Form1.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="frmMatMsgInfo.resx">
  151. <DependentUpon>frmMatMsgInfo.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="frmOneYardToEnd.resx">
  154. <DependentUpon>frmOneYardToEnd.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="frmCarSalePurchase.resx">
  157. <DependentUpon>frmCarSalePurchase.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="frmInternalTransport.resx">
  160. <DependentUpon>frmInternalTransport.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="frmMain.resx">
  163. <DependentUpon>frmMain.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="FrmMessage.resx">
  166. <DependentUpon>FrmMessage.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="frmOneYardToEnd2.resx">
  169. <DependentUpon>frmOneYardToEnd2.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="frmWelcome_Jisco.resx">
  172. <DependentUpon>frmWelcome_Jisco.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="frmWelcome.resx">
  175. <DependentUpon>frmWelcome.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="Properties\licenses.licx" />
  178. <EmbeddedResource Include="Properties\Resources.resx">
  179. <Generator>ResXFileCodeGenerator</Generator>
  180. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  181. <SubType>Designer</SubType>
  182. </EmbeddedResource>
  183. <Compile Include="Properties\Resources.Designer.cs">
  184. <AutoGen>True</AutoGen>
  185. <DependentUpon>Resources.resx</DependentUpon>
  186. <DesignTime>True</DesignTime>
  187. </Compile>
  188. <None Include="Properties\Settings.settings">
  189. <Generator>SettingsSingleFileGenerator</Generator>
  190. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  191. </None>
  192. <Compile Include="Properties\Settings.Designer.cs">
  193. <AutoGen>True</AutoGen>
  194. <DependentUpon>Settings.settings</DependentUpon>
  195. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  196. </Compile>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="App.config" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Content Include="MainFormIcon.ico" />
  203. <Content Include="九钢.ico" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Folder Include="bin\" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <ProjectReference Include="..\Common\Common.csproj">
  210. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  211. <Name>Common</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\MeterConditionLibrary\MeterConditionLibrary.csproj">
  214. <Project>{e34ea556-df5b-4c10-9280-23b38259e6bc}</Project>
  215. <Name>MeterConditionLibrary</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\MeterModelLibrary\MeterModelLibrary.csproj">
  218. <Project>{d239be9e-348d-4ac8-abe5-8e7e4a69e047}</Project>
  219. <Name>MeterModelLibrary</Name>
  220. </ProjectReference>
  221. <ProjectReference Include="..\MeterModuleLibrary\MeterModuleLibrary.csproj">
  222. <Project>{937e0dfa-3387-41e7-8718-ce2660b846dd}</Project>
  223. <Name>MeterModuleLibrary</Name>
  224. </ProjectReference>
  225. <ProjectReference Include="..\MeterPlugInLibrary\MeterPlugInLibrary.csproj">
  226. <Project>{a90f4f23-9077-46ca-ba60-eb21df346b27}</Project>
  227. <Name>MeterPlugInLibrary</Name>
  228. </ProjectReference>
  229. <ProjectReference Include="..\MeterSceneLibrary\MeterSceneLibrary.csproj">
  230. <Project>{c70eb531-65e2-416a-b85e-946a8d4acaed}</Project>
  231. <Name>MeterSceneLibrary</Name>
  232. </ProjectReference>
  233. </ItemGroup>
  234. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  235. </Project>