PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/EventAggregation/Desktop/ModuleB/ModuleB.Desktop.csproj

#
MSBuild | 154 lines | 154 code | 0 blank | 0 comment | 0 complexity | 0782273b0ba98789bca760af751b6b00 MD5 | raw file
  1. <Project ToolsVersion="4.0" 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>{7F96848A-641A-4A51-92C8-3C3C6D0D86F9}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ModuleB</RootNamespace>
  11. <AssemblyName>ModuleB</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <FileUpgradeFlags></FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled><TargetFrameworkProfile>Client</TargetFrameworkProfile>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <CodeAnalysisRules></CodeAnalysisRules>
  44. <RunCodeAnalysis>false</RunCodeAnalysis>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  55. <RunCodeAnalysis>true</RunCodeAnalysis>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\..\..\LIB\Desktop\Unity\Microsoft.Practices.Unity.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core">
  64. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="System.Xaml" />
  67. <Reference Include="System.Xml.Linq">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Data.DataSetExtensions">
  71. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="WindowsBase" />
  76. <Reference Include="PresentationCore" />
  77. <Reference Include="PresentationFramework" />
  78. <Reference Include="Microsoft.Practices.Prism">
  79. <HintPath>..\..\..\..\Bin\Desktop\Microsoft.Practices.Prism.dll</HintPath>
  80. </Reference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Page Include="ActivityView.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. <Generator>MSBuild:Compile</Generator>
  87. <SubType>Designer</SubType>
  88. </Page>
  89. <Compile Include="ActivityView.xaml.cs">
  90. <DependentUpon>ActivityView.xaml</DependentUpon>
  91. <SubType>Code</SubType>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="ActivityPresenter.cs" />
  96. <Compile Include="GlobalSuppressions.cs" />
  97. <Compile Include="IActivityView.cs" />
  98. <Compile Include="ModuleB.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs">
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Compile Include="Properties\Resources.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>Resources.resx</DependentUpon>
  106. </Compile>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. <EmbeddedResource Include="Properties\Resources.resx">
  113. <Generator>ResXFileCodeGenerator</Generator>
  114. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  115. <SubType>Designer</SubType>
  116. </EmbeddedResource>
  117. <None Include="Properties\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  120. </None>
  121. <AppDesigner Include="Properties\" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\EventAggregation.Infrastructure\EventAggregation.Infrastructure.Desktop.csproj">
  125. <Project>{8F3F1393-6AC3-47FA-8D7B-B01EC4511F4A}</Project>
  126. <Name>EventAggregation.Infrastructure.Desktop</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  131. <Visible>False</Visible>
  132. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  133. <Install>false</Install>
  134. </BootstrapperPackage>
  135. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  136. <Visible>False</Visible>
  137. <ProductName>.NET Framework 3.5 SP1</ProductName>
  138. <Install>true</Install>
  139. </BootstrapperPackage>
  140. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  141. <Visible>False</Visible>
  142. <ProductName>Windows Installer 3.1</ProductName>
  143. <Install>true</Install>
  144. </BootstrapperPackage>
  145. </ItemGroup>
  146. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>