📄 codedemoforcsharp.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C4BF93C6-9172-4D12-B79E-4298A8680CA0}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Code_Demo_for_CSharp</RootNamespace>
<AssemblyName>Code Demo for CSharp</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ATCommandBase\ATCommandBase.vbproj">
<Project>{9F2C29BD-7A6E-40AF-BD90-6D12FC08873F}</Project>
<Name>ATCommandBase</Name>
</ProjectReference>
<ProjectReference Include="..\CommPhone\CommPhone.vbproj">
<Project>{6C5683BC-BF0A-4093-8955-252BFE3EF797}</Project>
<Name>CommPhone</Name>
</ProjectReference>
<ProjectReference Include="..\NokiaPlugin\PluginForNokia.vbproj">
<Project>{6AA072B1-E061-446B-A011-E43E1A864748}</Project>
<Name>PluginForNokia</Name>
</ProjectReference>
<ProjectReference Include="..\PhoneController\PhoneControllerSDK.vbproj">
<Project>{83C5C326-DBD9-499D-9EC9-C0197EA946FB}</Project>
<Name>PhoneControllerSDK</Name>
</ProjectReference>
<ProjectReference Include="..\ShortMessageService\ShortMessageService.vbproj">
<Project>{D9938A13-CF56-4D36-8828-4B7BD6FAD04F}</Project>
<Name>ShortMessageService</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -