Mercurial > silverbladetech
comparison SilverlightAsyncRestWcf/SilverlightAsyncRestWcf.Web/SilverlightAsyncRestWcf.Web.csproj @ 117:9eadccc3b46c
REST working, next step unit tests
author | stevenh7776 |
---|---|
date | Sun, 27 May 2012 15:06:35 +0100 |
parents | |
children | fa4ba8943048 |
comparison
equal
deleted
inserted
replaced
116:d3380f499575 | 117:9eadccc3b46c |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion> | |
7 </ProductVersion> | |
8 <SchemaVersion>2.0</SchemaVersion> | |
9 <ProjectGuid>{17E7255B-8A74-48BC-BC7E-DE137250A312}</ProjectGuid> | |
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
11 <OutputType>Library</OutputType> | |
12 <AppDesignerFolder>Properties</AppDesignerFolder> | |
13 <RootNamespace>SilverlightAsyncRestWcf.Web</RootNamespace> | |
14 <AssemblyName>SilverlightAsyncRestWcf.Web</AssemblyName> | |
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
16 <UseIISExpress>false</UseIISExpress> | |
17 <SilverlightApplicationList>{1884E77A-06B8-4932-93A7-E49F8AE316FD}|..\SilverlightAsyncRestWcf\SilverlightAsyncRestWcf.csproj|ClientBin|False</SilverlightApplicationList> | |
18 </PropertyGroup> | |
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
20 <DebugSymbols>true</DebugSymbols> | |
21 <DebugType>full</DebugType> | |
22 <Optimize>false</Optimize> | |
23 <OutputPath>bin\</OutputPath> | |
24 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
25 <ErrorReport>prompt</ErrorReport> | |
26 <WarningLevel>4</WarningLevel> | |
27 </PropertyGroup> | |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
29 <DebugType>pdbonly</DebugType> | |
30 <Optimize>true</Optimize> | |
31 <OutputPath>bin\</OutputPath> | |
32 <DefineConstants>TRACE</DefineConstants> | |
33 <ErrorReport>prompt</ErrorReport> | |
34 <WarningLevel>4</WarningLevel> | |
35 </PropertyGroup> | |
36 <ItemGroup> | |
37 <Reference Include="Microsoft.CSharp" /> | |
38 <Reference Include="System.ServiceModel" /> | |
39 <Reference Include="System.ServiceModel.Activation" /> | |
40 <Reference Include="System.ServiceModel.Web" /> | |
41 <Reference Include="System.Web.DynamicData" /> | |
42 <Reference Include="System.Web.Entity" /> | |
43 <Reference Include="System.Web.ApplicationServices" /> | |
44 <Reference Include="System" /> | |
45 <Reference Include="System.Data" /> | |
46 <Reference Include="System.Core" /> | |
47 <Reference Include="System.Data.DataSetExtensions" /> | |
48 <Reference Include="System.Web.Extensions" /> | |
49 <Reference Include="System.Xml.Linq" /> | |
50 <Reference Include="System.Drawing" /> | |
51 <Reference Include="System.Web" /> | |
52 <Reference Include="System.Xml" /> | |
53 <Reference Include="System.Configuration" /> | |
54 <Reference Include="System.Web.Services" /> | |
55 <Reference Include="System.EnterpriseServices" /> | |
56 </ItemGroup> | |
57 <ItemGroup> | |
58 <Content Include="ClientBin\SilverlightAsyncRestWcf.xap" /> | |
59 <Content Include="Global.asax" /> | |
60 <Content Include="Silverlight.js" /> | |
61 <Content Include="index.html" /> | |
62 <Content Include="Web.config" /> | |
63 <Content Include="Web.Debug.config"> | |
64 <DependentUpon>Web.config</DependentUpon> | |
65 </Content> | |
66 <Content Include="Web.Release.config"> | |
67 <DependentUpon>Web.config</DependentUpon> | |
68 </Content> | |
69 </ItemGroup> | |
70 <ItemGroup> | |
71 <Compile Include="Global.asax.cs"> | |
72 <DependentUpon>Global.asax</DependentUpon> | |
73 </Compile> | |
74 <Compile Include="Properties\AssemblyInfo.cs" /> | |
75 </ItemGroup> | |
76 <ItemGroup /> | |
77 <ItemGroup> | |
78 <ProjectReference Include="..\SilverlightAsyncRestWcf.Services\SilverlightAsyncRestWcf.Services.csproj"> | |
79 <Project>{51FDF081-016A-4C35-BE5A-3224E9485749}</Project> | |
80 <Name>SilverlightAsyncRestWcf.Services</Name> | |
81 </ProjectReference> | |
82 </ItemGroup> | |
83 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
84 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> | |
85 <ProjectExtensions> | |
86 <VisualStudio> | |
87 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
88 <WebProjectProperties> | |
89 <UseIIS>False</UseIIS> | |
90 <AutoAssignPort>True</AutoAssignPort> | |
91 <DevelopmentServerPort>5349</DevelopmentServerPort> | |
92 <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
93 <IISUrl> | |
94 </IISUrl> | |
95 <NTLMAuthentication>False</NTLMAuthentication> | |
96 <UseCustomServer>False</UseCustomServer> | |
97 <CustomServerUrl> | |
98 </CustomServerUrl> | |
99 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | |
100 </WebProjectProperties> | |
101 </FlavorProperties> | |
102 </VisualStudio> | |
103 </ProjectExtensions> | |
104 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
105 Other similar extension points exist, see Microsoft.Common.targets. | |
106 <Target Name="BeforeBuild"> | |
107 </Target> | |
108 <Target Name="AfterBuild"> | |
109 </Target> | |
110 --> | |
111 </Project> |