温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:AfritxiaWebTest2.0源码
当前文件:
AfritxiaWebTest20/Net.AfritXia.Data/Net.AfritXia.Data.csproj[2K,2009-6-12 11:31:34],打开代码结构图
AfritxiaWebTest20/Net.AfritXia.Data/Net.AfritXia.Data.csproj[2K,2009-6-12 11:31:34],打开代码结构图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>{7E3F1E1E-2FAC-4A5D-9EF1-CADD286C2793}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>Net.AfritXia.Data</RootNamespace> 11
<AssemblyName>Net.AfritXia.Data</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
</PropertyGroup> 26
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 27
<DebugSymbols>true</DebugSymbols> 28
<DebugType>full</DebugType> 29
<Optimize>false</Optimize> 30
<OutputPath>bin\Debug\</OutputPath> 31
<DefineConstants>DEBUG;TRACE</DefineConstants> 32
<ErrorReport>prompt</ErrorReport> 33
<WarningLevel>4</WarningLevel> 34
</PropertyGroup> 35
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 36
<DebugType>pdbonly</DebugType> 37
<Optimize>true</Optimize> 38
<OutputPath>bin\Release\</OutputPath> 39
<DefineConstants>TRACE</DefineConstants> 40
<ErrorReport>prompt</ErrorReport> 41
<WarningLevel>4</WarningLevel> 42
</PropertyGroup> 43
<ItemGroup> 44
<Reference Include="System" /> 45
<Reference Include="System.Data" /> 46
<Reference Include="System.Xml" /> 47
</ItemGroup> 48
<ItemGroup> 49
<Compile Include="EntityPropertyPutterMaker.cs" /> 50
<Compile Include="EntityPropertyPutterFactory.cs" /> 51
<Compile Include="IEntityPropertyPutter.cs" /> 52
<Compile Include="Mapping\DataColumnAttribute.cs" /> 53
<Compile Include="Mapping\DataTableAttribute.cs" /> 54
<Compile Include="Mapping\MappingException.cs" /> 55
<Compile Include="SQLHelper.PutEntityProperties.cs" /> 56
<Compile Include="SQLHelperFactory.cs" /> 57
<Compile Include="DbParamCollection.cs" /> 58
<Compile Include="Properties\AssemblyInfo.cs" /> 59
<Compile Include="SQLHelper.cs" /> 60
</ItemGroup> 61
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 62
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 63
Other similar extension points exist, see Microsoft.Common.targets. 64
<Target Name="BeforeBuild"> 65
</Target> 66
<Target Name="AfterBuild"> 67
</Target> 68
--> 69
</Project>




