CropImgWithXml.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.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>{99F8D5F2-6F54-4DE1-8664-D179FA29D551}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>CropImgWithXml</RootNamespace>
  11. <AssemblyName>CropImgWithXml</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <PlatformTarget>x64</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>..\Bin\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>x64</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <OutputPath>bin\ARM64\Debug\</OutputPath>
  59. <DefineConstants>DEBUG;TRACE</DefineConstants>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>ARM64</PlatformTarget>
  62. <LangVersion>7.3</LangVersion>
  63. <ErrorReport>prompt</ErrorReport>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
  67. <OutputPath>bin\ARM64\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>ARM64</PlatformTarget>
  72. <LangVersion>7.3</LangVersion>
  73. <ErrorReport>prompt</ErrorReport>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="Accord, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Accord.Video, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  83. <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  84. </Reference>
  85. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  86. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  87. </Reference>
  88. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  89. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  90. </Reference>
  91. <Reference Include="RegexMatcher, Version=1.0.7.2, Culture=neutral, PublicKeyToken=68d7f6ae806af85a, processorArchitecture=MSIL">
  92. <HintPath>..\packages\RegexMatcher.1.0.7.2\lib\net462\RegexMatcher.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System" />
  95. <Reference Include="System.ComponentModel.DataAnnotations" />
  96. <Reference Include="System.Data" />
  97. <Reference Include="System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  98. <HintPath>..\packages\System.Data.SQLite.x64.1.0.116.0\lib\net46\System.Data.SQLite.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Data.SQLite.EF6, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  101. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.116.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Data.SQLite.Linq, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.116.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Drawing" />
  107. <Reference Include="System.Windows.Forms" />
  108. <Reference Include="System.Xml" />
  109. <Reference Include="Microsoft.CSharp" />
  110. <Reference Include="System.Core" />
  111. <Reference Include="System.Xml.Linq" />
  112. <Reference Include="System.Data.DataSetExtensions" />
  113. <Reference Include="System.Net.Http" />
  114. <Reference Include="System.Xaml">
  115. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  116. </Reference>
  117. <Reference Include="WindowsBase" />
  118. <Reference Include="PresentationCore" />
  119. <Reference Include="PresentationFramework" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ApplicationDefinition Include="App.xaml">
  123. <Generator>MSBuild:Compile</Generator>
  124. <SubType>Designer</SubType>
  125. </ApplicationDefinition>
  126. <Page Include="MainWindow.xaml">
  127. <Generator>MSBuild:Compile</Generator>
  128. <SubType>Designer</SubType>
  129. </Page>
  130. <Compile Include="App.xaml.cs">
  131. <DependentUpon>App.xaml</DependentUpon>
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="MainWindow.xaml.cs">
  135. <DependentUpon>MainWindow.xaml</DependentUpon>
  136. <SubType>Code</SubType>
  137. </Compile>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Compile Include="Properties\AssemblyInfo.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="Properties\Resources.Designer.cs">
  144. <AutoGen>True</AutoGen>
  145. <DesignTime>True</DesignTime>
  146. <DependentUpon>Resources.resx</DependentUpon>
  147. </Compile>
  148. <Compile Include="Properties\Settings.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Settings.settings</DependentUpon>
  151. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  152. </Compile>
  153. <EmbeddedResource Include="Properties\Resources.resx">
  154. <Generator>ResXFileCodeGenerator</Generator>
  155. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  156. </EmbeddedResource>
  157. <None Include="LICENSE.md" />
  158. <None Include="packages.config" />
  159. <None Include="Properties\Settings.settings">
  160. <Generator>SettingsSingleFileGenerator</Generator>
  161. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  162. </None>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <None Include="App.config" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  169. <Visible>False</Visible>
  170. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  171. <Install>true</Install>
  172. </BootstrapperPackage>
  173. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  174. <Visible>False</Visible>
  175. <ProductName>.NET Framework 3.5 SP1</ProductName>
  176. <Install>false</Install>
  177. </BootstrapperPackage>
  178. </ItemGroup>
  179. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  180. <Import Project="..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.0\build\Accord.targets')" />
  181. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  182. <PropertyGroup>
  183. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  184. </PropertyGroup>
  185. <Error Condition="!Exists('..\packages\Accord.3.8.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.8.0\build\Accord.targets'))" />
  186. <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'))" />
  187. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  188. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  189. </Target>
  190. <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')" />
  191. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  192. </Project>