MeterSceneLibrary.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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\NormalCar.cs" />
  73. <Compile Include="JISCO\private\SaveMethod.cs" />
  74. <Compile Include="LianDaMeter.cs" />
  75. <Compile Include="LianDaMeter2.cs" />
  76. <Compile Include="OneGrossOneTare.cs" />
  77. <Compile Include="JISCO\OuterCarJISCO.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <Compile Include="SceneControl.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="说明.txt" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\Common\Common.csproj">
  86. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  87. <Name>Common</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\MeterConditionLibrary\MeterConditionLibrary.csproj">
  90. <Project>{e34ea556-df5b-4c10-9280-23b38259e6bc}</Project>
  91. <Name>MeterConditionLibrary</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <ItemGroup />
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. </Project>