BankV1.csproj
上传用户:hesong1250
上传日期:2022-06-29
资源大小:105k
文件大小:3k
源码类别:

金融证券系统

开发平台:

ASP/ASPX

  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>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{57B515CB-5E78-48EE-AC38-6A891B1E0A2D}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>中国.建设银行</RootNamespace>
  11.     <AssemblyName>GUI</AssemblyName>
  12.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <OldToolsVersion>2.0</OldToolsVersion>
  15.     <UpgradeBackupLocation>
  16.     </UpgradeBackupLocation>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19.     <DebugSymbols>true</DebugSymbols>
  20.     <DebugType>full</DebugType>
  21.     <Optimize>false</Optimize>
  22.     <OutputPath>binDebug</OutputPath>
  23.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  24.     <ErrorReport>prompt</ErrorReport>
  25.     <WarningLevel>4</WarningLevel>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28.     <DebugType>pdbonly</DebugType>
  29.     <Optimize>true</Optimize>
  30.     <OutputPath>binRelease</OutputPath>
  31.     <DefineConstants>TRACE</DefineConstants>
  32.     <ErrorReport>prompt</ErrorReport>
  33.     <WarningLevel>4</WarningLevel>
  34.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="System" />
  37.     <Reference Include="System.Data" />
  38.     <Reference Include="System.Deployment" />
  39.     <Reference Include="System.Drawing" />
  40.     <Reference Include="System.Windows.Forms" />
  41.     <Reference Include="System.Xml" />
  42.   </ItemGroup>
  43.   <ItemGroup>
  44.     <Compile Include="Account.cs" />
  45.     <Compile Include="Form1.cs">
  46.       <SubType>Form</SubType>
  47.     </Compile>
  48.     <Compile Include="Form1.Designer.cs">
  49.       <DependentUpon>Form1.cs</DependentUpon>
  50.     </Compile>
  51.     <Compile Include="Program.cs" />
  52.     <Compile Include="PropertiesAssemblyInfo.cs" />
  53.     <EmbeddedResource Include="Form1.resx">
  54.       <SubType>Designer</SubType>
  55.       <DependentUpon>Form1.cs</DependentUpon>
  56.     </EmbeddedResource>
  57.     <EmbeddedResource Include="PropertiesResources.resx">
  58.       <Generator>ResXFileCodeGenerator</Generator>
  59.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  60.       <SubType>Designer</SubType>
  61.     </EmbeddedResource>
  62.     <Compile Include="PropertiesResources.Designer.cs">
  63.       <AutoGen>True</AutoGen>
  64.       <DependentUpon>Resources.resx</DependentUpon>
  65.       <DesignTime>True</DesignTime>
  66.     </Compile>
  67.     <None Include="PropertiesSettings.settings">
  68.       <Generator>SettingsSingleFileGenerator</Generator>
  69.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  70.     </None>
  71.     <Compile Include="PropertiesSettings.Designer.cs">
  72.       <AutoGen>True</AutoGen>
  73.       <DependentUpon>Settings.settings</DependentUpon>
  74.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  75.     </Compile>
  76.   </ItemGroup>
  77.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  78.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  79.        Other similar extension points exist, see Microsoft.Common.targets.
  80.   <Target Name="BeforeBuild">
  81.   </Target>
  82.   <Target Name="AfterBuild">
  83.   </Target>
  84.   -->
  85. </Project>