ExampleFilters.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{02D8455F-DDC1-4BC0-B85C-246CF8FD2A36}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ExampleFilters</RootNamespace>
  12. <AssemblyName>ExampleFilters</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <SignAssembly>false</SignAssembly>
  19. <DelaySign>false</DelaySign>
  20. <AssemblyOriginatorKeyFile>
  21. </AssemblyOriginatorKeyFile>
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <UpgradeBackupLocation>
  25. </UpgradeBackupLocation>
  26. <OldToolsVersion>3.5</OldToolsVersion>
  27. <PublishUrl>publish\</PublishUrl>
  28. <Install>true</Install>
  29. <InstallFrom>Disk</InstallFrom>
  30. <UpdateEnabled>false</UpdateEnabled>
  31. <UpdateMode>Foreground</UpdateMode>
  32. <UpdateInterval>7</UpdateInterval>
  33. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  34. <UpdatePeriodically>false</UpdatePeriodically>
  35. <UpdateRequired>false</UpdateRequired>
  36. <MapFileExtensions>true</MapFileExtensions>
  37. <ApplicationRevision>0</ApplicationRevision>
  38. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  39. <UseApplicationTrust>false</UseApplicationTrust>
  40. <BootstrapperEnabled>true</BootstrapperEnabled>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <UseVSHostingProcess>false</UseVSHostingProcess>
  51. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  52. <RegisterForComInterop>false</RegisterForComInterop>
  53. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <RegisterForComInterop>false</RegisterForComInterop>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  68. <DebugSymbols>true</DebugSymbols>
  69. <OutputPath>bin\x86\Debug\</OutputPath>
  70. <DefineConstants>DEBUG;TRACE</DefineConstants>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>x86</PlatformTarget>
  73. <UseVSHostingProcess>false</UseVSHostingProcess>
  74. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  79. <OutputPath>bin\x86\Release\</OutputPath>
  80. <DefineConstants>TRACE</DefineConstants>
  81. <Optimize>true</Optimize>
  82. <DebugType>pdbonly</DebugType>
  83. <PlatformTarget>x86</PlatformTarget>
  84. <UseVSHostingProcess>false</UseVSHostingProcess>
  85. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  86. <ErrorReport>prompt</ErrorReport>
  87. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  88. </PropertyGroup>
  89. <ItemGroup>
  90. <Reference Include="System" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Windows.Forms" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Xml" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  98. <Visible>False</Visible>
  99. <ProductName>.NET Framework Client Profile</ProductName>
  100. <Install>false</Install>
  101. </BootstrapperPackage>
  102. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  103. <Visible>False</Visible>
  104. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  105. <Install>false</Install>
  106. </BootstrapperPackage>
  107. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  108. <Visible>False</Visible>
  109. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  110. <Install>false</Install>
  111. </BootstrapperPackage>
  112. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  113. <Visible>False</Visible>
  114. <ProductName>.NET Framework 3.5</ProductName>
  115. <Install>false</Install>
  116. </BootstrapperPackage>
  117. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  118. <Visible>False</Visible>
  119. <ProductName>.NET Framework 3.5 SP1</ProductName>
  120. <Install>true</Install>
  121. </BootstrapperPackage>
  122. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  123. <Visible>False</Visible>
  124. <ProductName>Windows Installer 3.1</ProductName>
  125. <Install>true</Install>
  126. </BootstrapperPackage>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="install.bat">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </None>
  132. <None Include="uninstall.bat">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </None>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="AboutForm.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="AboutForm.Designer.cs">
  141. <DependentUpon>AboutForm.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="ExampleFilters.cs" />
  144. <Compile Include="NetworkForm.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="NetworkForm.Designer.cs">
  148. <DependentUpon>NetworkForm.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="Properties\AssemblyInfo.cs" />
  151. <Compile Include="Properties\Resources.Designer.cs">
  152. <AutoGen>True</AutoGen>
  153. <DesignTime>True</DesignTime>
  154. <DependentUpon>Resources.resx</DependentUpon>
  155. </Compile>
  156. <Compile Include="AudioChannelForm.cs">
  157. <SubType>Form</SubType>
  158. </Compile>
  159. <Compile Include="AudioChannelForm.Designer.cs">
  160. <DependentUpon>AudioChannelForm.cs</DependentUpon>
  161. </Compile>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <ProjectReference Include="..\BaseClasses\BaseClasses.csproj">
  165. <Project>{2A8E8AF5-74E7-49DB-A42E-9360FA7A6CC4}</Project>
  166. <Name>BaseClasses</Name>
  167. </ProjectReference>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <EmbeddedResource Include="AboutForm.resx">
  171. <DependentUpon>AboutForm.cs</DependentUpon>
  172. </EmbeddedResource>
  173. <EmbeddedResource Include="NetworkForm.resx">
  174. <DependentUpon>NetworkForm.cs</DependentUpon>
  175. </EmbeddedResource>
  176. <EmbeddedResource Include="Properties\Resources.resx">
  177. <Generator>ResXFileCodeGenerator</Generator>
  178. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="AudioChannelForm.resx">
  181. <DependentUpon>AudioChannelForm.cs</DependentUpon>
  182. </EmbeddedResource>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <None Include="Resources\dx5_logo.bmp" />
  186. </ItemGroup>
  187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  188. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  189. Other similar extension points exist, see Microsoft.Common.targets.
  190. <Target Name="BeforeBuild">
  191. </Target>
  192. <Target Name="AfterBuild">
  193. </Target>
  194. -->
  195. <PropertyGroup>
  196. <PreBuildEvent>
  197. </PreBuildEvent>
  198. <PostBuildEvent>"$(TargetDir)install.bat" $(TargetName)</PostBuildEvent>
  199. </PropertyGroup>
  200. </Project>