📄 framecountry.csproj
字号:
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>3D954A41-7417-4ECC-8D14-2D2385803BA3</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>FrameCountry</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>FrameCountry</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>0.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib">
<Name>mscorlib</Name>
<HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
<HintPath>System.dll</HintPath>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
<HintPath>System.Data.dll</HintPath>
</Reference>
<Reference Include="System.Management">
<Name>System.Management</Name>
<HintPath>System.Management.dll</HintPath>
</Reference>
<Reference Include="System.Xml">
<Name>System.Xml</Name>
<HintPath>System.Xml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry.FrameBuild\FrameFile.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry.FrameBuild\FrameFrame.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry.FrameBuild\FrameMath.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry.FrameBuild\FrameSystem.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameBridge.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameCity.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameConn.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameDataSet.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameNode.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FramePolice.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameShip.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameTown.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameTrace.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameTransValue.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameTransWhere.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameValue.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\FrameWhere.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\LibWrap.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\OSVersionInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="FrameCountry\OSVersionInfo2.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -