WindowsFormsApplication2.csproj
上传用户:c6x6r6
上传日期:2022-07-31
资源大小:515k
文件大小:5k
源码类别:

波变换

开发平台:

Visual Basic

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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.21022</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{23F4FE3F-32C0-45E6-BBF3-7B8D14E668D2}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>WindowsFormsApplication2</RootNamespace>
  12.     <AssemblyName>WindowsFormsApplication2</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.   </PropertyGroup>
  16.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17.     <DebugSymbols>true</DebugSymbols>
  18.     <DebugType>full</DebugType>
  19.     <Optimize>false</Optimize>
  20.     <OutputPath>binDebug</OutputPath>
  21.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  22.     <ErrorReport>prompt</ErrorReport>
  23.     <WarningLevel>4</WarningLevel>
  24.     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25.   </PropertyGroup>
  26.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27.     <DebugType>pdbonly</DebugType>
  28.     <Optimize>true</Optimize>
  29.     <OutputPath>binRelease</OutputPath>
  30.     <DefineConstants>TRACE</DefineConstants>
  31.     <ErrorReport>prompt</ErrorReport>
  32.     <WarningLevel>4</WarningLevel>
  33.   </PropertyGroup>
  34.   <ItemGroup>
  35.     <Reference Include="System" />
  36.     <Reference Include="System.Core">
  37.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  38.     </Reference>
  39.     <Reference Include="System.Xml.Linq">
  40.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  41.     </Reference>
  42.     <Reference Include="System.Data.DataSetExtensions">
  43.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44.     </Reference>
  45.     <Reference Include="System.Data" />
  46.     <Reference Include="System.Deployment" />
  47.     <Reference Include="System.Drawing" />
  48.     <Reference Include="System.Windows.Forms" />
  49.     <Reference Include="System.Xml" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="AboutForm.cs">
  53.       <SubType>Form</SubType>
  54.     </Compile>
  55.     <Compile Include="AboutForm.Designer.cs">
  56.       <DependentUpon>AboutForm.cs</DependentUpon>
  57.     </Compile>
  58.     <Compile Include="fft.cs" />
  59.     <Compile Include="Form1.cs">
  60.       <SubType>Form</SubType>
  61.     </Compile>
  62.     <Compile Include="Form1.Designer.cs">
  63.       <DependentUpon>Form1.cs</DependentUpon>
  64.     </Compile>
  65.     <Compile Include="histForm.cs">
  66.       <SubType>Form</SubType>
  67.     </Compile>
  68.     <Compile Include="histForm.designer.cs">
  69.       <DependentUpon>histForm.cs</DependentUpon>
  70.     </Compile>
  71.     <Compile Include="NewForm.cs">
  72.       <SubType>Form</SubType>
  73.     </Compile>
  74.     <Compile Include="NewForm.Designer.cs">
  75.       <DependentUpon>NewForm.cs</DependentUpon>
  76.     </Compile>
  77.     <Compile Include="Program.cs" />
  78.     <Compile Include="PropertiesAssemblyInfo.cs" />
  79.     <EmbeddedResource Include="AboutForm.resx">
  80.       <DependentUpon>AboutForm.cs</DependentUpon>
  81.       <SubType>Designer</SubType>
  82.     </EmbeddedResource>
  83.     <EmbeddedResource Include="Form1.resx">
  84.       <DependentUpon>Form1.cs</DependentUpon>
  85.       <SubType>Designer</SubType>
  86.     </EmbeddedResource>
  87.     <EmbeddedResource Include="histForm.resx">
  88.       <DependentUpon>histForm.cs</DependentUpon>
  89.       <SubType>Designer</SubType>
  90.     </EmbeddedResource>
  91.     <EmbeddedResource Include="PropertiesResources.resx">
  92.       <Generator>ResXFileCodeGenerator</Generator>
  93.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  94.       <SubType>Designer</SubType>
  95.     </EmbeddedResource>
  96.     <Compile Include="PropertiesResources.Designer.cs">
  97.       <AutoGen>True</AutoGen>
  98.       <DependentUpon>Resources.resx</DependentUpon>
  99.     </Compile>
  100.     <None Include="PropertiesSettings.settings">
  101.       <Generator>SettingsSingleFileGenerator</Generator>
  102.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  103.     </None>
  104.     <Compile Include="PropertiesSettings.Designer.cs">
  105.       <AutoGen>True</AutoGen>
  106.       <DependentUpon>Settings.settings</DependentUpon>
  107.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108.     </Compile>
  109.   </ItemGroup>
  110.   <Import Project="$(MSBuildToolsPath)Microsoft.CSharp.targets" />
  111.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  112.        Other similar extension points exist, see Microsoft.Common.targets.
  113.   <Target Name="BeforeBuild">
  114.   </Target>
  115.   <Target Name="AfterBuild">
  116.   </Target>
  117.   -->
  118. </Project>