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

/V4/Quickstarts/EventAggregation/Silverlight/EventAggregation.Silverlight.csproj

#
MSBuild | 189 lines | 182 code | 0 blank | 7 comment | 0 complexity | e7c5c8af732ede1f1d6cee0b3e6a5e2f 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 Condition="'$(MSBuildToolsVersion)' == '3.5'">
  4. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>9.0.30729</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{1DE3D52D-3613-4A10-AE70-04CB08B9AD92}</ProjectGuid>
  12. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>EventAggregation</RootNamespace>
  16. <AssemblyName>EventAggregation</AssemblyName>
  17. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>EventAggregation.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>EventAggregation.App</SilverlightAppEntry>
  26. <TestPageFileName>TestPage.html</TestPageFileName>
  27. <CreateTestPage>true</CreateTestPage>
  28. <ValidateXaml>true</ValidateXaml>
  29. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  30. <FileUpgradeFlags>
  31. </FileUpgradeFlags>
  32. <OldToolsVersion>3.5</OldToolsVersion>
  33. <UpgradeBackupLocation>
  34. </UpgradeBackupLocation>
  35. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  36. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  37. <PublishUrl>publish\</PublishUrl>
  38. <Install>true</Install>
  39. <InstallFrom>Disk</InstallFrom>
  40. <UpdateEnabled>false</UpdateEnabled>
  41. <UpdateMode>Foreground</UpdateMode>
  42. <UpdateInterval>7</UpdateInterval>
  43. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  44. <UpdatePeriodically>false</UpdatePeriodically>
  45. <UpdateRequired>false</UpdateRequired>
  46. <MapFileExtensions>true</MapFileExtensions>
  47. <ApplicationRevision>0</ApplicationRevision>
  48. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  49. <IsWebBootstrapper>false</IsWebBootstrapper>
  50. <UseApplicationTrust>false</UseApplicationTrust>
  51. <BootstrapperEnabled>true</BootstrapperEnabled>
  52. <TargetFrameworkProfile /></PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  54. <DebugSymbols>true</DebugSymbols>
  55. <DebugType>full</DebugType>
  56. <Optimize>false</Optimize>
  57. <OutputPath>Bin\Debug</OutputPath>
  58. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  59. <NoStdLib>true</NoStdLib>
  60. <NoConfig>true</NoConfig>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <CodeAnalysisRules>
  64. </CodeAnalysisRules>
  65. <RunCodeAnalysis>false</RunCodeAnalysis>
  66. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  69. <DebugType>pdbonly</DebugType>
  70. <Optimize>true</Optimize>
  71. <OutputPath>Bin\Release</OutputPath>
  72. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  73. <NoStdLib>true</NoStdLib>
  74. <NoConfig>true</NoConfig>
  75. <ErrorReport>prompt</ErrorReport>
  76. <WarningLevel>4</WarningLevel>
  77. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  78. <RunCodeAnalysis>true</RunCodeAnalysis>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="Microsoft.Practices.Unity.Silverlight">
  82. <HintPath>..\..\..\LIB\Silverlight\Unity\Microsoft.Practices.Unity.Silverlight.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Windows" />
  85. <Reference Include="mscorlib" />
  86. <Reference Include="system" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Net" />
  89. <Reference Include="System.Xml" />
  90. <Reference Include="System.Windows.Browser" />
  91. <Reference Include="Microsoft.Practices.Prism.UnityExtensions">
  92. <HintPath>..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.UnityExtensions.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.Practices.Prism">
  95. <HintPath>..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.dll</HintPath>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="..\Desktop\Bootstrapper.cs">
  100. <Link>Bootstrapper.cs</Link>
  101. </Compile>
  102. <Compile Include="..\Desktop\GlobalSuppressions.cs">
  103. <Link>GlobalSuppressions.cs</Link>
  104. </Compile>
  105. <Compile Include="..\Desktop\Properties\Resources.Designer.cs">
  106. <Link>Properties\Resources.Designer.cs</Link>
  107. <DependentUpon>Resources.resx</DependentUpon>
  108. </Compile>
  109. <Compile Include="App.xaml.cs">
  110. <DependentUpon>App.xaml</DependentUpon>
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="Shell.xaml.cs">
  115. <DependentUpon>Shell.xaml</DependentUpon>
  116. <SubType>Code</SubType>
  117. </Compile>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="..\Desktop\app.config">
  121. <Link>app.config</Link>
  122. </None>
  123. <None Include="Properties\AppManifest.xml" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ProjectReference Include="ModuleA\ModuleA.Silverlight.csproj">
  127. <Project>{C9B68509-E77F-48BD-8367-0C09DCAF1DF9}</Project>
  128. <Name>ModuleA.Silverlight</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="ModuleB\ModuleB.Silverlight.csproj">
  131. <Project>{7B246F9E-2A81-4993-8370-7E25FE9AF8BF}</Project>
  132. <Name>ModuleB.Silverlight</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <EmbeddedResource Include="..\Desktop\Properties\Resources.resx">
  137. <Link>Properties\Resources.resx</Link>
  138. </EmbeddedResource>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ApplicationDefinition Include="App.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. <Generator>MSBuild:Compile</Generator>
  145. <SubType>Designer</SubType>
  146. </ApplicationDefinition>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Page Include="Shell.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. <Generator>MSBuild:Compile</Generator>
  153. <SubType>Designer</SubType>
  154. </Page>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  160. <Install>false</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1</ProductName>
  165. <Install>true</Install>
  166. </BootstrapperPackage>
  167. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  168. <Visible>False</Visible>
  169. <ProductName>Windows Installer 3.1</ProductName>
  170. <Install>true</Install>
  171. </BootstrapperPackage>
  172. </ItemGroup>
  173. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  174. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  175. Other similar extension points exist, see Microsoft.Common.targets.
  176. <Target Name="BeforeBuild">
  177. </Target>
  178. <Target Name="AfterBuild">
  179. </Target>
  180. -->
  181. <ProjectExtensions>
  182. <VisualStudio>
  183. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  184. <SilverlightProjectProperties />
  185. </FlavorProperties>
  186. <UserProperties ProjectLinkReference="488dc78a-6fe6-4e0e-908c-26175cd6f058" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
  187. </VisualStudio>
  188. </ProjectExtensions>
  189. </Project>