BaseClasses.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2A8E8AF5-74E7-49DB-A42E-9360FA7A6CC4}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DirectShow.BaseClasses</RootNamespace>
  12. <AssemblyName>BaseClassesNET</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <SignAssembly>false</SignAssembly>
  19. <AssemblyOriginatorKeyFile>
  20. </AssemblyOriginatorKeyFile>
  21. <FileUpgradeFlags>
  22. </FileUpgradeFlags>
  23. <UpgradeBackupLocation>
  24. </UpgradeBackupLocation>
  25. <OldToolsVersion>3.5</OldToolsVersion>
  26. <PublishUrl>publish\</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Disk</InstallFrom>
  29. <UpdateEnabled>false</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <UseVSHostingProcess>false</UseVSHostingProcess>
  50. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  51. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <RegisterForComInterop>false</RegisterForComInterop>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  64. <PlatformTarget>x86</PlatformTarget>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\x86\Debug\</OutputPath>
  69. <DefineConstants>DEBUG;TRACE</DefineConstants>
  70. <DebugType>full</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <UseVSHostingProcess>false</UseVSHostingProcess>
  73. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  74. <ErrorReport>prompt</ErrorReport>
  75. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  78. <OutputPath>bin\x86\Release\</OutputPath>
  79. <DefineConstants>TRACE</DefineConstants>
  80. <Optimize>true</Optimize>
  81. <DebugType>pdbonly</DebugType>
  82. <PlatformTarget>x86</PlatformTarget>
  83. <UseVSHostingProcess>false</UseVSHostingProcess>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <Reference Include="System" />
  89. <Reference Include="System.Drawing" />
  90. <Reference Include="System.Windows.Forms" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  96. <Visible>False</Visible>
  97. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  98. <Install>false</Install>
  99. </BootstrapperPackage>
  100. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  101. <Visible>False</Visible>
  102. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  103. <Install>false</Install>
  104. </BootstrapperPackage>
  105. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  106. <Visible>False</Visible>
  107. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  108. <Install>false</Install>
  109. </BootstrapperPackage>
  110. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  111. <Visible>False</Visible>
  112. <ProductName>.NET Framework 3.5</ProductName>
  113. <Install>false</Install>
  114. </BootstrapperPackage>
  115. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  116. <Visible>False</Visible>
  117. <ProductName>.NET Framework 3.5 SP1</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  121. <Visible>False</Visible>
  122. <ProductName>Windows Installer 3.1</ProductName>
  123. <Install>true</Install>
  124. </BootstrapperPackage>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="app.config" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="BaseClasses.cs" />
  131. <Compile Include="DirectShow.cs" />
  132. <Compile Include="DSHelper.cs" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Folder Include="Properties\" />
  136. </ItemGroup>
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  139. Other similar extension points exist, see Microsoft.Common.targets.
  140. <Target Name="BeforeBuild">
  141. </Target>
  142. <Target Name="AfterBuild">
  143. </Target>
  144. -->
  145. </Project>