Mercurial > pub > bltoolkit
comparison Demo/WebServices/Server/Server.2005.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 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
2 <PropertyGroup> | |
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
5 <ProductVersion>8.0.50727</ProductVersion> | |
6 <SchemaVersion>2.0</SchemaVersion> | |
7 <ProjectGuid>{711A3803-4395-4E92-9B26-DC8DDDF80366}</ProjectGuid> | |
8 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Demo.WebServices.Server</RootNamespace> | |
12 <AssemblyName>Demo.WebServices.Server</AssemblyName> | |
13 <SignAssembly>false</SignAssembly> | |
14 <AssemblyOriginatorKeyFile>..\..\..\Source\BLToolkit.snk</AssemblyOriginatorKeyFile> | |
15 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> | |
16 </PropertyGroup> | |
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
18 <DebugSymbols>true</DebugSymbols> | |
19 <DebugType>full</DebugType> | |
20 <Optimize>false</Optimize> | |
21 <OutputPath>bin\</OutputPath> | |
22 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
23 <ErrorReport>prompt</ErrorReport> | |
24 <WarningLevel>4</WarningLevel> | |
25 </PropertyGroup> | |
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
27 <DebugType>pdbonly</DebugType> | |
28 <Optimize>true</Optimize> | |
29 <OutputPath>bin\</OutputPath> | |
30 <DefineConstants>TRACE</DefineConstants> | |
31 <ErrorReport>prompt</ErrorReport> | |
32 <WarningLevel>4</WarningLevel> | |
33 </PropertyGroup> | |
34 <ItemGroup> | |
35 <Reference Include="System" /> | |
36 <Reference Include="System.Data" /> | |
37 <Reference Include="System.Drawing" /> | |
38 <Reference Include="System.EnterpriseServices" /> | |
39 <Reference Include="System.Web" /> | |
40 <Reference Include="System.Xml" /> | |
41 <Reference Include="System.Configuration" /> | |
42 <Reference Include="System.Web.Services" /> | |
43 </ItemGroup> | |
44 <ItemGroup> | |
45 <Content Include="PersonService.asmx" /> | |
46 <Content Include="Web.config" /> | |
47 </ItemGroup> | |
48 <ItemGroup> | |
49 <Compile Include="PersonService.asmx.cs"> | |
50 <DependentUpon>PersonService.asmx</DependentUpon> | |
51 </Compile> | |
52 <Compile Include="Properties\AssemblyInfo.cs" /> | |
53 <Compile Include="WebServices\GenerateWebMethodAttribute.cs" /> | |
54 <Compile Include="WebServices\GenerateWebServiceAttribute.cs" /> | |
55 <Compile Include="WebServices\GenerateXmlIncludeAttribute.cs" /> | |
56 </ItemGroup> | |
57 <ItemGroup> | |
58 <ProjectReference Include="..\..\..\Source\BLToolkit.2.csproj"> | |
59 <Project>{F4DF7358-8EE6-49FD-AB13-EA5145058D79}</Project> | |
60 <Name>BLToolkit.2</Name> | |
61 </ProjectReference> | |
62 <ProjectReference Include="..\ObjectModel\ObjectModel.2005.csproj"> | |
63 <Project>{8F9F4193-9104-4AA6-8E04-91CD9FDEC2E6}</Project> | |
64 <Name>ObjectModel.2005</Name> | |
65 </ProjectReference> | |
66 </ItemGroup> | |
67 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
68 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" /> | |
69 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
70 Other similar extension points exist, see Microsoft.Common.targets. | |
71 <Target Name="BeforeBuild"> | |
72 </Target> | |
73 <Target Name="AfterBuild"> | |
74 </Target> | |
75 --> | |
76 <ProjectExtensions> | |
77 <VisualStudio> | |
78 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
79 <WebProjectProperties> | |
80 <UseIIS>False</UseIIS> | |
81 <AutoAssignPort>True</AutoAssignPort> | |
82 <DevelopmentServerPort>1636</DevelopmentServerPort> | |
83 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
84 <IISUrl> | |
85 </IISUrl> | |
86 <NTLMAuthentication>False</NTLMAuthentication> | |
87 </WebProjectProperties> | |
88 </FlavorProperties> | |
89 </VisualStudio> | |
90 </ProjectExtensions> | |
91 <PropertyGroup> | |
92 <PostBuildEvent>$(SolutionDir)Tools\BLTGen\bin\$(ConfigurationName)\BLTgen.exe $(TargetPath) -D -B:BLToolkit.DataAccess.DataAccessor</PostBuildEvent> | |
93 </PropertyGroup> | |
94 </Project> |