MeterSceneLibrary.csproj 3.8 KB

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