VideoCaptureExample.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{FC3443F3-ED31-4FAF-9F62-F8A1BA38BD19}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>VideoCaptureExample</RootNamespace>
  11. <AssemblyName>VideoCaptureExample</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\x86\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x86</PlatformTarget>
  42. <ErrorReport>prompt</ErrorReport>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Deployment" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="VideoCaptureForm.cs">
  71. <SubType>Form</SubType>
  72. </Compile>
  73. <Compile Include="VideoCaptureForm.Designer.cs">
  74. <DependentUpon>VideoCaptureForm.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Program.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <EmbeddedResource Include="VideoCaptureForm.resx">
  79. <DependentUpon>VideoCaptureForm.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. <DesignTime>True</DesignTime>
  90. </Compile>
  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. <ItemGroup>
  105. <ProjectReference Include="..\DSFiltersNET\BaseClasses\BaseClasses.csproj">
  106. <Project>{2a8e8af5-74e7-49db-a42e-9360fa7a6cc4}</Project>
  107. <Name>BaseClasses</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\DirectShowExampleLibrary\DirectShowExampleLibrary.csproj">
  110. <Project>{8f5cf8aa-480a-4865-84cc-3f7bbebb1cf2}</Project>
  111. <Name>DirectShowExampleLibrary</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>