PageRenderTime 59ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
MSBuild | 100 lines | 93 code | 0 blank | 7 comment | 0 complexity | e036aabd2f067bdca9d2113d82a1491b 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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{06AC4114-AC0D-452D-93B6-1DD147740DB2}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>ViewSwitchingNavigation.Web</RootNamespace>
  14. <AssemblyName>ViewSwitchingNavigation.Web</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <SilverlightApplicationList>{781F8BC2-67A4-4493-80BD-CF03B6E2DBD7}|..\ViewSwitchingNavigation\ViewSwitchingNavigation.csproj|ClientBin|False,{7C1AB453-A777-41FF-A375-507073540E2A}|..\ViewSwitchingNavigation.Contacts\ViewSwitchingNavigation.Contacts.csproj|ClientBin|False,{4292BD35-C12A-41F8-BD86-11E3D5AEEED8}|..\ViewSwitchingNavigation.Calendar\ViewSwitchingNavigation.Calendar.csproj|ClientBin|False,{5ED35B6C-4848-4F59-820D-C321F75BF542}|..\ViewSwitchingNavigation.Email\ViewSwitchingNavigation.Email.csproj|ClientBin|False</SilverlightApplicationList></PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Microsoft.CSharp" />
  36. <Reference Include="System.Web.DynamicData" />
  37. <Reference Include="System.Web.Entity" />
  38. <Reference Include="System.Web.ApplicationServices" />
  39. <Reference Include="System" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="System.Web.Extensions" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Web" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="System.Configuration" />
  49. <Reference Include="System.Web.Services" />
  50. <Reference Include="System.EnterpriseServices" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Content Include="ClientBin\ViewSwitchingNavigation.Calendar.xap" />
  54. <Content Include="ClientBin\ViewSwitchingNavigation.Contacts.xap" />
  55. <Content Include="ClientBin\ViewSwitchingNavigation.Email.xap" />
  56. <Content Include="ClientBin\ViewSwitchingNavigation.xap" />
  57. <Content Include="Default.aspx" />
  58. <Content Include="Default.html" />
  59. <Content Include="Silverlight.js" />
  60. <Content Include="Web.config" />
  61. <Content Include="Web.Debug.config">
  62. <DependentUpon>Web.config</DependentUpon>
  63. </Content>
  64. <Content Include="Web.Release.config">
  65. <DependentUpon>Web.config</DependentUpon>
  66. </Content>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. </ItemGroup>
  71. <ItemGroup />
  72. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  73. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  74. <ProjectExtensions>
  75. <VisualStudio>
  76. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  77. <WebProjectProperties>
  78. <UseIIS>False</UseIIS>
  79. <AutoAssignPort>True</AutoAssignPort>
  80. <DevelopmentServerPort>15652</DevelopmentServerPort>
  81. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  82. <IISUrl>
  83. </IISUrl>
  84. <NTLMAuthentication>False</NTLMAuthentication>
  85. <UseCustomServer>False</UseCustomServer>
  86. <CustomServerUrl>
  87. </CustomServerUrl>
  88. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  89. </WebProjectProperties>
  90. </FlavorProperties>
  91. </VisualStudio>
  92. </ProjectExtensions>
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>