MeterSceneLibrary.csproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http">
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="ExecuteMethod.cs" />
  58. <Compile Include="FirstGrossesSecondlyTaresLock.cs" />
  59. <Compile Include="FirstGrossesSecondlyTaresUnLock.cs" />
  60. <Compile Include="FirstGrossSecondlyTare.cs" />
  61. <Compile Include="FirstTareSecondlyGross.cs" />
  62. <Compile Include="FirstTaresSecondlyGrossesLock.cs" />
  63. <Compile Include="FirstTaresSecondlyGrossesUnLock.cs" />
  64. <Compile Include="JISCO\InnerCarJISCO.cs" />
  65. <Compile Include="InnerMeter.cs" />
  66. <Compile Include="InnerRemoteMeter.cs" />
  67. <Compile Include="JISCO\NormalCar.cs" />
  68. <Compile Include="JISCO\private\SaveMethod.cs" />
  69. <Compile Include="LianDaMeter.cs" />
  70. <Compile Include="LianDaMeter2.cs" />
  71. <Compile Include="OneGrossOneTare.cs" />
  72. <Compile Include="JISCO\OuterCarJISCO.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="SceneControl.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Content Include="说明.txt" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\Common\Common.csproj">
  81. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  82. <Name>Common</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\MeterConditionLibrary\MeterConditionLibrary.csproj">
  85. <Project>{e34ea556-df5b-4c10-9280-23b38259e6bc}</Project>
  86. <Name>MeterConditionLibrary</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <ItemGroup />
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. </Project>