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

SQL Server

Development Platform:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.21022</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.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <UpgradeBackupLocation>
  15.     </UpgradeBackupLocation>
  16.     <OldToolsVersion>2.0</OldToolsVersion>
  17.     <PublishUrl>publish</PublishUrl>
  18.     <Install>true</Install>
  19.     <InstallFrom>Disk</InstallFrom>
  20.     <UpdateEnabled>false</UpdateEnabled>
  21.     <UpdateMode>Foreground</UpdateMode>
  22.     <UpdateInterval>7</UpdateInterval>
  23.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24.     <UpdatePeriodically>false</UpdatePeriodically>
  25.     <UpdateRequired>false</UpdateRequired>
  26.     <MapFileExtensions>true</MapFileExtensions>
  27.     <ApplicationRevision>0</ApplicationRevision>
  28.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29.     <IsWebBootstrapper>false</IsWebBootstrapper>
  30.     <UseApplicationTrust>false</UseApplicationTrust>
  31.     <BootstrapperEnabled>true</BootstrapperEnabled>
  32.     <ApplicationIcon>Modern Icon.ico</ApplicationIcon>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35.     <DebugSymbols>true</DebugSymbols>
  36.     <DebugType>full</DebugType>
  37.     <Optimize>false</Optimize>
  38.     <OutputPath>binDebug</OutputPath>
  39.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  40.     <ErrorReport>prompt</ErrorReport>
  41.     <WarningLevel>4</WarningLevel>
  42.   </PropertyGroup>
  43.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44.     <DebugType>pdbonly</DebugType>
  45.     <Optimize>true</Optimize>
  46.     <OutputPath>binRelease</OutputPath>
  47.     <DefineConstants>TRACE</DefineConstants>
  48.     <ErrorReport>prompt</ErrorReport>
  49.     <WarningLevel>4</WarningLevel>
  50.   </PropertyGroup>
  51.   <ItemGroup>
  52.     <Reference Include="IrisSkin2, Version=2006.3.22.45, Culture=neutral, processorArchitecture=MSIL">
  53.       <SpecificVersion>False</SpecificVersion>
  54.       <HintPath>binIrisSkin2.dll</HintPath>
  55.     </Reference>
  56.     <Reference Include="System" />
  57.     <Reference Include="System.Data" />
  58.     <Reference Include="System.Deployment" />
  59.     <Reference Include="System.Drawing" />
  60.     <Reference Include="System.Windows.Forms" />
  61.     <Reference Include="System.Xml" />
  62.   </ItemGroup>
  63.   <ItemGroup>
  64.     <Compile Include="DLbh.cs" />
  65.     <Compile Include="DLname.cs" />
  66.     <Compile Include="DB.cs" />
  67.     <Compile Include="DL.cs" />
  68.     <Compile Include="Insertname.cs">
  69.       <SubType>Form</SubType>
  70.     </Compile>
  71.     <Compile Include="Insertname.Designer.cs">
  72.       <DependentUpon>Insertname.cs</DependentUpon>
  73.     </Compile>
  74.     <Compile Include="Pwd.cs">
  75.       <SubType>Form</SubType>
  76.     </Compile>
  77.     <Compile Include="Pwd.Designer.cs">
  78.       <DependentUpon>Pwd.cs</DependentUpon>
  79.     </Compile>
  80.     <Compile Include="Select.cs">
  81.       <SubType>Form</SubType>
  82.     </Compile>
  83.     <Compile Include="Select.designer.cs">
  84.       <DependentUpon>Select.cs</DependentUpon>
  85.     </Compile>
  86.     <Compile Include="Login.cs">
  87.       <SubType>Form</SubType>
  88.     </Compile>
  89.     <Compile Include="Login.Designer.cs">
  90.       <DependentUpon>Login.cs</DependentUpon>
  91.     </Compile>
  92.     <Compile Include="MainForm.cs">
  93.       <SubType>Form</SubType>
  94.     </Compile>
  95.     <Compile Include="MainForm.Designer.cs">
  96.       <DependentUpon>MainForm.cs</DependentUpon>
  97.     </Compile>
  98.     <Compile Include="Program.cs" />
  99.     <Compile Include="PropertiesAssemblyInfo.cs" />
  100.     <EmbeddedResource Include="Insertname.resx">
  101.       <DependentUpon>Insertname.cs</DependentUpon>
  102.       <SubType>Designer</SubType>
  103.     </EmbeddedResource>
  104.     <EmbeddedResource Include="Pwd.resx">
  105.       <DependentUpon>Pwd.cs</DependentUpon>
  106.       <SubType>Designer</SubType>
  107.     </EmbeddedResource>
  108.     <EmbeddedResource Include="Select.resx">
  109.       <DependentUpon>Select.cs</DependentUpon>
  110.       <SubType>Designer</SubType>
  111.     </EmbeddedResource>
  112.     <EmbeddedResource Include="Login.resx">
  113.       <SubType>Designer</SubType>
  114.       <DependentUpon>Login.cs</DependentUpon>
  115.     </EmbeddedResource>
  116.     <EmbeddedResource Include="MainForm.resx">
  117.       <SubType>Designer</SubType>
  118.       <DependentUpon>MainForm.cs</DependentUpon>
  119.     </EmbeddedResource>
  120.     <EmbeddedResource Include="PropertiesResources.resx">
  121.       <Generator>ResXFileCodeGenerator</Generator>
  122.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  123.       <SubType>Designer</SubType>
  124.     </EmbeddedResource>
  125.     <EmbeddedResource Include="Insert.resx">
  126.       <DependentUpon>Insert.cs</DependentUpon>
  127.       <SubType>Designer</SubType>
  128.     </EmbeddedResource>
  129.     <EmbeddedResource Include="SelectJD.resx">
  130.       <DependentUpon>SelectJD.cs</DependentUpon>
  131.       <SubType>Designer</SubType>
  132.     </EmbeddedResource>
  133.     <EmbeddedResource Include="Deletaname.resx">
  134.       <DependentUpon>Deletaname.cs</DependentUpon>
  135.       <SubType>Designer</SubType>
  136.     </EmbeddedResource>
  137.     <EmbeddedResource Include="Sell.resx">
  138.       <SubType>Designer</SubType>
  139.       <DependentUpon>Sell.cs</DependentUpon>
  140.     </EmbeddedResource>
  141.     <EmbeddedResource Include="Text.resx">
  142.       <DependentUpon>Text.cs</DependentUpon>
  143.       <SubType>Designer</SubType>
  144.     </EmbeddedResource>
  145.     <EmbeddedResource Include="Update.resx">
  146.       <DependentUpon>Update.cs</DependentUpon>
  147.       <SubType>Designer</SubType>
  148.     </EmbeddedResource>
  149.     <Compile Include="PropertiesResources.Designer.cs">
  150.       <AutoGen>True</AutoGen>
  151.       <DependentUpon>Resources.resx</DependentUpon>
  152.       <DesignTime>True</DesignTime>
  153.     </Compile>
  154.     <None Include="PropertiesSettings.settings">
  155.       <Generator>SettingsSingleFileGenerator</Generator>
  156.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  157.     </None>
  158.     <Compile Include="PropertiesSettings.Designer.cs">
  159.       <AutoGen>True</AutoGen>
  160.       <DependentUpon>Settings.settings</DependentUpon>
  161.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  162.     </Compile>
  163.     <Compile Include="Insert.cs">
  164.       <SubType>Form</SubType>
  165.     </Compile>
  166.     <Compile Include="Insert.designer.cs">
  167.       <DependentUpon>Insert.cs</DependentUpon>
  168.     </Compile>
  169.     <Compile Include="SelectJD.cs">
  170.       <SubType>Form</SubType>
  171.     </Compile>
  172.     <Compile Include="SelectJD.Designer.cs">
  173.       <DependentUpon>SelectJD.cs</DependentUpon>
  174.     </Compile>
  175.     <Compile Include="Deletaname.cs">
  176.       <SubType>Form</SubType>
  177.     </Compile>
  178.     <Compile Include="Deletaname.Designer.cs">
  179.       <DependentUpon>Deletaname.cs</DependentUpon>
  180.     </Compile>
  181.     <Compile Include="Sell.cs">
  182.       <SubType>Form</SubType>
  183.     </Compile>
  184.     <Compile Include="Sell.Designer.cs">
  185.       <DependentUpon>Sell.cs</DependentUpon>
  186.     </Compile>
  187.     <Compile Include="Text.cs">
  188.       <SubType>Form</SubType>
  189.     </Compile>
  190.     <Compile Include="Text.Designer.cs">
  191.       <DependentUpon>Text.cs</DependentUpon>
  192.     </Compile>
  193.     <Compile Include="Update.cs">
  194.       <SubType>Form</SubType>
  195.     </Compile>
  196.     <Compile Include="Update.Designer.cs">
  197.       <DependentUpon>Update.cs</DependentUpon>
  198.     </Compile>
  199.   </ItemGroup>
  200.   <ItemGroup>
  201.     <None Include="binlg.gif" />
  202.   </ItemGroup>
  203.   <ItemGroup>
  204.     <None Include="binsy.jpg" />
  205.   </ItemGroup>
  206.   <ItemGroup>
  207.     <None Include="bintp.jpg" />
  208.   </ItemGroup>
  209.   <ItemGroup>
  210.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  211.       <Visible>False</Visible>
  212.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  213.       <Install>true</Install>
  214.     </BootstrapperPackage>
  215.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  216.       <Visible>False</Visible>
  217.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  218.       <Install>false</Install>
  219.     </BootstrapperPackage>
  220.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  221.       <Visible>False</Visible>
  222.       <ProductName>.NET Framework 3.5</ProductName>
  223.       <Install>false</Install>
  224.     </BootstrapperPackage>
  225.   </ItemGroup>
  226.   <ItemGroup>
  227.     <Content Include="Modern Icon.ico" />
  228.   </ItemGroup>
  229.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  230.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  231.        Other similar extension points exist, see Microsoft.Common.targets.
  232.   <Target Name="BeforeBuild">
  233.   </Target>
  234.   <Target Name="AfterBuild">
  235.   </Target>
  236.   -->
  237. </Project>