1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5821977D-AC2C-4912-BCD0-6E6B1A756167}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Wintellect.PowerCollections</RootNamespace>
<AssemblyName>PowerCollections</AssemblyName>
<WarningLevel>4</WarningLevel>
<SignAssembly>false</SignAssembly>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<AssemblyOriginatorKeyFile>CreateNewKey.pfx</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>bin\Debug\PowerCollections.XML</DocumentationFile>
<BaseAddress>1239678976</BaseAddress>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRules>-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00002;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00001;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00009;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00008;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00011;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00010;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00003;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00006;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00004;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00007;-Microsoft.Practices.FxCop.Rules.WcfSecurity#WCFS00005;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0013;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0012;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0015;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0014;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0011;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0010;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0009;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0008;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0007;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0006;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0005;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0004;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0001;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0003;-Microsoft.Practices.FxCop.Rules.WcfSemantic#WCFSM0002;-Wintellect.DesignRules#Wintellect2002;-Wintellect.DesignRules#Wintellect2001;-Wintellect.DesignRules#Wintellect2003;-Wintellect.DesignRules#Wintellect2004;-Wintellect.DesignRules#Wintellect2000;-Wintellect.DesignRules#Wintellect2006;-Wintellect.DesignRules#Wintellect2005;-Wintellect.PerformanceRules#Wintellect1000;-Wintellect.UsageRules#Wintellect3000;-Wintellect.UsageRules#Wintellect3003;-Wintellect.UsageRules#Wintellect3002;-Wintellect.UsageRules#Wintellect3005;-Wintellect.UsageRules#Wintellect3004;-Wintellect.UsageRules#Wintellect3001</CodeAnalysisRules>
<RegisterForComInterop>false</RegisterForComInterop>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>bin\Release\PowerCollections.XML</DocumentationFile>
<BaseAddress>1239678976</BaseAddress>
<CodeAnalysisRules>-Wintellect.DesignRules#Wintellect2002;-Wintellect.DesignRules#Wintellect2001;-Wintellect.DesignRules#Wintellect2003;-Wintellect.DesignRules#Wintellect2004;-Wintellect.DesignRules#Wintellect2000;-Wintellect.DesignRules#Wintellect2006;-Wintellect.DesignRules#Wintellect2005;-Wintellect.PerformanceRules#Wintellect1000;-Wintellect.UsageRules#Wintellect3000;-Wintellect.UsageRules#Wintellect3003;-Wintellect.UsageRules#Wintellect3002;-Wintellect.UsageRules#Wintellect3005;-Wintellect.UsageRules#Wintellect3004;-Wintellect.UsageRules#Wintellect3001</CodeAnalysisRules>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|AnyCPU' ">
<OutputPath>bin\ReleaseSigned\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<BaseAddress>1239678976</BaseAddress>
<DocumentationFile>bin\Release\PowerCollections.XML</DocumentationFile>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleAssemblies>C:\Program Files (x86)\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\\rules</CodeAnalysisRuleAssemblies>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<Compile Include="Algorithms.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Bag.cs" />
<Compile Include="CollectionBase.cs" />
<Compile Include="Comparers.cs" />
<Compile Include="Hash.cs" />
<Compile Include="ListBase.cs" />
<Compile Include="OrderedBag.cs" />
<Compile Include="Pair.cs" />
<Compile Include="ReadOnlyCollectionBase.cs" />
<Compile Include="ReadOnlyListBase.cs" />
<Compile Include="RedBlack.cs" />
<Compile Include="Strings.cs" />
<Compile Include="Util.cs" />
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
|