PageRenderTime 40ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/MultiTargeting/Silverlight/RealEstateListingViewer/RealEstateListingViewer.csproj

#
MSBuild | 163 lines | 156 code | 0 blank | 7 comment | 0 complexity | d226cd4bb814bb2b71763a8841f98b45 MD5 | raw file
  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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DDB2851E-D641-45C2-9641-30AAE930FFC9}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>RealEstateListingViewer</RootNamespace>
  13. <AssemblyName>RealEstateListingViewer</AssemblyName>
  14. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  15. <SilverlightApplication>true</SilverlightApplication>
  16. <SupportedCultures>
  17. </SupportedCultures>
  18. <XapOutputs>true</XapOutputs>
  19. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  20. <XapFilename>RealEstateListingViewer.xap</XapFilename>
  21. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  22. <SilverlightAppEntry>RealEstateListingViewer.App</SilverlightAppEntry>
  23. <TestPageFileName>TestPage.html</TestPageFileName>
  24. <CreateTestPage>true</CreateTestPage>
  25. <ValidateXaml>true</ValidateXaml>
  26. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  27. <FileUpgradeFlags>
  28. </FileUpgradeFlags>
  29. <OldToolsVersion>4.0</OldToolsVersion>
  30. <UpgradeBackupLocation>
  31. </UpgradeBackupLocation>
  32. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  33. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  34. <PublishUrl>publish\</PublishUrl>
  35. <Install>true</Install>
  36. <InstallFrom>Disk</InstallFrom>
  37. <UpdateEnabled>false</UpdateEnabled>
  38. <UpdateMode>Foreground</UpdateMode>
  39. <UpdateInterval>7</UpdateInterval>
  40. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  41. <UpdatePeriodically>false</UpdatePeriodically>
  42. <UpdateRequired>false</UpdateRequired>
  43. <MapFileExtensions>true</MapFileExtensions>
  44. <ApplicationRevision>0</ApplicationRevision>
  45. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  46. <IsWebBootstrapper>false</IsWebBootstrapper>
  47. <UseApplicationTrust>false</UseApplicationTrust>
  48. <BootstrapperEnabled>true</BootstrapperEnabled><TargetFrameworkProfile />
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  51. <DebugSymbols>true</DebugSymbols>
  52. <DebugType>full</DebugType>
  53. <Optimize>false</Optimize>
  54. <OutputPath>Bin\Debug</OutputPath>
  55. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  56. <NoStdLib>true</NoStdLib>
  57. <NoConfig>true</NoConfig>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <CodeAnalysisRules>
  61. </CodeAnalysisRules>
  62. <RunCodeAnalysis>false</RunCodeAnalysis>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  66. <DebugType>pdbonly</DebugType>
  67. <Optimize>true</Optimize>
  68. <OutputPath>Bin\Release</OutputPath>
  69. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  70. <NoStdLib>true</NoStdLib>
  71. <NoConfig>true</NoConfig>
  72. <ErrorReport>prompt</ErrorReport>
  73. <WarningLevel>4</WarningLevel>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. <RunCodeAnalysis>true</RunCodeAnalysis>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System.Windows" />
  79. <Reference Include="mscorlib" />
  80. <Reference Include="system" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Net" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="System.Windows.Browser" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="App.xaml.cs">
  88. <DependentUpon>App.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="GlobalSuppressions.cs" />
  91. <Compile Include="Models\RealEstateFeatureMatching.cs" />
  92. <Compile Include="Services\IRealEstateService.cs" />
  93. <Compile Include="Services\RealEstateService.silverlight.cs" />
  94. <Compile Include="Views\IRealEstateListingView.cs" />
  95. <Compile Include="Models\RealEstate.cs" />
  96. <Compile Include="Services\RealEstateService.cs" />
  97. <Compile Include="Views\RealEstateListingView.xaml.cs">
  98. <DependentUpon>RealEstateListingView.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="Models\RealEstateListingPresentationModel.cs" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ApplicationDefinition Include="App.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:Compile</Generator>
  108. <SubType>Designer</SubType>
  109. </ApplicationDefinition>
  110. <Page Include="Views\RealEstateListingView.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. <SubType>Designer</SubType>
  115. </Page>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <None Include="Properties\AppManifest.xml" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="..\PieChart\PieChartLibrary.csproj">
  122. <Project>{0E482924-4608-44EE-9E57-0C7DEF49288A}</Project>
  123. <Name>PieChartLibrary</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Resource Include="Images\Acreage.jpg" />
  128. <Resource Include="Images\Bathrooms.jpg" />
  129. <Resource Include="Images\Bedrooms.jpg" />
  130. <Resource Include="Images\Garage.jpg" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  134. <Visible>False</Visible>
  135. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  136. <Install>false</Install>
  137. </BootstrapperPackage>
  138. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  139. <Visible>False</Visible>
  140. <ProductName>.NET Framework 3.5 SP1</ProductName>
  141. <Install>false</Install>
  142. </BootstrapperPackage>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" Condition="" />
  145. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  146. Other similar extension points exist, see Microsoft.Common.targets.
  147. <Target Name="BeforeBuild">
  148. </Target>
  149. <Target Name="AfterBuild">
  150. </Target>
  151. -->
  152. <ProjectExtensions>
  153. <VisualStudio>
  154. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  155. <SilverlightProjectProperties />
  156. </FlavorProperties>
  157. </VisualStudio>
  158. </ProjectExtensions>
  159. <PropertyGroup>
  160. <PostBuildEvent>
  161. </PostBuildEvent>
  162. </PropertyGroup>
  163. </Project>