CarMeterSystem.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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.Formatters.Soap" />
  63. <Reference Include="System.Web" />
  64. <Reference Include="System.Web.Extensions" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="frmMatMsgInfo.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="frmMatMsgInfo.Designer.cs">
  80. <DependentUpon>frmMatMsgInfo.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="frmOneYardToEnd.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="frmOneYardToEnd.Designer.cs">
  86. <DependentUpon>frmOneYardToEnd.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="frmOneYardToEnd2.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="frmOneYardToEnd2.designer.cs">
  92. <DependentUpon>frmOneYardToEnd2.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="frmWelcome_Jisco.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="frmWelcome_Jisco.Designer.cs">
  98. <DependentUpon>frmWelcome_Jisco.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Interface\HttpHelper.cs" />
  101. <Compile Include="Interface\JGLimsInterface.cs" />
  102. <Compile Include="Interface\JGLimsMsg.cs" />
  103. <Compile Include="OptionCls\CarCache.cs" />
  104. <Compile Include="OptionCls\BaseDbCls.cs" />
  105. <Compile Include="Form1.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="Form1.Designer.cs">
  109. <DependentUpon>Form1.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="frmCarSalePurchase.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="frmCarSalePurchase.Designer.cs">
  115. <DependentUpon>frmCarSalePurchase.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="frmInternalTransport.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="frmInternalTransport.Designer.cs">
  121. <DependentUpon>frmInternalTransport.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="frmMain.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="frmMain.Designer.cs">
  127. <DependentUpon>frmMain.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="FrmMessage.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="FrmMessage.Designer.cs">
  133. <DependentUpon>FrmMessage.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="frmWelcome.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="frmWelcome.Designer.cs">
  139. <DependentUpon>frmWelcome.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="OptionCls\LoginCls.cs" />
  142. <Compile Include="OptionCls\CameraShotCls.cs" />
  143. <Compile Include="Program.cs" />
  144. <Compile Include="Properties\AssemblyInfo.cs" />
  145. <EmbeddedResource Include="Form1.resx">
  146. <DependentUpon>Form1.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="frmMatMsgInfo.resx">
  149. <DependentUpon>frmMatMsgInfo.cs</DependentUpon>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="frmOneYardToEnd.resx">
  152. <DependentUpon>frmOneYardToEnd.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="frmCarSalePurchase.resx">
  155. <DependentUpon>frmCarSalePurchase.cs</DependentUpon>
  156. </EmbeddedResource>
  157. <EmbeddedResource Include="frmInternalTransport.resx">
  158. <DependentUpon>frmInternalTransport.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <EmbeddedResource Include="frmMain.resx">
  161. <DependentUpon>frmMain.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="FrmMessage.resx">
  164. <DependentUpon>FrmMessage.cs</DependentUpon>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="frmOneYardToEnd2.resx">
  167. <DependentUpon>frmOneYardToEnd2.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="frmWelcome_Jisco.resx">
  170. <DependentUpon>frmWelcome_Jisco.cs</DependentUpon>
  171. </EmbeddedResource>
  172. <EmbeddedResource Include="frmWelcome.resx">
  173. <DependentUpon>frmWelcome.cs</DependentUpon>
  174. </EmbeddedResource>
  175. <EmbeddedResource Include="Properties\licenses.licx" />
  176. <EmbeddedResource Include="Properties\Resources.resx">
  177. <Generator>ResXFileCodeGenerator</Generator>
  178. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  179. <SubType>Designer</SubType>
  180. </EmbeddedResource>
  181. <Compile Include="Properties\Resources.Designer.cs">
  182. <AutoGen>True</AutoGen>
  183. <DependentUpon>Resources.resx</DependentUpon>
  184. <DesignTime>True</DesignTime>
  185. </Compile>
  186. <None Include="Properties\Settings.settings">
  187. <Generator>SettingsSingleFileGenerator</Generator>
  188. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  189. </None>
  190. <Compile Include="Properties\Settings.Designer.cs">
  191. <AutoGen>True</AutoGen>
  192. <DependentUpon>Settings.settings</DependentUpon>
  193. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  194. </Compile>
  195. </ItemGroup>
  196. <ItemGroup>
  197. <None Include="App.config" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Content Include="MainFormIcon.ico" />
  201. <Content Include="九钢.ico" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <Folder Include="bin\" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <ProjectReference Include="..\Common\Common.csproj">
  208. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  209. <Name>Common</Name>
  210. </ProjectReference>
  211. <ProjectReference Include="..\MeterConditionLibrary\MeterConditionLibrary.csproj">
  212. <Project>{e34ea556-df5b-4c10-9280-23b38259e6bc}</Project>
  213. <Name>MeterConditionLibrary</Name>
  214. </ProjectReference>
  215. <ProjectReference Include="..\MeterModelLibrary\MeterModelLibrary.csproj">
  216. <Project>{d239be9e-348d-4ac8-abe5-8e7e4a69e047}</Project>
  217. <Name>MeterModelLibrary</Name>
  218. </ProjectReference>
  219. <ProjectReference Include="..\MeterModuleLibrary\MeterModuleLibrary.csproj">
  220. <Project>{937e0dfa-3387-41e7-8718-ce2660b846dd}</Project>
  221. <Name>MeterModuleLibrary</Name>
  222. </ProjectReference>
  223. <ProjectReference Include="..\MeterPlugInLibrary\MeterPlugInLibrary.csproj">
  224. <Project>{a90f4f23-9077-46ca-ba60-eb21df346b27}</Project>
  225. <Name>MeterPlugInLibrary</Name>
  226. </ProjectReference>
  227. <ProjectReference Include="..\MeterSceneLibrary\MeterSceneLibrary.csproj">
  228. <Project>{c70eb531-65e2-416a-b85e-946a8d4acaed}</Project>
  229. <Name>MeterSceneLibrary</Name>
  230. </ProjectReference>
  231. </ItemGroup>
  232. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  233. </Project>