📄 server.chrome
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{703D8056-2C05-4737-8459-D839D85825D2}</ProjectGuid>
<RootNamespace>Server</RootNamespace>
<OutputType>exe</OutputType>
<AssemblyName>Server</AssemblyName>
<AllowGlobals>False</AllowGlobals>
<AllowLegacyWith>False</AllowLegacyWith>
<AllowLegacyCode>False</AllowLegacyCode>
<AllowLegacyOutParams>True</AllowLegacyOutParams>
<AllowUnsafeCode>False</AllowUnsafeCode>
<ApplicationIcon>App.ico</ApplicationIcon>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<AllowLegacyCreate>True</AllowLegacyCreate>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<OutputPath>.\bin\Debug</OutputPath>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<EnableAsserts>True</EnableAsserts>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<RegisterForComInterop>False</RegisterForComInterop>
<CaptureConsoleOutput>False</CaptureConsoleOutput>
<StartMode>Project</StartMode>
<CpuType>anycpu</CpuType>
<RuntimeVersion>v25</RuntimeVersion>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
<WebDebugTarget>Cassini</WebDebugTarget>
<WebLaunchBrowser>False</WebLaunchBrowser>
<XmlDocAllMembers>False</XmlDocAllMembers>
<CodeFlowAnalysis>True</CodeFlowAnalysis>
<UseXmlDoc>False</UseXmlDoc>
<XmlDocWarning>WarningOnPublicMembers</XmlDocWarning>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>.\bin\Release</OutputPath>
<GeneratePDB>False</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<EnableAsserts>False</EnableAsserts>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<RegisterForComInterop>False</RegisterForComInterop>
<CaptureConsoleOutput>False</CaptureConsoleOutput>
<StartMode>Project</StartMode>
<CpuType>anycpu</CpuType>
<RuntimeVersion>v25</RuntimeVersion>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
<WebDebugTarget>Cassini</WebDebugTarget>
<WebLaunchBrowser>False</WebLaunchBrowser>
<XmlDocAllMembers>False</XmlDocAllMembers>
<CodeFlowAnalysis>True</CodeFlowAnalysis>
<UseXmlDoc>False</UseXmlDoc>
<XmlDocWarning>WarningOnPublicMembers</XmlDocWarning>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Chrome\RemObjects.Chrome.targets" />
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\RemObjects SDK\RemObjects.SDK.targets" />
<ItemGroup>
<Reference Include="$(Framework)\mscorlib.dll">
<Name>mscorlib</Name>
</Reference>
<Reference Include="RemObjects.InternetPack">
<HintPath>D:\DotNet2008\RemObjectsSDK\Bin\RemObjects.InternetPack.dll</HintPath>
<Name>RemObjects.InternetPack.dll</Name>
</Reference>
<Reference Include="RemObjects.SDK">
<HintPath>D:\DotNet2008\RemObjectsSDK\Bin\RemObjects.SDK.dll</HintPath>
<Name>RemObjects.SDK.dll</Name>
</Reference>
<Reference Include="RemObjects.SDK.Server">
<HintPath>D:\DotNet2008\RemObjectsSDK\Bin\RemObjects.SDK.Server.dll</HintPath>
<Name>RemObjects.SDK.Server.dll</Name>
</Reference>
<Reference Include="RemObjects.SDK.ZLib">
<HintPath>D:\DotNet2008\RemObjectsSDK\Bin\RemObjects.SDK.ZLib.dll</HintPath>
<Name>RemObjects.SDK.ZLib.dll</Name>
</Reference>
<Reference Include="$(Framework)\System.dll">
<Name>System</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
<Compile Include="AssemblyInfo.pas" />
<None Include="Getting Started.html" />
<EmbeddResource Include="licenses.licx" />
<Compile Include="Main.pas" />
<EmbeddResource Include="Server.RODL" />
<Compile Include="ServerLibrary_Intf.pas" />
<Compile Include="ServerLibrary_Invk.pas" />
<Compile Include="ServerService_Impl.pas">
<Subtype>Component</Subtype>
<DesignableClassName>Server.ServerService</DesignableClassName>
</Compile>
</ItemGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -