ReadVideoDemo.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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>{51A17299-35A7-4167-B788-9041F7C2CC07}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ReadVideoDemo</RootNamespace>
  10. <AssemblyName>ReadVideoDemo</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  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. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile />
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>..\Bin\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x64</PlatformTarget>
  42. <ErrorReport>prompt</ErrorReport>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  46. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  47. <WarningLevel>1</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  50. <OutputPath>..\Bin\</OutputPath>
  51. <DefineConstants>TRACE;ENABLE_RAWIMAGE_SAVE</DefineConstants>
  52. <Optimize>false</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x64</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. <Prefer32Bit>true</Prefer32Bit>
  58. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <StartupObject />
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="Accord, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Accord.Video, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  71. <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Windows.Forms" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="System.Net.Http" />
  83. <Reference Include="System.Xaml">
  84. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  85. </Reference>
  86. <Reference Include="WindowsBase" />
  87. <Reference Include="PresentationCore" />
  88. <Reference Include="PresentationFramework" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ApplicationDefinition Include="App.xaml">
  92. <Generator>MSBuild:Compile</Generator>
  93. <SubType>Designer</SubType>
  94. </ApplicationDefinition>
  95. <Page Include="MainWindow.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </Page>
  99. <Compile Include="App.xaml.cs">
  100. <DependentUpon>App.xaml</DependentUpon>
  101. <SubType>Code</SubType>
  102. </Compile>
  103. <Compile Include="MainWindow.xaml.cs">
  104. <DependentUpon>MainWindow.xaml</DependentUpon>
  105. <SubType>Code</SubType>
  106. </Compile>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Properties\AssemblyInfo.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>Resources.resx</DependentUpon>
  116. </Compile>
  117. <Compile Include="Properties\Settings.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DependentUpon>Settings.settings</DependentUpon>
  120. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  121. </Compile>
  122. <EmbeddedResource Include="Properties\Resources.resx">
  123. <Generator>ResXFileCodeGenerator</Generator>
  124. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  125. </EmbeddedResource>
  126. <None Include="packages.config" />
  127. <None Include="Properties\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  130. </None>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <None Include="App.config" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  137. <Visible>False</Visible>
  138. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  139. <Install>true</Install>
  140. </BootstrapperPackage>
  141. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  142. <Visible>False</Visible>
  143. <ProductName>.NET Framework 3.5 SP1</ProductName>
  144. <Install>false</Install>
  145. </BootstrapperPackage>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\VideoStatusInspectorCSLib\VideoStatusInspectorCSLib.csproj">
  149. <Project>{25510edb-8434-400b-a2ba-0f8ab8cb508d}</Project>
  150. <Name>VideoStatusInspectorCSLib</Name>
  151. </ProjectReference>
  152. </ItemGroup>
  153. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  154. <PropertyGroup>
  155. <PreBuildEvent>xcopy "$(SolutionDir)Bin\netstandard2.0\VideoStatusInspectorCSLib.dll" "$(SolutionDir)Bin\" /y
  156. </PreBuildEvent>
  157. </PropertyGroup>
  158. <Import Project="..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.0\build\Accord.targets')" />
  159. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  160. <PropertyGroup>
  161. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  162. </PropertyGroup>
  163. <Error Condition="!Exists('..\packages\Accord.3.8.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.8.0\build\Accord.targets'))" />
  164. <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'))" />
  165. </Target>
  166. <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')" />
  167. </Project>