comparison SilverlightValidation/SilverlightValidation.Web/SilverlightValidation.Web.csproj @ 57:558c09d76726

Web host added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Thu, 19 Apr 2012 14:39:59 +0100
parents
children 3591c26bd63e
comparison
equal deleted inserted replaced
56:cb646712bc97 57:558c09d76726
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>{E65C6757-932B-4D01-9A8A-6D02F8FAA25A}</ProjectGuid>
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>SilverlightValidation.Web</RootNamespace>
14 <AssemblyName>SilverlightValidation.Web</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16 <UseIISExpress>false</UseIISExpress>
17 <SilverlightApplicationList>{0C1CC1FC-915A-4428-8952-CDC79EABC3F4}|..\SilverlightValidation\SilverlightValidation.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.Web.DynamicData" />
39 <Reference Include="System.Web.Entity" />
40 <Reference Include="System.Web.ApplicationServices" />
41 <Reference Include="System" />
42 <Reference Include="System.Data" />
43 <Reference Include="System.Core" />
44 <Reference Include="System.Data.DataSetExtensions" />
45 <Reference Include="System.Web.Extensions" />
46 <Reference Include="System.Xml.Linq" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Web" />
49 <Reference Include="System.Xml" />
50 <Reference Include="System.Configuration" />
51 <Reference Include="System.Web.Services" />
52 <Reference Include="System.EnterpriseServices" />
53 </ItemGroup>
54 <ItemGroup>
55 <Content Include="ClientBin\SilverlightValidation.xap" />
56 <Content Include="Silverlight.js" />
57 <Content Include="index.html" />
58 <Content Include="Web.config" />
59 <Content Include="Web.Debug.config">
60 <DependentUpon>Web.config</DependentUpon>
61 </Content>
62 <Content Include="Web.Release.config">
63 <DependentUpon>Web.config</DependentUpon>
64 </Content>
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="Properties\AssemblyInfo.cs" />
68 </ItemGroup>
69 <ItemGroup />
70 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
71 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
72 <ProjectExtensions>
73 <VisualStudio>
74 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
75 <WebProjectProperties>
76 <UseIIS>False</UseIIS>
77 <AutoAssignPort>True</AutoAssignPort>
78 <DevelopmentServerPort>50940</DevelopmentServerPort>
79 <DevelopmentServerVPath>/</DevelopmentServerVPath>
80 <IISUrl>
81 </IISUrl>
82 <NTLMAuthentication>False</NTLMAuthentication>
83 <UseCustomServer>False</UseCustomServer>
84 <CustomServerUrl>
85 </CustomServerUrl>
86 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
87 </WebProjectProperties>
88 </FlavorProperties>
89 </VisualStudio>
90 </ProjectExtensions>
91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92 Other similar extension points exist, see Microsoft.Common.targets.
93 <Target Name="BeforeBuild">
94 </Target>
95 <Target Name="AfterBuild">
96 </Target>
97 -->
98 </Project>