Mercurial > pub > bltoolkit
comparison Demo/WebServices/Server/Server.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>{711A3803-4395-4E92-9B26-DC8DDDF80366}</ProjectGuid> | |
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
11 <OutputType>Library</OutputType> | |
12 <AppDesignerFolder>Properties</AppDesignerFolder> | |
13 <RootNamespace>Demo.WebServices.Server</RootNamespace> | |
14 <AssemblyName>Demo.WebServices.Server</AssemblyName> | |
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
16 <SignAssembly>false</SignAssembly> | |
17 <AssemblyOriginatorKeyFile>..\..\..\Source\BLToolkit.snk</AssemblyOriginatorKeyFile> | |
18 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> | |
19 <FileUpgradeFlags> | |
20 </FileUpgradeFlags> | |
21 <OldToolsVersion>4.0</OldToolsVersion> | |
22 <UpgradeBackupLocation /> | |
23 <TargetFrameworkProfile /> | |
24 <UseIISExpress>false</UseIISExpress> | |
25 <IISExpressSSLPort /> | |
26 <IISExpressAnonymousAuthentication /> | |
27 <IISExpressWindowsAuthentication /> | |
28 <IISExpressUseClassicPipelineMode /> | |
29 </PropertyGroup> | |
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
31 <DebugSymbols>true</DebugSymbols> | |
32 <DebugType>full</DebugType> | |
33 <Optimize>false</Optimize> | |
34 <OutputPath>bin\</OutputPath> | |
35 <DefineConstants>TRACE;DEBUG;FW3</DefineConstants> | |
36 <ErrorReport>prompt</ErrorReport> | |
37 <WarningLevel>4</WarningLevel> | |
38 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
39 </PropertyGroup> | |
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
41 <DebugType>pdbonly</DebugType> | |
42 <Optimize>true</Optimize> | |
43 <OutputPath>bin\</OutputPath> | |
44 <DefineConstants>TRACE;FW3</DefineConstants> | |
45 <ErrorReport>prompt</ErrorReport> | |
46 <WarningLevel>4</WarningLevel> | |
47 <LangVersion>ISO-2</LangVersion> | |
48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
49 </PropertyGroup> | |
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'"> | |
51 <DebugSymbols>true</DebugSymbols> | |
52 <OutputPath>bin\</OutputPath> | |
53 <DefineConstants>TRACE;DEBUG;FW3</DefineConstants> | |
54 <DebugType>full</DebugType> | |
55 <PlatformTarget>AnyCPU</PlatformTarget> | |
56 <CodeAnalysisLogFile>bin\Demo.WebServices.Server.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
57 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
58 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
59 <ErrorReport>prompt</ErrorReport> | |
60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
61 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
62 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> | |
63 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
64 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> | |
65 </PropertyGroup> | |
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'"> | |
67 <OutputPath>bin\</OutputPath> | |
68 <DefineConstants>TRACE;FW3</DefineConstants> | |
69 <Optimize>true</Optimize> | |
70 <DebugType>pdbonly</DebugType> | |
71 <PlatformTarget>AnyCPU</PlatformTarget> | |
72 <CodeAnalysisLogFile>bin\Demo.WebServices.Server.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
73 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
74 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
75 <LangVersion>ISO-2</LangVersion> | |
76 <ErrorReport>prompt</ErrorReport> | |
77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
78 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
79 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> | |
80 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
81 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> | |
82 </PropertyGroup> | |
83 <ItemGroup> | |
84 <Reference Include="System" /> | |
85 <Reference Include="System.Data" /> | |
86 <Reference Include="System.Data.DataSetExtensions" /> | |
87 <Reference Include="System.Drawing" /> | |
88 <Reference Include="System.EnterpriseServices" /> | |
89 <Reference Include="System.Web" /> | |
90 <Reference Include="System.Web.ApplicationServices" /> | |
91 <Reference Include="System.Web.DynamicData" /> | |
92 <Reference Include="System.Web.Entity" /> | |
93 <Reference Include="System.Web.Extensions" /> | |
94 <Reference Include="System.Web.Extensions.Design" /> | |
95 <Reference Include="System.Xml" /> | |
96 <Reference Include="System.Configuration" /> | |
97 <Reference Include="System.Web.Services" /> | |
98 <Reference Include="System.Xml.Linq" /> | |
99 </ItemGroup> | |
100 <ItemGroup> | |
101 <Content Include="PersonService.asmx" /> | |
102 <Content Include="Web.config"> | |
103 <SubType>Designer</SubType> | |
104 </Content> | |
105 </ItemGroup> | |
106 <ItemGroup> | |
107 <Compile Include="PersonService.asmx.cs"> | |
108 <DependentUpon>PersonService.asmx</DependentUpon> | |
109 </Compile> | |
110 <Compile Include="Properties\AssemblyInfo.cs" /> | |
111 <Compile Include="WebServices\GenerateWebMethodAttribute.cs" /> | |
112 <Compile Include="WebServices\GenerateWebServiceAttribute.cs" /> | |
113 <Compile Include="WebServices\GenerateXmlIncludeAttribute.cs" /> | |
114 </ItemGroup> | |
115 <ItemGroup> | |
116 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj"> | |
117 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project> | |
118 <Name>BLToolkit.4</Name> | |
119 </ProjectReference> | |
120 <ProjectReference Include="..\ObjectModel\ObjectModel.csproj"> | |
121 <Project>{8F9F4193-9104-4AA6-8E04-91CD9FDEC2E6}</Project> | |
122 <Name>ObjectModel</Name> | |
123 </ProjectReference> | |
124 </ItemGroup> | |
125 <PropertyGroup> | |
126 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | |
127 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |
128 </PropertyGroup> | |
129 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
130 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> | |
131 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> | |
132 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
133 Other similar extension points exist, see Microsoft.Common.targets. | |
134 <Target Name="BeforeBuild"> | |
135 </Target> | |
136 <Target Name="AfterBuild"> | |
137 </Target> | |
138 --> | |
139 <ProjectExtensions> | |
140 <VisualStudio> | |
141 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
142 <WebProjectProperties> | |
143 <UseIIS>False</UseIIS> | |
144 <AutoAssignPort>False</AutoAssignPort> | |
145 <DevelopmentServerPort>59179</DevelopmentServerPort> | |
146 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
147 <IISUrl> | |
148 </IISUrl> | |
149 <NTLMAuthentication>False</NTLMAuthentication> | |
150 <UseCustomServer>False</UseCustomServer> | |
151 <CustomServerUrl> | |
152 </CustomServerUrl> | |
153 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
154 </WebProjectProperties> | |
155 </FlavorProperties> | |
156 </VisualStudio> | |
157 </ProjectExtensions> | |
158 <PropertyGroup> | |
159 <PostBuildEvent>$(SolutionDir)Tools\BLTGen\bin\$(ConfigurationName)\BLTgen.4.exe $(TargetPath) -D -B:BLToolkit.DataAccess.DataAccessor</PostBuildEvent> | |
160 </PropertyGroup> | |
161 </Project> |