comparison Demo/Asp.Net/ObjectModel/PetShop.ObjectModel.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.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{BF0811CA-4663-4778-8331-9BEEBCAAC8C8}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>PetShop.ObjectModel</RootNamespace>
12 <AssemblyName>PetShop.ObjectModel</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.ObjectModel.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 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
71 <OutputPath>bin\ReleaseMono\</OutputPath>
72 <DefineConstants>TRACE</DefineConstants>
73 <Optimize>true</Optimize>
74 <DebugType>pdbonly</DebugType>
75 <PlatformTarget>AnyCPU</PlatformTarget>
76 <CodeAnalysisLogFile>bin\Release\PetShop.ObjectModel.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
77 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
78 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
79 <ErrorReport>prompt</ErrorReport>
80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
82 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
83 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
84 </PropertyGroup>
85 <ItemGroup>
86 <Reference Include="System" />
87 <Reference Include="System.Data" />
88 <Reference Include="System.Xml" />
89 </ItemGroup>
90 <ItemGroup>
91 <Compile Include="Address.cs" />
92 <Compile Include="CartItem.cs" />
93 <Compile Include="Category.cs" />
94 <Compile Include="CreditCard.cs" />
95 <Compile Include="CustomProfile.cs" />
96 <Compile Include="Item.cs" />
97 <Compile Include="ItemStatus.cs" />
98 <Compile Include="Order.cs" />
99 <Compile Include="OrderLineItem.cs" />
100 <Compile Include="Product.cs" />
101 <Compile Include="Properties\AssemblyInfo.cs" />
102 </ItemGroup>
103 <ItemGroup>
104 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
105 </ItemGroup>
106 <ItemGroup>
107 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
108 <Visible>False</Visible>
109 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
110 <Install>false</Install>
111 </BootstrapperPackage>
112 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
113 <Visible>False</Visible>
114 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
115 <Install>true</Install>
116 </BootstrapperPackage>
117 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
118 <Visible>False</Visible>
119 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
120 <Install>false</Install>
121 </BootstrapperPackage>
122 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
123 <Visible>False</Visible>
124 <ProductName>.NET Framework 3.5</ProductName>
125 <Install>false</Install>
126 </BootstrapperPackage>
127 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
128 <Visible>False</Visible>
129 <ProductName>.NET Framework 3.5 SP1</ProductName>
130 <Install>false</Install>
131 </BootstrapperPackage>
132 </ItemGroup>
133 <ItemGroup>
134 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj">
135 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
136 <Name>BLToolkit.4</Name>
137 </ProjectReference>
138 </ItemGroup>
139 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
140 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141 Other similar extension points exist, see Microsoft.Common.targets.
142 <Target Name="BeforeBuild">
143 </Target>
144 <Target Name="AfterBuild">
145 </Target>
146 -->
147 </Project>