comparison Demo/Asp.Net/BusinessLogic/PetShop.BusinessLogic.csproj @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{01C318D0-1CB1-4CB4-A5ED-D311665C76EE}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>PetShop.BusinessLogic</RootNamespace>
12 <AssemblyName>PetShop.BusinessLogic</AssemblyName>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>3.5</OldToolsVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <IsWebBootstrapper>false</IsWebBootstrapper>
19 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
20 <TargetFrameworkProfile />
21 <PublishUrl>publish\</PublishUrl>
22 <Install>true</Install>
23 <InstallFrom>Disk</InstallFrom>
24 <UpdateEnabled>false</UpdateEnabled>
25 <UpdateMode>Foreground</UpdateMode>
26 <UpdateInterval>7</UpdateInterval>
27 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28 <UpdatePeriodically>false</UpdatePeriodically>
29 <UpdateRequired>false</UpdateRequired>
30 <MapFileExtensions>true</MapFileExtensions>
31 <ApplicationRevision>0</ApplicationRevision>
32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33 <UseApplicationTrust>false</UseApplicationTrust>
34 <BootstrapperEnabled>true</BootstrapperEnabled>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
56 <DebugSymbols>true</DebugSymbols>
57 <OutputPath>bin\DebugMono\</OutputPath>
58 <DefineConstants>DEBUG;TRACE</DefineConstants>
59 <DebugType>full</DebugType>
60 <PlatformTarget>AnyCPU</PlatformTarget>
61 <CodeAnalysisLogFile>bin\Debug\PetShop.BusinessLogic.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64 <ErrorReport>prompt</ErrorReport>
65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
68 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
70 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
73 <OutputPath>bin\ReleaseMono\</OutputPath>
74 <DefineConstants>TRACE</DefineConstants>
75 <Optimize>true</Optimize>
76 <DebugType>pdbonly</DebugType>
77 <PlatformTarget>AnyCPU</PlatformTarget>
78 <CodeAnalysisLogFile>bin\Release\PetShop.BusinessLogic.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
79 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
80 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
81 <ErrorReport>prompt</ErrorReport>
82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
84 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
85 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
86 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
87 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
88 </PropertyGroup>
89 <ItemGroup>
90 <Reference Include="System" />
91 <Reference Include="System.configuration" />
92 <Reference Include="System.Data" />
93 <Reference Include="System.Transactions" />
94 <Reference Include="System.Web" />
95 <Reference Include="System.Xml" />
96 </ItemGroup>
97 <ItemGroup>
98 <Compile Include="Cart.cs" />
99 <Compile Include="DataAccess\ProductAccessor.cs" />
100 <Compile Include="DataAccess\AccessorBase.cs" />
101 <Compile Include="DataAccess\InventoryAccessor.cs" />
102 <Compile Include="DataAccess\OrderAccessor.cs" />
103 <Compile Include="DataAccess\ProfileAccessor.cs" />
104 <Compile Include="OrderManager.cs" />
105 <Compile Include="ProfileProvider.cs" />
106 <Compile Include="ProductManager.cs" />
107 <Compile Include="Properties\AssemblyInfo.cs" />
108 </ItemGroup>
109 <ItemGroup>
110 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
111 </ItemGroup>
112 <ItemGroup>
113 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
114 <Visible>False</Visible>
115 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
116 <Install>false</Install>
117 </BootstrapperPackage>
118 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
119 <Visible>False</Visible>
120 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
121 <Install>true</Install>
122 </BootstrapperPackage>
123 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
124 <Visible>False</Visible>
125 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
126 <Install>false</Install>
127 </BootstrapperPackage>
128 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
129 <Visible>False</Visible>
130 <ProductName>.NET Framework 3.5</ProductName>
131 <Install>false</Install>
132 </BootstrapperPackage>
133 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
134 <Visible>False</Visible>
135 <ProductName>.NET Framework 3.5 SP1</ProductName>
136 <Install>false</Install>
137 </BootstrapperPackage>
138 </ItemGroup>
139 <ItemGroup>
140 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj">
141 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
142 <Name>BLToolkit.4</Name>
143 </ProjectReference>
144 <ProjectReference Include="..\ObjectModel\PetShop.ObjectModel.csproj">
145 <Project>{BF0811CA-4663-4778-8331-9BEEBCAAC8C8}</Project>
146 <Name>PetShop.ObjectModel</Name>
147 </ProjectReference>
148 </ItemGroup>
149 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
150 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151 Other similar extension points exist, see Microsoft.Common.targets.
152 <Target Name="BeforeBuild">
153 </Target>
154 <Target Name="AfterBuild">
155 </Target>
156 -->
157 </Project>