supershop.csproj
上传用户:miknos
上传日期:2022-04-30
资源大小:802k
文件大小:5k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{DFEE4200-3A28-4A19-88CE-192EC90512F2}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>App.ico</ApplicationIcon>
  10.     <AssemblyKeyContainerName>
  11.     </AssemblyKeyContainerName>
  12.     <AssemblyName>supershop</AssemblyName>
  13.     <AssemblyOriginatorKeyFile>
  14.     </AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>false</DelaySign>
  19.     <OutputType>WinExe</OutputType>
  20.     <RootNamespace>supershop</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.   </PropertyGroup>
  29.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30.     <OutputPath>binDebug</OutputPath>
  31.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  32.     <BaseAddress>285212672</BaseAddress>
  33.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  34.     <ConfigurationOverrideFile>
  35.     </ConfigurationOverrideFile>
  36.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  37.     <DocumentationFile>
  38.     </DocumentationFile>
  39.     <DebugSymbols>true</DebugSymbols>
  40.     <FileAlignment>4096</FileAlignment>
  41.     <NoStdLib>false</NoStdLib>
  42.     <NoWarn>
  43.     </NoWarn>
  44.     <Optimize>false</Optimize>
  45.     <RegisterForComInterop>false</RegisterForComInterop>
  46.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  47.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  48.     <WarningLevel>4</WarningLevel>
  49.     <DebugType>full</DebugType>
  50.     <ErrorReport>prompt</ErrorReport>
  51.   </PropertyGroup>
  52.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53.     <OutputPath>binRelease</OutputPath>
  54.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  55.     <BaseAddress>285212672</BaseAddress>
  56.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  57.     <ConfigurationOverrideFile>
  58.     </ConfigurationOverrideFile>
  59.     <DefineConstants>TRACE</DefineConstants>
  60.     <DocumentationFile>
  61.     </DocumentationFile>
  62.     <DebugSymbols>false</DebugSymbols>
  63.     <FileAlignment>4096</FileAlignment>
  64.     <NoStdLib>false</NoStdLib>
  65.     <NoWarn>
  66.     </NoWarn>
  67.     <Optimize>true</Optimize>
  68.     <RegisterForComInterop>false</RegisterForComInterop>
  69.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  70.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  71.     <WarningLevel>4</WarningLevel>
  72.     <DebugType>none</DebugType>
  73.     <ErrorReport>prompt</ErrorReport>
  74.   </PropertyGroup>
  75.   <ItemGroup>
  76.     <Reference Include="System">
  77.       <Name>System</Name>
  78.     </Reference>
  79.     <Reference Include="System.Data">
  80.       <Name>System.Data</Name>
  81.     </Reference>
  82.     <Reference Include="System.Drawing">
  83.       <Name>System.Drawing</Name>
  84.     </Reference>
  85.     <Reference Include="System.Windows.Forms">
  86.       <Name>System.Windows.Forms</Name>
  87.     </Reference>
  88.     <Reference Include="System.Xml">
  89.       <Name>System.XML</Name>
  90.     </Reference>
  91.   </ItemGroup>
  92.   <ItemGroup>
  93.     <Content Include="App.ico" />
  94.     <Content Include="DataSet1.xsd">
  95.       <Generator>MSDataSetGenerator</Generator>
  96.       <LastGenOutput>DataSet1.Designer.cs</LastGenOutput>
  97.     </Content>
  98.     <Compile Include="AssemblyInfo.cs">
  99.       <SubType>Code</SubType>
  100.     </Compile>
  101.     <Compile Include="DataSet1.Designer.cs">
  102.       <AutoGen>True</AutoGen>
  103.       <DesignTime>True</DesignTime>
  104.       <DependentUpon>DataSet1.xsd</DependentUpon>
  105.     </Compile>
  106.     <Compile Include="Form1.cs">
  107.       <SubType>Form</SubType>
  108.     </Compile>
  109.     <Compile Include="Form2.cs">
  110.       <SubType>Form</SubType>
  111.     </Compile>
  112.     <Compile Include="Form3.cs">
  113.       <SubType>Form</SubType>
  114.     </Compile>
  115.     <Compile Include="Form4.cs">
  116.       <SubType>Form</SubType>
  117.     </Compile>
  118.     <EmbeddedResource Include="Form1.resx">
  119.       <DependentUpon>Form1.cs</DependentUpon>
  120.     </EmbeddedResource>
  121.     <EmbeddedResource Include="Form2.resx">
  122.       <DependentUpon>Form2.cs</DependentUpon>
  123.     </EmbeddedResource>
  124.     <EmbeddedResource Include="Form3.resx">
  125.       <DependentUpon>Form3.cs</DependentUpon>
  126.     </EmbeddedResource>
  127.     <EmbeddedResource Include="Form4.resx">
  128.       <DependentUpon>Form4.cs</DependentUpon>
  129.     </EmbeddedResource>
  130.   </ItemGroup>
  131.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  132.   <PropertyGroup>
  133.     <PreBuildEvent>
  134.     </PreBuildEvent>
  135.     <PostBuildEvent>
  136.     </PostBuildEvent>
  137.   </PropertyGroup>
  138. </Project>