PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/View-Switching Navigation/Silverlight/View-Switching Navigation/ViewSwitchingNavigation/ViewSwitchingNavigation.csproj

#
MSBuild | 176 lines | 166 code | 0 blank | 10 comment | 0 complexity | 8c3c966414deed6e5781a623c84d4fdf 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>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{781F8BC2-67A4-4493-80BD-CF03B6E2DBD7}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>ViewSwitchingNavigation</RootNamespace>
  13. <AssemblyName>ViewSwitchingNavigation</AssemblyName>
  14. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>ViewSwitchingNavigation.xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>ViewSwitchingNavigation.App</SilverlightAppEntry>
  25. <TestPageFileName>ViewSwitchingNavigationTestPage.html</TestPageFileName>
  26. <CreateTestPage>true</CreateTestPage>
  27. <ValidateXaml>true</ValidateXaml>
  28. <EnableOutOfBrowser>false</EnableOutOfBrowser>
  29. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  30. <UsePlatformExtensions>false</UsePlatformExtensions>
  31. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  32. <LinkedServerProject>
  33. </LinkedServerProject><Utf8Output>true</Utf8Output>
  34. <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion>
  35. <TargetFrameworkProfile />
  36. </PropertyGroup>
  37. <!-- This property group is only here to support building this project using the
  38. MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
  39. to set the TargetFrameworkVersion to v3.5 -->
  40. <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
  41. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>full</DebugType>
  46. <Optimize>false</Optimize>
  47. <OutputPath>Bin\Debug</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  49. <NoStdLib>true</NoStdLib>
  50. <NoConfig>true</NoConfig>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>Bin\Release</OutputPath>
  58. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  59. <NoStdLib>true</NoStdLib>
  60. <NoConfig>true</NoConfig>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="Microsoft.Expression.Drawing">
  66. <HintPath>..\..\..\..\..\LIB\Silverlight\Microsoft.Expression.Drawing.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Practices.Prism">
  69. <HintPath>..\..\..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  72. <HintPath>..\..\..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  75. <HintPath>..\..\..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <HintPath>..\..\..\..\..\LIB\Silverlight\CommonServiceLocation\Microsoft.Practices.ServiceLocation.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Microsoft.Practices.Prism.GuidanceTools">
  81. <HintPath>..\..\..\..\..\LIB\Silverlight\Microsoft.Practices.Prism.GuidanceTools.dll</HintPath>
  82. </Reference>
  83. <Reference Include="mscorlib" />
  84. <Reference Include="System.ComponentModel.Composition, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.ComponentModel.Composition.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Windows" />
  89. <Reference Include="system" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Net" />
  92. <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.Windows.Controls.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Windows.Controls.Data, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <SpecificVersion>False</SpecificVersion>
  98. <HintPath>..\..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.Windows.Controls.Data.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Windows.Controls.Data.Input, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>..\..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.Windows.Controls.Data.Input.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Xml" />
  105. <Reference Include="System.Windows.Browser" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="App.xaml.cs">
  109. <DependentUpon>App.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Properties\StringResources.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>StringResources.resx</DependentUpon>
  115. </Compile>
  116. <Compile Include="Shell.xaml.cs">
  117. <DependentUpon>Shell.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. <Compile Include="QuickStartBootstrapper.cs" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ApplicationDefinition Include="App.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </ApplicationDefinition>
  127. <Page Include="ModulesCatalog.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. <Page Include="Shell.xaml">
  132. <SubType>Designer</SubType>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Page>
  135. <Page Include="Styles.xaml">
  136. <Generator>MSBuild:Compile</Generator>
  137. <SubType>Designer</SubType>
  138. </Page>
  139. <Page Include="Theme\Theme.xaml">
  140. <Generator>MSBuild:Compile</Generator>
  141. <SubType>Designer</SubType>
  142. </Page>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="Properties\AppManifest.xml" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\ViewSwitchingNavigation.Infrastructure\ViewSwitchingNavigation.Infrastructure.csproj">
  149. <Project>{507DBD3D-18DF-4B71-BA6F-3401751B56D7}</Project>
  150. <Name>ViewSwitchingNavigation.Infrastructure</Name>
  151. </ProjectReference>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <EmbeddedResource Include="Properties\StringResources.resx">
  155. <Generator>ResXFileCodeGenerator</Generator>
  156. <LastGenOutput>StringResources.Designer.cs</LastGenOutput>
  157. <SubType>Designer</SubType>
  158. </EmbeddedResource>
  159. </ItemGroup>
  160. <ItemGroup />
  161. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  162. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  163. Other similar extension points exist, see Microsoft.Common.targets.
  164. <Target Name="BeforeBuild">
  165. </Target>
  166. <Target Name="AfterBuild">
  167. </Target>
  168. -->
  169. <ProjectExtensions>
  170. <VisualStudio>
  171. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  172. <SilverlightProjectProperties />
  173. </FlavorProperties>
  174. </VisualStudio>
  175. </ProjectExtensions>
  176. </Project>