Data.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props" Condition="Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{E6AA480A-C4BE-4106-BC3F-7FD8A6480D81}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Data</RootNamespace>
  12. <AssemblyName>Data</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  38. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.dll</HintPath>
  39. </Reference>
  40. <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  41. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Blob.dll</HintPath>
  42. </Reference>
  43. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  44. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.Extensions.dll</HintPath>
  45. </Reference>
  46. <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  47. <HintPath>..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net461\OpenCvSharp.UserInterface.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  51. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  56. <HintPath>..\packages\System.Drawing.Common.5.0.0\lib\net461\System.Drawing.Common.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Numerics" />
  62. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  66. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  69. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Xml" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Action\Action5010.cs" />
  80. <Compile Include="Action\Action5011.cs" />
  81. <Compile Include="Action\Action5012.cs" />
  82. <Compile Include="Action\Action5013.cs" />
  83. <Compile Include="Action\Action5014.cs" />
  84. <Compile Include="Action\Action5015.cs" />
  85. <Compile Include="Action\Action5016.cs" />
  86. <Compile Include="Action\Action5017.cs" />
  87. <Compile Include="Action\Action5020.cs" />
  88. <Compile Include="Action\Action5021.cs" />
  89. <Compile Include="Action\Action5022.cs" />
  90. <Compile Include="Action\Action5030.cs" />
  91. <Compile Include="Action\Action5031.cs" />
  92. <Compile Include="Action\Action5032.cs" />
  93. <Compile Include="Action\Action5033.cs" />
  94. <Compile Include="Action\Action5034.cs" />
  95. <Compile Include="Action\Action5035.cs" />
  96. <Compile Include="Action\Action5036.cs" />
  97. <Compile Include="Class1.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="app.config" />
  102. <None Include="packages.config" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\Adjust\Adjust.csproj">
  106. <Project>{b0658f07-69c7-4538-9229-45894ee19d33}</Project>
  107. <Name>Adjust</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\Core\Core.csproj">
  110. <Project>{874ffb34-f7d2-494f-a611-668b5986e006}</Project>
  111. <Name>Core</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\Resources\Resources.csproj">
  114. <Project>{a6fb7e37-2656-4f1a-ab9e-c66768c14966}</Project>
  115. <Name>Resources</Name>
  116. </ProjectReference>
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  120. <PropertyGroup>
  121. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  122. </PropertyGroup>
  123. <Error Condition="!Exists('..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\build\OpenCvSharp3-AnyCPU.props'))" />
  124. </Target>
  125. </Project>