PageRenderTime 80ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
MSBuild | 164 lines | 157 code | 0 blank | 7 comment | 0 complexity | 4bbf3a2fc3a029f845703a6710957c16 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>{7B246F9E-2A81-4993-8370-7E25FE9AF8BF}</ProjectGuid>
  12. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>ModuleB</RootNamespace>
  16. <AssemblyName>ModuleB</AssemblyName>
  17. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  18. <SilverlightApplication>false</SilverlightApplication>
  19. <ValidateXaml>true</ValidateXaml>
  20. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  21. <FileUpgradeFlags>
  22. </FileUpgradeFlags>
  23. <OldToolsVersion>3.5</OldToolsVersion>
  24. <UpgradeBackupLocation>
  25. </UpgradeBackupLocation>
  26. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  27. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. <TargetFrameworkProfile /></PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>Bin\Debug</OutputPath>
  49. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  50. <NoStdLib>true</NoStdLib>
  51. <NoConfig>true</NoConfig>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <CodeAnalysisRules>
  55. </CodeAnalysisRules>
  56. <RunCodeAnalysis>false</RunCodeAnalysis>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  60. <DebugType>pdbonly</DebugType>
  61. <Optimize>true</Optimize>
  62. <OutputPath>Bin\Release</OutputPath>
  63. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  64. <NoStdLib>true</NoStdLib>
  65. <NoConfig>true</NoConfig>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  69. <RunCodeAnalysis>true</RunCodeAnalysis>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="Microsoft.Practices.Unity.Silverlight">
  73. <HintPath>..\..\..\..\LIB\Silverlight\Unity\Microsoft.Practices.Unity.Silverlight.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Windows" />
  76. <Reference Include="mscorlib" />
  77. <Reference Include="system" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="System.Net" />
  81. <Reference Include="System.Windows.Browser" />
  82. <Reference Include="Microsoft.Practices.Prism">
  83. <HintPath>..\..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.dll</HintPath>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="..\..\Desktop\ModuleB\ActivityPresenter.cs">
  88. <Link>ActivityPresenter.cs</Link>
  89. </Compile>
  90. <Compile Include="..\..\Desktop\ModuleB\GlobalSuppressions.cs">
  91. <Link>GlobalSuppressions.cs</Link>
  92. </Compile>
  93. <Compile Include="..\..\Desktop\ModuleB\IActivityView.cs">
  94. <Link>IActivityView.cs</Link>
  95. </Compile>
  96. <Compile Include="..\..\Desktop\ModuleB\ModuleB.cs">
  97. <Link>ModuleB.cs</Link>
  98. </Compile>
  99. <Compile Include="..\..\Desktop\ModuleB\Properties\Resources.Designer.cs">
  100. <Link>Properties\Resources.Designer.cs</Link>
  101. <AutoGen>True</AutoGen>
  102. <DesignTime>True</DesignTime>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. </Compile>
  105. <Compile Include="ActivityView.xaml.cs">
  106. <DependentUpon>ActivityView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Page Include="ActivityView.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </Page>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\EventAggregation.Infrastructure\EventAggregation.Infrastructure.Silverlight.csproj">
  120. <Project>{3CED3D26-0C0D-405B-9AC7-F7E08BE326AC}</Project>
  121. <Name>EventAggregation.Infrastructure.Silverlight</Name>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <EmbeddedResource Include="..\..\Desktop\ModuleB\Properties\Resources.resx">
  126. <Link>Properties\Resources.resx</Link>
  127. <Generator>PublicResXFileCodeGenerator</Generator>
  128. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  129. </EmbeddedResource>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  133. <Visible>False</Visible>
  134. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  135. <Install>false</Install>
  136. </BootstrapperPackage>
  137. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  138. <Visible>False</Visible>
  139. <ProductName>.NET Framework 3.5 SP1</ProductName>
  140. <Install>true</Install>
  141. </BootstrapperPackage>
  142. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  143. <Visible>False</Visible>
  144. <ProductName>Windows Installer 3.1</ProductName>
  145. <Install>true</Install>
  146. </BootstrapperPackage>
  147. </ItemGroup>
  148. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. <ProjectExtensions>
  157. <VisualStudio>
  158. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  159. <SilverlightProjectProperties />
  160. </FlavorProperties>
  161. <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="7f96848a-641a-4a51-92c8-3c3c6d0d86f9" />
  162. </VisualStudio>
  163. </ProjectExtensions>
  164. </Project>