BookSellPredict.csproj
上传用户:abcs8778
上传日期:2022-08-03
资源大小:2093k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

SQL

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{12C1294C-B06C-417D-B00E-617308E660E1}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>BookSellPredict</RootNamespace>
  11.     <AssemblyName>BookSellPredict</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="Microsoft.AnalysisServices.AdomdClient, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
  32.     <Reference Include="Microsoft.DataWarehouse.Interfaces, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
  33.     <Reference Include="msmgdsrv, Version=9.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=x86" />
  34.     <Reference Include="System" />
  35.     <Reference Include="System.Data" />
  36.     <Reference Include="System.Deployment" />
  37.     <Reference Include="System.Drawing" />
  38.     <Reference Include="System.Windows.Forms" />
  39.     <Reference Include="System.Xml" />
  40.   </ItemGroup>
  41.   <ItemGroup>
  42.     <Compile Include="BookAnalysisForm.cs">
  43.       <SubType>Form</SubType>
  44.     </Compile>
  45.     <Compile Include="BookAnalysisForm.Designer.cs">
  46.       <DependentUpon>BookAnalysisForm.cs</DependentUpon>
  47.     </Compile>
  48.     <Compile Include="CustomerAnalysisForm.cs">
  49.       <SubType>Form</SubType>
  50.     </Compile>
  51.     <Compile Include="CustomerAnalysisForm.Designer.cs">
  52.       <DependentUpon>CustomerAnalysisForm.cs</DependentUpon>
  53.     </Compile>
  54.     <Compile Include="MainForm.cs">
  55.       <SubType>Form</SubType>
  56.     </Compile>
  57.     <Compile Include="MainForm.Designer.cs">
  58.       <DependentUpon>MainForm.cs</DependentUpon>
  59.     </Compile>
  60.     <Compile Include="Program.cs" />
  61.     <Compile Include="PropertiesAssemblyInfo.cs" />
  62.     <EmbeddedResource Include="BookAnalysisForm.resx">
  63.       <DependentUpon>BookAnalysisForm.cs</DependentUpon>
  64.       <SubType>Designer</SubType>
  65.     </EmbeddedResource>
  66.     <EmbeddedResource Include="CustomerAnalysisForm.resx">
  67.       <SubType>Designer</SubType>
  68.       <DependentUpon>CustomerAnalysisForm.cs</DependentUpon>
  69.     </EmbeddedResource>
  70.     <EmbeddedResource Include="MainForm.resx">
  71.       <SubType>Designer</SubType>
  72.       <DependentUpon>MainForm.cs</DependentUpon>
  73.     </EmbeddedResource>
  74.     <EmbeddedResource Include="PropertiesResources.resx">
  75.       <Generator>ResXFileCodeGenerator</Generator>
  76.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  77.       <SubType>Designer</SubType>
  78.     </EmbeddedResource>
  79.     <Compile Include="PropertiesResources.Designer.cs">
  80.       <AutoGen>True</AutoGen>
  81.       <DependentUpon>Resources.resx</DependentUpon>
  82.     </Compile>
  83.     <None Include="PropertiesSettings.settings">
  84.       <Generator>SettingsSingleFileGenerator</Generator>
  85.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  86.     </None>
  87.     <Compile Include="PropertiesSettings.Designer.cs">
  88.       <AutoGen>True</AutoGen>
  89.       <DependentUpon>Settings.settings</DependentUpon>
  90.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  91.     </Compile>
  92.   </ItemGroup>
  93.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  94.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  95.        Other similar extension points exist, see Microsoft.Common.targets.
  96.   <Target Name="BeforeBuild">
  97.   </Target>
  98.   <Target Name="AfterBuild">
  99.   </Target>
  100.   -->
  101. </Project>