CarRemoteMeter.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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>{AE0022AE-4299-42F1-8A83-7F1D3A4E1FDF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>CarRemoteMeter</RootNamespace>
  10. <AssemblyName>CarRemoteMeter</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>x86</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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <StartupObject />
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="CoreFS.CA06Lite">
  40. <HintPath>..\output\CoreFS.CA06Lite.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  43. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  44. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  45. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  46. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  47. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  48. <Reference Include="JC_MeasuringSystem">
  49. <HintPath>..\output\JC_MeasuringSystem.exe</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.VisualBasic" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Configuration" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Design" />
  56. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Deployment" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Windows.Forms" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Form2.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Form2.Designer.cs">
  73. <DependentUpon>Form2.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="frmMatCompanyInfo.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="frmMatCompanyInfo.Designer.cs">
  79. <DependentUpon>frmMatCompanyInfo.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="frmMeterMain2.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="frmMeterMain2.designer.cs">
  85. <DependentUpon>frmMeterMain2.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="OptionCls\CameraShotCls.cs" />
  88. <Compile Include="OptionCls\CarCache.cs" />
  89. <Compile Include="Form1.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="Form1.Designer.cs">
  93. <DependentUpon>Form1.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="frmCalibration.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="frmCalibration.Designer.cs">
  99. <DependentUpon>frmCalibration.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="OptionCls\BaseDbCls.cs" />
  102. <Compile Include="frmMeterMain.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="frmMeterMain.Designer.cs">
  106. <DependentUpon>frmMeterMain.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <EmbeddedResource Include="Form1.resx">
  110. <DependentUpon>Form1.cs</DependentUpon>
  111. </EmbeddedResource>
  112. <EmbeddedResource Include="Form2.resx">
  113. <DependentUpon>Form2.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="frmCalibration.resx">
  116. <DependentUpon>frmCalibration.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="frmMatCompanyInfo.resx">
  119. <DependentUpon>frmMatCompanyInfo.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="frmMeterMain.resx">
  122. <DependentUpon>frmMeterMain.cs</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="frmMeterMain2.resx">
  125. <DependentUpon>frmMeterMain2.cs</DependentUpon>
  126. </EmbeddedResource>
  127. <EmbeddedResource Include="Properties\licenses.licx" />
  128. <EmbeddedResource Include="Properties\Resources.resx">
  129. <Generator>ResXFileCodeGenerator</Generator>
  130. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  131. <SubType>Designer</SubType>
  132. </EmbeddedResource>
  133. <Compile Include="Properties\Resources.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DependentUpon>Resources.resx</DependentUpon>
  136. <DesignTime>True</DesignTime>
  137. </Compile>
  138. <None Include="Properties\DataSources\Common.ComBaseInfo.datasource" />
  139. <None Include="Properties\DataSources\Common.PbModelDb.datasource" />
  140. <None Include="Properties\Settings.settings">
  141. <Generator>SettingsSingleFileGenerator</Generator>
  142. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  143. </None>
  144. <Compile Include="Properties\Settings.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DependentUpon>Settings.settings</DependentUpon>
  147. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  148. </Compile>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ProjectReference Include="..\CarMeterSystem\CarMeterSystem.csproj">
  152. <Project>{7D262392-C0A3-465D-BD99-EC384D4BE321}</Project>
  153. <Name>CarMeterSystem</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\Common\Common.csproj">
  156. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  157. <Name>Common</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\MeterConditionLibrary\MeterConditionLibrary.csproj">
  160. <Project>{E34EA556-DF5B-4C10-9280-23B38259E6BC}</Project>
  161. <Name>MeterConditionLibrary</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\MeterModelLibrary\MeterModelLibrary.csproj">
  164. <Project>{D239BE9E-348D-4AC8-ABE5-8E7E4A69E047}</Project>
  165. <Name>MeterModelLibrary</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\MeterModuleLibrary\MeterModuleLibrary.csproj">
  168. <Project>{937e0dfa-3387-41e7-8718-ce2660b846dd}</Project>
  169. <Name>MeterModuleLibrary</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\MeterPlugInLibrary\MeterPlugInLibrary.csproj">
  172. <Project>{a90f4f23-9077-46ca-ba60-eb21df346b27}</Project>
  173. <Name>MeterPlugInLibrary</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\MeterSceneLibrary\MeterSceneLibrary.csproj">
  176. <Project>{C70EB531-65E2-416A-B85E-946A8D4ACAED}</Project>
  177. <Name>MeterSceneLibrary</Name>
  178. </ProjectReference>
  179. </ItemGroup>
  180. <ItemGroup />
  181. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  182. </Project>