AutomaticallyCropImg.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{DC412A02-F79D-4D16-B497-D7676F51E009}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>AutomaticallyCropImg</RootNamespace>
  10. <AssemblyName>AutomaticallyCropImg</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>..\Bin\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <DebugType>full</DebugType>
  26. <PlatformTarget>x64</PlatformTarget>
  27. <ErrorReport>prompt</ErrorReport>
  28. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  29. <Prefer32Bit>true</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  32. <OutputPath>..\Bin\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <Optimize>true</Optimize>
  35. <DebugType>pdbonly</DebugType>
  36. <PlatformTarget>x64</PlatformTarget>
  37. <ErrorReport>prompt</ErrorReport>
  38. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  39. <Prefer32Bit>true</Prefer32Bit>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Accord, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Accord.Video, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  49. <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  50. </Reference>
  51. <Reference Include="AI.Common, Version=1.0.1.24, Culture=neutral, processorArchitecture=AMD64">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\Depends\AI.Common.dll</HintPath>
  54. </Reference>
  55. <Reference Include="EmguCVCore, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\Bin\EmguCVCore.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Xaml">
  70. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="WindowsBase" />
  73. <Reference Include="PresentationCore" />
  74. <Reference Include="PresentationFramework" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ApplicationDefinition Include="App.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </ApplicationDefinition>
  81. <Page Include="MainWindow.xaml">
  82. <Generator>MSBuild:Compile</Generator>
  83. <SubType>Designer</SubType>
  84. </Page>
  85. <Compile Include="App.xaml.cs">
  86. <DependentUpon>App.xaml</DependentUpon>
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="MainWindow.xaml.cs">
  90. <DependentUpon>MainWindow.xaml</DependentUpon>
  91. <SubType>Code</SubType>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="Properties\AssemblyInfo.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. </Compile>
  103. <Compile Include="Properties\Settings.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DependentUpon>Settings.settings</DependentUpon>
  106. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  107. </Compile>
  108. <EmbeddedResource Include="Properties\Resources.resx">
  109. <Generator>ResXFileCodeGenerator</Generator>
  110. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  111. </EmbeddedResource>
  112. <None Include="packages.config" />
  113. <None Include="Properties\Settings.settings">
  114. <Generator>SettingsSingleFileGenerator</Generator>
  115. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="App.config" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. <PropertyGroup>
  123. <PreBuildEvent>
  124. </PreBuildEvent>
  125. </PropertyGroup>
  126. <PropertyGroup>
  127. <PostBuildEvent>
  128. </PostBuildEvent>
  129. </PropertyGroup>
  130. <Import Project="..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.0\build\Accord.targets')" />
  131. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  132. <PropertyGroup>
  133. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  134. </PropertyGroup>
  135. <Error Condition="!Exists('..\packages\Accord.3.8.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.8.0\build\Accord.targets'))" />
  136. <Error Condition="!Exists('..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets'))" />
  137. </Target>
  138. <Import Project="..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets" Condition="Exists('..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" />
  139. </Project>