comparison Demo/Partial.Trust/Asp.Net/Partial.Trust.Asp.Net.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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{16272F10-9E3D-4C24-8761-8A43E9FB525F}</ProjectGuid>
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>Partial.Trust.Asp.Net</RootNamespace>
14 <AssemblyName>Partial.Trust.Asp.Net</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16 <FileUpgradeFlags>
17 </FileUpgradeFlags>
18 <OldToolsVersion>4.0</OldToolsVersion>
19 <UpgradeBackupLocation />
20 <TargetFrameworkProfile />
21 <UseIISExpress>false</UseIISExpress>
22 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24 <DebugSymbols>true</DebugSymbols>
25 <DebugType>full</DebugType>
26 <Optimize>false</Optimize>
27 <OutputPath>bin\</OutputPath>
28 <DefineConstants>DEBUG;TRACE</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugType>pdbonly</DebugType>
35 <Optimize>true</Optimize>
36 <OutputPath>bin\</OutputPath>
37 <DefineConstants>TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
43 <DebugSymbols>true</DebugSymbols>
44 <OutputPath>bin\</OutputPath>
45 <DefineConstants>DEBUG;TRACE</DefineConstants>
46 <DebugType>full</DebugType>
47 <PlatformTarget>AnyCPU</PlatformTarget>
48 <CodeAnalysisLogFile>bin\Partial.Trust.Asp.Net.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51 <ErrorReport>prompt</ErrorReport>
52 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
53 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
56 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
59 <OutputPath>bin\</OutputPath>
60 <DefineConstants>TRACE</DefineConstants>
61 <Optimize>true</Optimize>
62 <DebugType>pdbonly</DebugType>
63 <PlatformTarget>AnyCPU</PlatformTarget>
64 <CodeAnalysisLogFile>bin\Partial.Trust.Asp.Net.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
65 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
66 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
67 <ErrorReport>prompt</ErrorReport>
68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
70 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
72 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
73 </PropertyGroup>
74 <ItemGroup>
75 <Reference Include="System" />
76 <Reference Include="System.Data" />
77 <Reference Include="System.Data.DataSetExtensions" />
78 <Reference Include="System.Web.ApplicationServices" />
79 <Reference Include="System.Web.DynamicData" />
80 <Reference Include="System.Web.Entity" />
81 <Reference Include="System.Web.Extensions" />
82 <Reference Include="System.Drawing" />
83 <Reference Include="System.Web" />
84 <Reference Include="System.Xml" />
85 <Reference Include="System.Configuration" />
86 <Reference Include="System.Web.Services" />
87 <Reference Include="System.EnterpriseServices" />
88 <Reference Include="System.Web.Mobile" />
89 <Reference Include="System.Xml.Linq" />
90 </ItemGroup>
91 <ItemGroup>
92 <Content Include="Default.aspx" />
93 <Content Include="Web.config">
94 <SubType>Designer</SubType>
95 </Content>
96 </ItemGroup>
97 <ItemGroup>
98 <Compile Include="Default.aspx.cs">
99 <SubType>ASPXCodeBehind</SubType>
100 <DependentUpon>Default.aspx</DependentUpon>
101 </Compile>
102 <Compile Include="Default.aspx.designer.cs">
103 <DependentUpon>Default.aspx</DependentUpon>
104 </Compile>
105 <Compile Include="Properties\AssemblyInfo.cs" />
106 </ItemGroup>
107 <ItemGroup>
108 <Folder Include="App_Data\" />
109 </ItemGroup>
110 <ItemGroup>
111 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj">
112 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
113 <Name>BLToolkit.4</Name>
114 </ProjectReference>
115 <ProjectReference Include="..\Components\Partial.Trust.Components.csproj">
116 <Project>{3BCB17AC-9941-4460-858B-2B7BC3BEDDE7}</Project>
117 <Name>Partial.Trust.Components</Name>
118 </ProjectReference>
119 </ItemGroup>
120 <PropertyGroup>
121 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
122 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
123 </PropertyGroup>
124 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
125 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
126 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
127 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128 Other similar extension points exist, see Microsoft.Common.targets.
129 <Target Name="BeforeBuild">
130 </Target>
131 <Target Name="AfterBuild">
132 </Target>
133 -->
134 <ProjectExtensions>
135 <VisualStudio>
136 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
137 <WebProjectProperties>
138 <UseIIS>False</UseIIS>
139 <AutoAssignPort>True</AutoAssignPort>
140 <DevelopmentServerPort>59174</DevelopmentServerPort>
141 <DevelopmentServerVPath>/</DevelopmentServerVPath>
142 <IISUrl>
143 </IISUrl>
144 <NTLMAuthentication>False</NTLMAuthentication>
145 <UseCustomServer>False</UseCustomServer>
146 <CustomServerUrl>
147 </CustomServerUrl>
148 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
149 </WebProjectProperties>
150 </FlavorProperties>
151 </VisualStudio>
152 </ProjectExtensions>
153 </Project>