MeterSceneLibrary.csproj 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{C70EB531-65E2-416A-B85E-946A8D4ACAED}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MeterSceneLibrary</RootNamespace>
  11. <AssemblyName>MeterSceneLibrary</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <PlatformTarget>x86</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <ItemGroup>
  36. <Reference Include="CarMeterSystem, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\output\CarMeterSystem.exe</HintPath>
  39. </Reference>
  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="MeterModuleLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\output\MeterModuleLibrary.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Net.Http">
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="ExecuteMethod.cs" />
  62. <Compile Include="FirstGrossesSecondlyTaresLock.cs" />
  63. <Compile Include="FirstGrossesSecondlyTaresUnLock.cs" />
  64. <Compile Include="FirstGrossSecondlyTare.cs" />
  65. <Compile Include="FirstTareSecondlyGross.cs" />
  66. <Compile Include="FirstTaresSecondlyGrossesLock.cs" />
  67. <Compile Include="FirstTaresSecondlyGrossesUnLock.cs" />
  68. <Compile Include="JISCO\compare.cs" />
  69. <Compile Include="JISCO\InnerCarJISCO.cs" />
  70. <Compile Include="InnerMeter.cs" />
  71. <Compile Include="InnerRemoteMeter.cs" />
  72. <Compile Include="JISCO\InnerDoubleJISCO.cs" />
  73. <Compile Include="JISCO\NormalCar.cs" />
  74. <Compile Include="JISCO\private\SaveMethod.cs" />
  75. <Compile Include="LianDaMeter.cs" />
  76. <Compile Include="LianDaMeter2.cs" />
  77. <Compile Include="OneGrossOneTare.cs" />
  78. <Compile Include="JISCO\OuterCarJISCO.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <Compile Include="SceneControl.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Content Include="说明.txt" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\Common\Common.csproj">
  87. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  88. <Name>Common</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\MeterConditionLibrary\MeterConditionLibrary.csproj">
  91. <Project>{e34ea556-df5b-4c10-9280-23b38259e6bc}</Project>
  92. <Name>MeterConditionLibrary</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup />
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. </Project>