Super market.csproj
Upload User: nbcygd
Upload Date: 2008-07-25
Package Size: 2566k
Code Size: 4k
Category:

SQL Server

Development Platform:

C#

  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>{B754B448-0BE3-4836-B7A7-B46F22D21B54}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>Super_market</RootNamespace>
  11.     <AssemblyName>Super market</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="System" />
  32.     <Reference Include="System.Data" />
  33.     <Reference Include="System.Deployment" />
  34.     <Reference Include="System.Drawing" />
  35.     <Reference Include="System.Windows.Forms" />
  36.     <Reference Include="System.Xml" />
  37.   </ItemGroup>
  38.   <ItemGroup>
  39.     <Compile Include="DB.cs" />
  40.     <Compile Include="DL.cs" />
  41.     <Compile Include="Insert.cs">
  42.       <SubType>Form</SubType>
  43.     </Compile>
  44.     <Compile Include="Insert.designer.cs">
  45.       <DependentUpon>Insert.cs</DependentUpon>
  46.     </Compile>
  47.     <Compile Include="Select.cs">
  48.       <SubType>Form</SubType>
  49.     </Compile>
  50.     <Compile Include="Select.designer.cs">
  51.       <DependentUpon>Select.cs</DependentUpon>
  52.     </Compile>
  53.     <Compile Include="Login.cs">
  54.       <SubType>Form</SubType>
  55.     </Compile>
  56.     <Compile Include="Login.Designer.cs">
  57.       <DependentUpon>Login.cs</DependentUpon>
  58.     </Compile>
  59.     <Compile Include="MainForm.cs">
  60.       <SubType>Form</SubType>
  61.     </Compile>
  62.     <Compile Include="MainForm.Designer.cs">
  63.       <DependentUpon>MainForm.cs</DependentUpon>
  64.     </Compile>
  65.     <Compile Include="Program.cs" />
  66.     <Compile Include="PropertiesAssemblyInfo.cs" />
  67.     <EmbeddedResource Include="Insert.resx">
  68.       <DependentUpon>Insert.cs</DependentUpon>
  69.       <SubType>Designer</SubType>
  70.     </EmbeddedResource>
  71.     <EmbeddedResource Include="Select.resx">
  72.       <DependentUpon>Select.cs</DependentUpon>
  73.       <SubType>Designer</SubType>
  74.     </EmbeddedResource>
  75.     <EmbeddedResource Include="Login.resx">
  76.       <SubType>Designer</SubType>
  77.       <DependentUpon>Login.cs</DependentUpon>
  78.     </EmbeddedResource>
  79.     <EmbeddedResource Include="MainForm.resx">
  80.       <SubType>Designer</SubType>
  81.       <DependentUpon>MainForm.cs</DependentUpon>
  82.     </EmbeddedResource>
  83.     <EmbeddedResource Include="PropertiesResources.resx">
  84.       <Generator>ResXFileCodeGenerator</Generator>
  85.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  86.       <SubType>Designer</SubType>
  87.     </EmbeddedResource>
  88.     <Compile Include="PropertiesResources.Designer.cs">
  89.       <AutoGen>True</AutoGen>
  90.       <DependentUpon>Resources.resx</DependentUpon>
  91.       <DesignTime>True</DesignTime>
  92.     </Compile>
  93.     <None Include="PropertiesSettings.settings">
  94.       <Generator>SettingsSingleFileGenerator</Generator>
  95.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96.     </None>
  97.     <Compile Include="PropertiesSettings.Designer.cs">
  98.       <AutoGen>True</AutoGen>
  99.       <DependentUpon>Settings.settings</DependentUpon>
  100.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101.     </Compile>
  102.   </ItemGroup>
  103.   <ItemGroup>
  104.     <None Include="binlg.gif" />
  105.   </ItemGroup>
  106.   <ItemGroup>
  107.     <None Include="binsy.jpg" />
  108.   </ItemGroup>
  109.   <ItemGroup>
  110.     <None Include="bintp.jpg" />
  111.   </ItemGroup>
  112.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  113.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  114.        Other similar extension points exist, see Microsoft.Common.targets.
  115.   <Target Name="BeforeBuild">
  116.   </Target>
  117.   <Target Name="AfterBuild">
  118.   </Target>
  119.   -->
  120. </Project>