📄 netcms.publish.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>{6612F705-1EAE-401B-A530-75EFFF5A93D9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NetCMS.Publish</RootNamespace>
<AssemblyName>NetCMS.Publish</AssemblyName>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</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>
</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.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CommonData.cs" />
<Compile Include="General.cs" />
<Compile Include="Label\ChannelLabel.cs" />
<Compile Include="Label\CustomLabel.cs" />
<Compile Include="Label\DynamicLabel.cs" />
<Compile Include="Label\FreeLabel.cs" />
<Compile Include="Label\Label.cs" />
<Compile Include="Label\LabelMass.cs" />
<Compile Include="Label\LabelMass_Method1.cs" />
<Compile Include="Label\LabelMass_Method2.cs" />
<Compile Include="Label\LabelMass_Method3.cs" />
<Compile Include="Label\LabelMass_Method4.cs" />
<Compile Include="Label\LabelMass_Method5.cs" />
<Compile Include="Label\LabelStyle.cs" />
<Compile Include="Label\NewsParameter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Template.cs" />
<Compile Include="UltiPublish.cs" />
<Compile Include="UtiPublishChannel.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NetCMS.Common\NetCMS.Common.csproj">
<Project>{F7309C46-B015-425B-B929-338F90A5B682}</Project>
<Name>NetCMS.Common</Name>
</ProjectReference>
<ProjectReference Include="..\NetCMS.Config\NetCMS.Config.csproj">
<Project>{1327A138-9082-4480-B612-94A1FB4521FE}</Project>
<Name>NetCMS.Config</Name>
</ProjectReference>
<ProjectReference Include="..\NetCMS.Control\NetCMS.Control.csproj">
<Project>{AFE6BB30-E0BD-4744-B0F4-23BC8EFCBFD8}</Project>
<Name>NetCMS.Control</Name>
</ProjectReference>
<ProjectReference Include="..\NetCMS.DALFactory\NetCMS.DALFactory.csproj">
<Project>{63D5B865-C045-4FBC-86AC-18E082006408}</Project>
<Name>NetCMS.DALFactory</Name>
</ProjectReference>
<ProjectReference Include="..\NetCMS.Global\NetCMS.Global.csproj">
<Project>{A48884A0-3E9C-466C-BB5C-39E68AA884A9}</Project>
<Name>NetCMS.Global</Name>
</ProjectReference>
<ProjectReference Include="..\NetCMS.Model\NetCMS.Model.csproj">
<Project>{5A4717F3-8A33-46E4-B14A-EF382425C64D}</Project>
<Name>NetCMS.Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\NetCMS.Common.dll" />
<Content Include="bin\Debug\NetCMS.Common.pdb" />
<Content Include="bin\Debug\NetCMS.Config.dll" />
<Content Include="bin\Debug\NetCMS.Config.pdb" />
<Content Include="bin\Debug\NetCMS.Control.dll" />
<Content Include="bin\Debug\NetCMS.Control.pdb" />
<Content Include="bin\Debug\NetCMS.DALFactory.dll" />
<Content Include="bin\Debug\NetCMS.DALFactory.pdb" />
<Content Include="bin\Debug\NetCMS.Global.dll" />
<Content Include="bin\Debug\NetCMS.Global.pdb" />
<Content Include="bin\Debug\NetCMS.Model.dll" />
<Content Include="bin\Debug\NetCMS.Model.pdb" />
<Content Include="bin\Debug\NetCMS.Publish.dll" />
<Content Include="bin\Debug\NetCMS.Publish.pdb" />
<Content Include="obj\Debug\NetCMS.Publish.dll" />
<Content Include="obj\Debug\NetCMS.Publish.pdb" />
<Content Include="obj\Debug\Refactor\NetCMS.Publish.dll" />
<Content Include="obj\NetCMS.Publish.csproj.FileList.txt" />
</ItemGroup>
<ItemGroup>
<None Include="obj\Debug\ResolveAssemblyReference.cache" />
</ItemGroup>
<ItemGroup>
<Folder Include="obj\Debug\TempPE\" />
</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 + -