温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Openlab开源综合社区系统
当前文件:
OpenLab/Add-Ons/EditorsWraper/EditorsWraper.csproj[3K,2009-6-12 11:51:29],打开代码结构图
OpenLab/Add-Ons/EditorsWraper/EditorsWraper.csproj[3K,2009-6-12 11:51:29],打开代码结构图1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2
<PropertyGroup> 3
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5
<ProductVersion>9.0.21022</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{2ED7D45B-5B30-4BB6-90AC-8BB68CBA4252}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>Openlab.AddOns.EditorsWraper</RootNamespace> 11
<AssemblyName>Openlab.AddOns.EditorsWraper</AssemblyName> 12
<SccProjectName> 13
</SccProjectName> 14
<SccLocalPath> 15
</SccLocalPath> 16
<SccAuxPath> 17
</SccAuxPath> 18
<SccProvider> 19
</SccProvider> 20
<FileUpgradeFlags> 21
</FileUpgradeFlags> 22
<OldToolsVersion>2.0</OldToolsVersion> 23
<UpgradeBackupLocation> 24
</UpgradeBackupLocation> 25
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 26
</PropertyGroup> 27
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 28
<DebugSymbols>true</DebugSymbols> 29
<DebugType>full</DebugType> 30
<Optimize>false</Optimize> 31
<OutputPath>bin\Debug\</OutputPath> 32
<DefineConstants>DEBUG;TRACE</DefineConstants> 33
<ErrorReport>prompt</ErrorReport> 34
<WarningLevel>4</WarningLevel> 35
</PropertyGroup> 36
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 37
<DebugType>pdbonly</DebugType> 38
<Optimize>true</Optimize> 39
<OutputPath>bin\Release\</OutputPath> 40
<DefineConstants>TRACE</DefineConstants> 41
<ErrorReport>prompt</ErrorReport> 42
<WarningLevel>4</WarningLevel> 43
</PropertyGroup> 44
<ItemGroup> 45
<Reference Include="System" /> 46
<Reference Include="System.Core"> 47
<RequiredTargetFramework>3.5</RequiredTargetFramework> 48
</Reference> 49
<Reference Include="System.Data" /> 50
<Reference Include="System.Web" /> 51
<Reference Include="System.Xml" /> 52
</ItemGroup> 53
<ItemGroup> 54
<Compile Include="..\..\Framework\GlobalAssemblyInfo.cs"> 55
<Link>GlobalAssemblyInfo.cs</Link> 56
</Compile> 57
<Compile Include="KindEditor\KindEditor.cs" /> 58
<Compile Include="Properties\AssemblyInfo.cs" /> 59
<Compile Include="TinyMCE\TinyMCEOption.cs" /> 60
<Compile Include="TinyMCE\TinyMCE.cs" /> 61
</ItemGroup> 62
<ItemGroup> 63
<ProjectReference Include="..\..\Framework\Framework.csproj"> 64
<Project>{B2EA00F2-FB58-4899-AA9A-7F83E92FE7C5}</Project> 65
<Name>Framework</Name> 66
</ProjectReference> 67
</ItemGroup> 68
<ItemGroup> 69
<Folder Include="FCKEditor\" /> 70
<Folder Include="FreeTextBox\" /> 71
</ItemGroup> 72
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 73
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 74
Other similar extension points exist, see Microsoft.Common.targets. 75
<Target Name="BeforeBuild"> 76
</Target> 77
<Target Name="AfterBuild"> 78
</Target> 79
--> 80
</Project>




