ceju.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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>{9694BC24-A779-4DBD-8F4E-F1F98DB0C5EC}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>ceju</RootNamespace>
  11. <AssemblyName>ceju</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  40. <HintPath>packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.dll</HintPath>
  41. </Reference>
  42. <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  43. <HintPath>packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.Blob.dll</HintPath>
  44. </Reference>
  45. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  46. <HintPath>packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.Extensions.dll</HintPath>
  47. </Reference>
  48. <Reference Include="OpenCvSharp.UserInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  49. <HintPath>packages\OpenCvSharp3-AnyCPU.4.0.0.20181129\lib\net40\OpenCvSharp.UserInterface.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  54. <HintPath>packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Deployment" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Class1.cs" />
  68. <Compile Include="Class2.cs" />
  69. <Compile Include="Class3.cs" />
  70. <Compile Include="Form1.cs">
  71. <SubType>Form</SubType>
  72. </Compile>
  73. <Compile Include="Form1.Designer.cs">
  74. <DependentUpon>Form1.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Program.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <EmbeddedResource Include="Form1.resx">
  79. <DependentUpon>Form1.cs</DependentUpon>
  80. </EmbeddedResource>
  81. <EmbeddedResource Include="Properties\Resources.resx">
  82. <Generator>ResXFileCodeGenerator</Generator>
  83. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  84. <SubType>Designer</SubType>
  85. </EmbeddedResource>
  86. <Compile Include="Properties\Resources.Designer.cs">
  87. <AutoGen>True</AutoGen>
  88. <DependentUpon>Resources.resx</DependentUpon>
  89. </Compile>
  90. <None Include="packages.config" />
  91. <None Include="Properties\Settings.settings">
  92. <Generator>SettingsSingleFileGenerator</Generator>
  93. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  94. </None>
  95. <Compile Include="Properties\Settings.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DependentUpon>Settings.settings</DependentUpon>
  98. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  99. </Compile>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="App.config" />
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  106. <PropertyGroup>
  107. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  108. </PropertyGroup>
  109. <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'))" />
  110. </Target>
  111. </Project>