温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:NETCMSv1.5(Build0509)完整源码版
当前文件路径:NetCMSv15/NetCMS.Common/NetCMS.Common.csproj

1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5
<ProductVersion>8.0.50727</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{F7309C46-B015-425B-B929-338F90A5B682}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>NetCMS.Common</RootNamespace> 11
<AssemblyName>NetCMS.Common</AssemblyName> 12
<SccProjectName>SAK</SccProjectName> 13
<SccLocalPath>SAK</SccLocalPath> 14
<SccAuxPath>SAK</SccAuxPath> 15
<SccProvider>SAK</SccProvider> 16
<SignAssembly>false</SignAssembly> 17
<AssemblyOriginatorKeyFile> 18
</AssemblyOriginatorKeyFile> 19
</PropertyGroup> 20
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 21
<DebugSymbols>true</DebugSymbols> 22
<DebugType>full</DebugType> 23
<Optimize>false</Optimize> 24
<OutputPath>bin\Debug\</OutputPath> 25
<DefineConstants>DEBUG;TRACE</DefineConstants> 26
<ErrorReport>prompt</ErrorReport> 27
<WarningLevel>4</WarningLevel> 28
</PropertyGroup> 29
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 30
<DebugType>pdbonly</DebugType> 31
<Optimize>true</Optimize> 32
<OutputPath>bin\Release\</OutputPath> 33
<DefineConstants>TRACE</DefineConstants> 34
<ErrorReport>prompt</ErrorReport> 35
<WarningLevel>4</WarningLevel> 36
</PropertyGroup> 37
<ItemGroup> 38
<Reference Include="System" /> 39
<Reference Include="System.configuration" /> 40
<Reference Include="System.Data" /> 41
<Reference Include="System.Web" /> 42
<Reference Include="System.Xml" /> 43
</ItemGroup> 44
<ItemGroup> 45
<Compile Include="HtmlProgressBar.cs" /> 46
<Compile Include="Input.cs" /> 47
<Compile Include="Public.cs" /> 48
<Compile Include="Rand.cs" /> 49
<Compile Include="ServerInfo.cs" /> 50
</ItemGroup> 51
<ItemGroup> 52
<ProjectReference Include="..\NetCMS.Config\NetCMS.Config.csproj"> 53
<Project>{1327A138-9082-4480-B612-94A1FB4521FE}</Project> 54
<Name>NetCMS.Config</Name> 55
</ProjectReference> 56
<ProjectReference Include="..\NetCMS.Global\NetCMS.Global.csproj"> 57
<Project>{A48884A0-3E9C-466C-BB5C-39E68AA884A9}</Project> 58
<Name>NetCMS.Global</Name> 59
</ProjectReference> 60
</ItemGroup> 61
<ItemGroup> 62
<Folder Include="Properties\" /> 63
</ItemGroup> 64
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 65
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 66
Other similar extension points exist, see Microsoft.Common.targets. 67
<Target Name="BeforeBuild"> 68
</Target> 69
<Target Name="AfterBuild"> 70
</Target> 71
--> 72
</Project>



