comparison Demo/WebServices/NorthwindDataService/NorthwindDataService.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>{87FB4F28-5DCC-4F21-B83E-59C85E1A7423}</ProjectGuid>
11 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12 <OutputType>Library</OutputType>
13 <AppDesignerFolder>Properties</AppDesignerFolder>
14 <RootNamespace>NorthwindDataService</RootNamespace>
15 <AssemblyName>NorthwindDataService</AssemblyName>
16 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <UseIISExpress>false</UseIISExpress>
18 <FileUpgradeFlags>
19 </FileUpgradeFlags>
20 <OldToolsVersion>4.0</OldToolsVersion>
21 <UpgradeBackupLocation />
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 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33 <DebugType>pdbonly</DebugType>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\</OutputPath>
36 <DefineConstants>TRACE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 </PropertyGroup>
40 <ItemGroup>
41 <Reference Include="Microsoft.CSharp" />
42 <Reference Include="System" />
43 <Reference Include="System.Data" />
44 <Reference Include="System.Core" />
45 <Reference Include="System.Data.DataSetExtensions" />
46 <Reference Include="System.Data.Entity" />
47 <Reference Include="System.Data.Services" />
48 <Reference Include="System.Data.Services.Client" />
49 <Reference Include="System.Runtime.Serialization" />
50 <Reference Include="System.Security" />
51 <Reference Include="System.ServiceModel" />
52 <Reference Include="System.ServiceModel.Web" />
53 <Reference Include="System.Web.Extensions" />
54 <Reference Include="System.Xml.Linq" />
55 <Reference Include="System.Drawing" />
56 <Reference Include="System.Web" />
57 <Reference Include="System.Xml" />
58 <Reference Include="System.Configuration" />
59 <Reference Include="System.Web.Services" />
60 <Reference Include="System.EnterpriseServices" />
61 <Reference Include="System.Web.DynamicData" />
62 <Reference Include="System.Web.Entity" />
63 <Reference Include="System.Web.ApplicationServices" />
64 </ItemGroup>
65 <ItemGroup>
66 <Content Include="DataService.svc" />
67 <Content Include="EFDataService.svc" />
68 <Content Include="Web.config" />
69 <Content Include="Web.Debug.config">
70 <DependentUpon>Web.config</DependentUpon>
71 </Content>
72 <Content Include="Web.Release.config">
73 <DependentUpon>Web.config</DependentUpon>
74 </Content>
75 </ItemGroup>
76 <ItemGroup>
77 <Compile Include="DataContext.cs" />
78 <Compile Include="DataService.svc.cs">
79 <DependentUpon>DataService.svc</DependentUpon>
80 </Compile>
81 <Compile Include="DataContext.generated.cs">
82 <AutoGen>True</AutoGen>
83 <DesignTime>True</DesignTime>
84 <DependentUpon>DataContext.tt</DependentUpon>
85 <SubType>Component</SubType>
86 </Compile>
87 <Compile Include="EFDataService.svc.cs">
88 <DependentUpon>EFDataService.svc</DependentUpon>
89 </Compile>
90 <Compile Include="NorthwindModel.Designer.cs">
91 <AutoGen>True</AutoGen>
92 <DesignTime>True</DesignTime>
93 <DependentUpon>NorthwindModel.edmx</DependentUpon>
94 </Compile>
95 <Compile Include="Properties\AssemblyInfo.cs" />
96 </ItemGroup>
97 <ItemGroup>
98 <None Include="DataContext.tt">
99 <Generator>TextTemplatingFileGenerator</Generator>
100 <LastGenOutput>DataContext.generated.cs</LastGenOutput>
101 </None>
102 <EntityDeploy Include="NorthwindModel.edmx">
103 <Generator>EntityModelCodeGenerator</Generator>
104 <LastGenOutput>NorthwindModel.Designer.cs</LastGenOutput>
105 </EntityDeploy>
106 </ItemGroup>
107 <ItemGroup>
108 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj">
109 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
110 <Name>BLToolkit.4</Name>
111 </ProjectReference>
112 </ItemGroup>
113 <ItemGroup>
114 <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
115 </ItemGroup>
116 <PropertyGroup>
117 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
118 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
119 </PropertyGroup>
120 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
121 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
122 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
123 <ProjectExtensions>
124 <VisualStudio>
125 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
126 <WebProjectProperties>
127 <UseIIS>False</UseIIS>
128 <AutoAssignPort>True</AutoAssignPort>
129 <DevelopmentServerPort>58025</DevelopmentServerPort>
130 <DevelopmentServerVPath>/</DevelopmentServerVPath>
131 <IISUrl>
132 </IISUrl>
133 <NTLMAuthentication>False</NTLMAuthentication>
134 <UseCustomServer>False</UseCustomServer>
135 <CustomServerUrl>
136 </CustomServerUrl>
137 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
138 </WebProjectProperties>
139 </FlavorProperties>
140 </VisualStudio>
141 </ProjectExtensions>
142 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143 Other similar extension points exist, see Microsoft.Common.targets.
144 <Target Name="BeforeBuild">
145 </Target>
146 <Target Name="AfterBuild">
147 </Target>
148 -->
149 </Project>