VSTool.csproj
上传用户:king477883
上传日期:2021-03-01
资源大小:9553k
文件大小:3k
源码类别:

游戏引擎

开发平台:

C++ Builder

  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>{96943E2D-1373-4617-A117-D0F997A94919}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>
  10.     </ApplicationIcon>
  11.     <AssemblyKeyContainerName>
  12.     </AssemblyKeyContainerName>
  13.     <AssemblyName>VSTool</AssemblyName>
  14.     <AssemblyOriginatorKeyFile>
  15.     </AssemblyOriginatorKeyFile>
  16.     <DefaultClientScript>JScript</DefaultClientScript>
  17.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19.     <DelaySign>false</DelaySign>
  20.     <OutputType>Exe</OutputType>
  21.     <RootNamespace>VSTool</RootNamespace>
  22.     <RunPostBuildEvent>Always</RunPostBuildEvent>
  23.     <StartupObject>VSTool.VSToolMain</StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.   </PropertyGroup>
  29.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30.     <OutputPath>.</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>.</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.   </ItemGroup>
  83.   <ItemGroup>
  84.     <Compile Include="main.cs">
  85.       <SubType>Code</SubType>
  86.     </Compile>
  87.   </ItemGroup>
  88.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  89.   <PropertyGroup>
  90.     <PreBuildEvent>
  91.     </PreBuildEvent>
  92.     <PostBuildEvent>
  93.     </PostBuildEvent>
  94.   </PropertyGroup>
  95. </Project>