Mercurial > pub > bltoolkit
comparison Demo/Silverlight/Client.Web/Client.Web.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> | |
8 </ProductVersion> | |
9 <SchemaVersion>2.0</SchemaVersion> | |
10 <ProjectGuid>{E796EF23-D63D-4EBD-A34D-5F243834933B}</ProjectGuid> | |
11 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
12 <OutputType>Library</OutputType> | |
13 <AppDesignerFolder>Properties</AppDesignerFolder> | |
14 <RootNamespace>Client.Web</RootNamespace> | |
15 <AssemblyName>Client.Web</AssemblyName> | |
16 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
17 <SilverlightApplicationList>{28693777-369C-4C0D-B076-38F7C0E5D06C}|..\Client\Client.csproj|ClientBin|False</SilverlightApplicationList> | |
18 <UseIISExpress>false</UseIISExpress> | |
19 <FileUpgradeFlags> | |
20 </FileUpgradeFlags> | |
21 <OldToolsVersion>4.0</OldToolsVersion> | |
22 <UpgradeBackupLocation /> | |
23 <IISExpressSSLPort /> | |
24 <IISExpressAnonymousAuthentication /> | |
25 <IISExpressWindowsAuthentication /> | |
26 <IISExpressUseClassicPipelineMode /> | |
27 </PropertyGroup> | |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
29 <DebugSymbols>true</DebugSymbols> | |
30 <DebugType>full</DebugType> | |
31 <Optimize>false</Optimize> | |
32 <OutputPath>bin\</OutputPath> | |
33 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
34 <ErrorReport>prompt</ErrorReport> | |
35 <WarningLevel>4</WarningLevel> | |
36 </PropertyGroup> | |
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
38 <DebugType>pdbonly</DebugType> | |
39 <Optimize>true</Optimize> | |
40 <OutputPath>bin\</OutputPath> | |
41 <DefineConstants>TRACE</DefineConstants> | |
42 <ErrorReport>prompt</ErrorReport> | |
43 <WarningLevel>4</WarningLevel> | |
44 </PropertyGroup> | |
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'"> | |
46 <DebugSymbols>true</DebugSymbols> | |
47 <OutputPath>bin\</OutputPath> | |
48 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
49 <DebugType>full</DebugType> | |
50 <PlatformTarget>AnyCPU</PlatformTarget> | |
51 <CodeAnalysisLogFile>bin\Client.Web.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
52 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
53 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
54 <ErrorReport>prompt</ErrorReport> | |
55 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | |
56 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
57 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> | |
58 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
59 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> | |
60 </PropertyGroup> | |
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'"> | |
62 <OutputPath>bin\</OutputPath> | |
63 <DefineConstants>TRACE</DefineConstants> | |
64 <Optimize>true</Optimize> | |
65 <DebugType>pdbonly</DebugType> | |
66 <PlatformTarget>AnyCPU</PlatformTarget> | |
67 <CodeAnalysisLogFile>bin\Client.Web.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
68 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
69 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
70 <ErrorReport>prompt</ErrorReport> | |
71 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | |
72 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
73 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> | |
74 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
75 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> | |
76 </PropertyGroup> | |
77 <ItemGroup> | |
78 <Reference Include="Microsoft.CSharp" /> | |
79 <Reference Include="System.Data.Entity" /> | |
80 <Reference Include="System.Data.Services" /> | |
81 <Reference Include="System.Data.Services.Client" /> | |
82 <Reference Include="System.Runtime.Serialization" /> | |
83 <Reference Include="System.ServiceModel" /> | |
84 <Reference Include="System.ServiceModel.Web" /> | |
85 <Reference Include="System.Web.DynamicData" /> | |
86 <Reference Include="System.Web.Entity" /> | |
87 <Reference Include="System.Web.ApplicationServices" /> | |
88 <Reference Include="System" /> | |
89 <Reference Include="System.Data" /> | |
90 <Reference Include="System.Core" /> | |
91 <Reference Include="System.Data.DataSetExtensions" /> | |
92 <Reference Include="System.Web.Extensions" /> | |
93 <Reference Include="System.Xml.Linq" /> | |
94 <Reference Include="System.Drawing" /> | |
95 <Reference Include="System.Web" /> | |
96 <Reference Include="System.Xml" /> | |
97 <Reference Include="System.Configuration" /> | |
98 <Reference Include="System.Web.Services" /> | |
99 <Reference Include="System.EnterpriseServices" /> | |
100 </ItemGroup> | |
101 <ItemGroup> | |
102 <Content Include="ClientBin\Client.xap" /> | |
103 <Content Include="ClientTestPage.aspx" /> | |
104 <Content Include="ClientTestPage.html" /> | |
105 <Content Include="Silverlight.js" /> | |
106 <Content Include="LinqWebService.asmx" /> | |
107 <Content Include="Web.config" /> | |
108 <Content Include="Web.Debug.config"> | |
109 <DependentUpon>Web.config</DependentUpon> | |
110 </Content> | |
111 <Content Include="Web.Release.config"> | |
112 <DependentUpon>Web.config</DependentUpon> | |
113 </Content> | |
114 </ItemGroup> | |
115 <ItemGroup> | |
116 <Compile Include="DataModel.generated.cs"> | |
117 <DependentUpon>DataModel.tt</DependentUpon> | |
118 <AutoGen>True</AutoGen> | |
119 <DesignTime>True</DesignTime> | |
120 <SubType>Component</SubType> | |
121 </Compile> | |
122 <Compile Include="Properties\AssemblyInfo.cs" /> | |
123 <Compile Include="LinqWebService.asmx.cs"> | |
124 <DependentUpon>LinqWebService.asmx</DependentUpon> | |
125 </Compile> | |
126 </ItemGroup> | |
127 <ItemGroup> | |
128 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj"> | |
129 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project> | |
130 <Name>BLToolkit.4</Name> | |
131 </ProjectReference> | |
132 </ItemGroup> | |
133 <ItemGroup> | |
134 <None Include="DataModel.tt"> | |
135 <Generator>TextTemplatingFileGenerator</Generator> | |
136 <LastGenOutput>DataModel.generated.cs</LastGenOutput> | |
137 </None> | |
138 </ItemGroup> | |
139 <ItemGroup> | |
140 <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> | |
141 </ItemGroup> | |
142 <PropertyGroup> | |
143 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | |
144 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |
145 </PropertyGroup> | |
146 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
147 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> | |
148 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> | |
149 <ProjectExtensions> | |
150 <VisualStudio> | |
151 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
152 <WebProjectProperties> | |
153 <UseIIS>False</UseIIS> | |
154 <AutoAssignPort>False</AutoAssignPort> | |
155 <DevelopmentServerPort>31020</DevelopmentServerPort> | |
156 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
157 <IISUrl> | |
158 </IISUrl> | |
159 <NTLMAuthentication>False</NTLMAuthentication> | |
160 <UseCustomServer>False</UseCustomServer> | |
161 <CustomServerUrl> | |
162 </CustomServerUrl> | |
163 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
164 </WebProjectProperties> | |
165 </FlavorProperties> | |
166 </VisualStudio> | |
167 </ProjectExtensions> | |
168 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
169 Other similar extension points exist, see Microsoft.Common.targets. | |
170 <Target Name="BeforeBuild"> | |
171 </Target> | |
172 <Target Name="AfterBuild"> | |
173 </Target> | |
174 --> | |
175 </Project> |