温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:勤网爱问v2008学习版项目源码
当前文件:
GoAsk/Rungoo.Accredit/Rungoo.Accredit.csproj[2K,2009-6-12 11:43:17],打开代码结构图
GoAsk/Rungoo.Accredit/Rungoo.Accredit.csproj[2K,2009-6-12 11:43:17],打开代码结构图1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<ProjectType>local</ProjectType> 4
<ProjectVersion>7.10.3077</ProjectVersion> 5
<SchemaVersion>2.0</SchemaVersion> 6
<ProjectGuid>{BF789965-064B-4A61-9C96-A2DDF1D3E741}</ProjectGuid> 7
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 8
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9
<AssemblyName>Rungoo.Accredit</AssemblyName> 10
<DefaultClientScript>JScript</DefaultClientScript> 11
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 12
<DefaultTargetSchema>IE50</DefaultTargetSchema> 13
<DelaySign>false</DelaySign> 14
<OutputType>Library</OutputType> 15
<FileUpgradeFlags> 16
</FileUpgradeFlags> 17
<UpgradeBackupLocation> 18
</UpgradeBackupLocation> 19
</PropertyGroup> 20
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 21
<OutputPath>bin\Debug\</OutputPath> 22
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> 23
<DefineConstants>DEBUG;TRACE</DefineConstants> 24
<DebugSymbols>true</DebugSymbols> 25
<NoStdLib>false</NoStdLib> 26
<Optimize>false</Optimize> 27
<WarningLevel>4</WarningLevel> 28
<DebugType>full</DebugType> 29
<ErrorReport>prompt</ErrorReport> 30
</PropertyGroup> 31
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 32
<OutputPath>bin\Release\</OutputPath> 33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> 34
<DefineConstants>TRACE</DefineConstants> 35
<DebugSymbols>false</DebugSymbols> 36
<NoStdLib>false</NoStdLib> 37
<Optimize>true</Optimize> 38
<WarningLevel>4</WarningLevel> 39
<DebugType>none</DebugType> 40
<ErrorReport>prompt</ErrorReport> 41
</PropertyGroup> 42
<ItemGroup> 43
<Compile Include="Accredit.cs"> 44
<SubType>Code</SubType> 45
</Compile> 46
<Compile Include="AccreditType.cs"> 47
<SubType>Code</SubType> 48
</Compile> 49
<Compile Include="Properties\AssemblyInfo.cs"> 50
<SubType>Code</SubType> 51
</Compile> 52
</ItemGroup> 53
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 54
<PropertyGroup> 55
<PreBuildEvent> 56
</PreBuildEvent> 57
<PostBuildEvent> 58
</PostBuildEvent> 59
</PropertyGroup> 60
</Project>




