?? sdp.net.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>{F98E01F3-B39F-4A72-8C6E-AE04763125A1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SDP.NET</RootNamespace>
<AssemblyName>SDP.NET</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\SDP.NET.XML</DocumentationFile>
</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.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="AddressRange.cs" />
<Compile Include="AttributeField.cs" />
<Compile Include="BandwidthField.cs" />
<Compile Include="BandwidthModifiers.cs" />
<Compile Include="ConnectionField.cs" />
<Compile Include="EMailField.cs" />
<Compile Include="EncryptionMethods.cs" />
<Compile Include="Field.cs" />
<Compile Include="MediaDescription.cs" />
<Compile Include="MediaTypes.cs" />
<Compile Include="NTPClient.cs" />
<Compile Include="NTPTime.cs" />
<Compile Include="PortRange.cs" />
<Compile Include="InfoField.cs" />
<Compile Include="KeyField.cs" />
<Compile Include="MediaField.cs" />
<Compile Include="OriginField.cs" />
<Compile Include="PhoneField.cs" />
<Compile Include="RtpAvpConstants.cs" />
<Compile Include="SessionDescription.cs" />
<Compile Include="SessionNameField.cs" />
<Compile Include="TimeDescription.cs" />
<Compile Include="TimeField.cs" />
<Compile Include="TimeRepetitionField.cs" />
<Compile Include="TimeZoneAdjustment.cs" />
<Compile Include="TimeZoneAdjustmentField.cs" />
<Compile Include="UriField.cs" />
<Compile Include="VersionField.cs" />
</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 + -