PageRenderTime 53ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/Modularity/DefiningModulesInCodeQuickstart/Silverlight/Shell/DefiningModulesInCode.Silverlight.csproj

#
MSBuild | 121 lines | 114 code | 0 blank | 7 comment | 0 complexity | 55b5882f882985a40e63343ee922a053 MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{0939A4BA-F1DB-42BF-BA24-FA4D0CF74E4A}</ProjectGuid>
  8. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DefiningModulesInCode</RootNamespace>
  12. <AssemblyName>DefiningModulesInCode</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplication>true</SilverlightApplication>
  15. <SupportedCultures>
  16. </SupportedCultures>
  17. <XapOutputs>true</XapOutputs>
  18. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  19. <XapFilename>DefiningModulesInCode.xap</XapFilename>
  20. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  21. <SilverlightAppEntry>DefiningModulesInCode.App</SilverlightAppEntry>
  22. <TestPageFileName>TestPage.html</TestPageFileName>
  23. <CreateTestPage>true</CreateTestPage>
  24. <ValidateXaml>true</ValidateXaml>
  25. <ThrowErrorsInValidation>false</ThrowErrorsInValidation><FileUpgradeFlags>
  26. </FileUpgradeFlags>
  27. <OldToolsVersion>3.5</OldToolsVersion>
  28. <UpgradeBackupLocation>
  29. </UpgradeBackupLocation>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>Bin\Debug</OutputPath>
  36. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  37. <NoStdLib>true</NoStdLib>
  38. <NoConfig>true</NoConfig>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>Bin\Release</OutputPath>
  46. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  47. <NoStdLib>true</NoStdLib>
  48. <NoConfig>true</NoConfig>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\..\..\..\LIB\Silverlight\Unity\Microsoft.Practices.Unity.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Windows" />
  58. <Reference Include="mscorlib" />
  59. <Reference Include="system" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Net" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="System.Windows.Browser" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="App.xaml.cs">
  67. <DependentUpon>App.xaml</DependentUpon>
  68. </Compile>
  69. <Compile Include="Shell.cs">
  70. <DependentUpon>Shell.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="Bootstrapper.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ApplicationDefinition Include="App.xaml">
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </ApplicationDefinition>
  80. <Page Include="Shell.xaml">
  81. <Generator>MSBuild:Compile</Generator>
  82. <SubType>Designer</SubType>
  83. </Page>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="Properties\AppManifest.xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\..\..\..\CAL\Silverlight\Composite.Presentation\Composite.Presentation.Silverlight.csproj">
  90. <Project>{E0D65CA9-810F-4FEC-9CB8-D8943FF28A9D}</Project>
  91. <Name>Composite.Presentation.Silverlight</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\..\..\..\CAL\Silverlight\Composite.UnityExtensions\Composite.UnityExtensions.Silverlight.csproj">
  94. <Project>{BFEE6E53-23C2-46BB-8E6B-AE6398F39BB5}</Project>
  95. <Name>Composite.UnityExtensions.Silverlight</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\..\..\..\CAL\Silverlight\Composite\Composite.Silverlight.csproj">
  98. <Project>{CC79289A-2563-40B8-895C-3CDA56BA4956}</Project>
  99. <Name>Composite.Silverlight</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\Modules\Modules.Silverlight.csproj">
  102. <Project>{678D3DB5-1481-4BD3-8A1D-BA5F1DC6CCDB}</Project>
  103. <Name>Modules.Silverlight</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" Condition="" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. <ProjectExtensions>
  115. <VisualStudio>
  116. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  117. <SilverlightProjectProperties />
  118. </FlavorProperties>
  119. </VisualStudio>
  120. </ProjectExtensions>
  121. </Project>