comparison SilverlightExampleApp/SilverlightExampleApp.Web/SilverlightExampleApp.Web.csproj @ 49:502f5f365649

Initial load for Silverlight Example Application
author Steven Hollidge <stevenhollidge@hotmail.com>
date Tue, 17 Apr 2012 17:57:52 +0100
parents
children 3591c26bd63e
comparison
equal deleted inserted replaced
48:d617b54e1f47 49:502f5f365649
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>{9B9FB230-CA34-4A66-BE74-46EAF73CB863}</ProjectGuid>
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>SilverlightExampleApp.Web</RootNamespace>
14 <AssemblyName>SilverlightExampleApp.Web</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16 <UseIISExpress>true</UseIISExpress>
17 <SilverlightApplicationList>{37DC0FAF-3EFE-436A-B8B9-6905F9EF59E0}|..\SilverlightExampleApp\SilverlightExampleApp.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 <IncludeIisSettings>false</IncludeIisSettings>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="Accessibility">
39 <EmbedInteropTypes>True</EmbedInteropTypes>
40 </Reference>
41 <Reference Include="Microsoft.CSharp" />
42 <Reference Include="Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
43 <SpecificVersion>False</SpecificVersion>
44 <HintPath>..\Libs\Microsoft.Practices.Unity.dll</HintPath>
45 </Reference>
46 <Reference Include="PresentationCore" />
47 <Reference Include="PresentationFramework" />
48 <Reference Include="System.ComponentModel.DataAnnotations" />
49 <Reference Include="System.Runtime.Serialization" />
50 <Reference Include="System.ServiceModel" />
51 <Reference Include="System.Web.DynamicData" />
52 <Reference Include="System.Web.Entity" />
53 <Reference Include="System.Web.ApplicationServices" />
54 <Reference Include="System" />
55 <Reference Include="System.Data" />
56 <Reference Include="System.Core" />
57 <Reference Include="System.Data.DataSetExtensions" />
58 <Reference Include="System.Web.Extensions" />
59 <Reference Include="System.Xaml" />
60 <Reference Include="System.Xml.Linq" />
61 <Reference Include="System.Drawing" />
62 <Reference Include="System.Web" />
63 <Reference Include="System.Xml" />
64 <Reference Include="System.Configuration" />
65 <Reference Include="System.Web.Services" />
66 <Reference Include="System.EnterpriseServices" />
67 <Reference Include="UIAutomationProvider" />
68 <Reference Include="UIAutomationTypes" />
69 <Reference Include="WindowsBase" />
70 </ItemGroup>
71 <ItemGroup>
72 <Content Include="ClientBin\SilverlightExampleApp.xap" />
73 <Content Include="Global.asax" />
74 <Content Include="Secure\ClientDataService.svc" />
75 <Content Include="Secure\SecureService.svc" />
76 <Content Include="Services\AuthenticationService.svc" />
77 <Content Include="Services\Helpers.asmx" />
78 <Content Include="Silverlight.js" />
79 <Content Include="index.html" />
80 <Content Include="SplashScreen.js" />
81 <Content Include="Web.config">
82 <SubType>Designer</SubType>
83 </Content>
84 <Content Include="Web.Debug.config">
85 <DependentUpon>Web.config</DependentUpon>
86 </Content>
87 <Content Include="Web.Release.config">
88 <DependentUpon>Web.config</DependentUpon>
89 </Content>
90 <Content Include="default.aspx" />
91 </ItemGroup>
92 <ItemGroup>
93 <Compile Include="Factories\ClientFactory.cs" />
94 <Compile Include="Factories\CountryFactory.cs" />
95 <Compile Include="Factories\TitleFactory.cs" />
96 <Compile Include="Global.asax.cs">
97 <DependentUpon>Global.asax</DependentUpon>
98 </Compile>
99 <Compile Include="Models\Client.cs" />
100 <Compile Include="Models\Country.cs" />
101 <Compile Include="Models\Title.cs" />
102 <Compile Include="Properties\AssemblyInfo.cs" />
103 <Compile Include="Repositories\ClientMockRepository.cs" />
104 <Compile Include="Repositories\IRepository.cs" />
105 <Compile Include="Secure\ClientDataService.svc.cs">
106 <DependentUpon>ClientDataService.svc</DependentUpon>
107 </Compile>
108 <Compile Include="Secure\SecureService.svc.cs">
109 <DependentUpon>SecureService.svc</DependentUpon>
110 </Compile>
111 <Compile Include="Secure\SilverlightFaultBehavior.cs" />
112 <Compile Include="Services\AuthenticationService.svc.cs">
113 <DependentUpon>AuthenticationService.svc</DependentUpon>
114 </Compile>
115 <Compile Include="Services\SilverlightFaultBehavior.cs" />
116 <Compile Include="Services\Helpers.asmx.cs">
117 <DependentUpon>Helpers.asmx</DependentUpon>
118 <SubType>Component</SubType>
119 </Compile>
120 </ItemGroup>
121 <ItemGroup>
122 <Page Include="SplashScreen.xaml">
123 <Generator>MSBuild:Compile</Generator>
124 <SubType>Designer</SubType>
125 </Page>
126 </ItemGroup>
127 <ItemGroup>
128 <ProjectReference Include="..\SilverlightExampleApp.Interfaces\SilverlightExampleApp.Interfaces.csproj">
129 <Project>{6C96E971-4A29-462B-88CD-4C05065BFE3A}</Project>
130 <Name>SilverlightExampleApp.Interfaces</Name>
131 </ProjectReference>
132 </ItemGroup>
133 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
134 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
135 <ProjectExtensions>
136 <VisualStudio>
137 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
138 <WebProjectProperties>
139 <UseIIS>True</UseIIS>
140 <AutoAssignPort>True</AutoAssignPort>
141 <DevelopmentServerPort>0</DevelopmentServerPort>
142 <DevelopmentServerVPath>/</DevelopmentServerVPath>
143 <IISUrl>http://localhost:1233/</IISUrl>
144 <NTLMAuthentication>False</NTLMAuthentication>
145 <UseCustomServer>False</UseCustomServer>
146 <CustomServerUrl>
147 </CustomServerUrl>
148 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
149 </WebProjectProperties>
150 </FlavorProperties>
151 </VisualStudio>
152 </ProjectExtensions>
153 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154 Other similar extension points exist, see Microsoft.Common.targets.
155 <Target Name="BeforeBuild">
156 </Target>
157 <Target Name="AfterBuild">
158 </Target>
159 -->
160 </Project>