CCDCount.MODEL.csproj 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>{C230B744-CABC-4B34-80BB-2CEE55A8B2B9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CCDCount.MODEL</RootNamespace>
  11. <AssemblyName>CCDCount.MODEL</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>x64</PlatformTarget>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\x64\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>x64</PlatformTarget>
  41. <LangVersion>7.3</LangVersion>
  42. <ErrorReport>prompt</ErrorReport>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  45. <OutputPath>bin\x64\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <Optimize>true</Optimize>
  48. <DebugType>pdbonly</DebugType>
  49. <PlatformTarget>x64</PlatformTarget>
  50. <LangVersion>7.3</LangVersion>
  51. <ErrorReport>prompt</ErrorReport>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="AlarmModel\AlarmMessModel.cs" />
  66. <Compile Include="AuditTrailModel\BatchRecordModel.cs" />
  67. <Compile Include="CameraClass\CameraImageSizeClass.cs" />
  68. <Compile Include="CameraClass\CameraInfoClass.cs" />
  69. <Compile Include="ConfigModel\CamerasConfig.cs" />
  70. <Compile Include="ConfigModel\FormulationConfigClass.cs" />
  71. <Compile Include="ConfigModel\SaveConfigModel.cs" />
  72. <Compile Include="ConfigModel\SystemMessageConfigModel.cs" />
  73. <Compile Include="PlcModel\PlcAlarmModelClass.cs" />
  74. <Compile Include="PlcModel\PlcParaModelClass.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="ResultModel\ConvexResultClass.cs" />
  77. <Compile Include="ResultModel\ParaTrainResultClass.cs" />
  78. <Compile Include="ShuLiModel\ActiveObjectClass.cs" />
  79. <Compile Include="ShuLiModel\ActiveObjectEventArgsClass.cs" />
  80. <Compile Include="ConfigModel\ShuLiConfigClass.cs" />
  81. <Compile Include="ShuLiModel\BoundingRectangleMdoel.cs" />
  82. <Compile Include="ShuLiModel\ValidRegionModelClass.cs" />
  83. <Compile Include="SqlDataModel\ErroeMesDataModelClass.cs" />
  84. <Compile Include="SqlDataModel\ErrorMesDataEventModelClass.cs" />
  85. <Compile Include="SqlDataModel\UserMesDataModelClass.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Folder Include="BottingClass\" />
  89. <Folder Include="FromUseModel\" />
  90. </ItemGroup>
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. </Project>