MvvmScaffoldFrame48.Model.csproj 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>{56156576-9627-4624-9E1D-26AA7714D1C7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MvvmScaffoldFrame48.Model</RootNamespace>
  11. <AssemblyName>MvvmScaffoldFrame48.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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <PlatformTarget>x64</PlatformTarget>
  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>false</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="ResultModel\CameraProcessEventArgsResultModel.cs" />
  66. <Compile Include="StorageModel\AuditTrail\ErrorMessageRecordModel.cs" />
  67. <Compile Include="StorageModel\AuditTrail\OperationRecordModel.cs" />
  68. <Compile Include="StorageModel\HikVisionCamera\CameraImageSizeCModel.cs" />
  69. <Compile Include="StorageModel\HikVisionCamera\CameraInfoModel.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. <Compile Include="StorageModel\HikVisionCamera\CameraParameterModel.cs" />
  72. <Compile Include="StorageModel\HikVisionCamera\LinescanCameraParameterModel.cs" />
  73. <Compile Include="StorageModel\ImageAlgorithm\BoundingRectangleMdoel.cs" />
  74. <Compile Include="StorageModel\ImageAlgorithm\ShuLI\ActiveObjectClassModel.cs" />
  75. <Compile Include="StorageModel\Configs\ShuLiConfigClassModel.cs" />
  76. <Compile Include="StorageModel\ImageAlgorithm\ShuLI\ValidRegionModel.cs" />
  77. <Compile Include="StorageModel\Configs\ProcessingAlgorithmConfigModel.cs" />
  78. <Compile Include="StorageModel\PlcParameter\PlcParameterModel.cs" />
  79. <Compile Include="StorageModel\SystemAlarm\AlarmMessModel.cs" />
  80. <Compile Include="StorageModel\SystemAlarm\AlarmTypes.cs" />
  81. <Compile Include="StorageModel\Configs\CameraProcessConfigModel.cs" />
  82. <Compile Include="StorageModel\SystemTools\SystemMessageConfigModel.cs" />
  83. <Compile Include="UserModel.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Folder Include="RequestModel\" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  89. </Project>