PageRenderTime 35ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/Hello World/HelloWorld.Desktop/HelloWorldModule/HelloWorldModule.csproj

#
MSBuild | 123 lines | 116 code | 0 blank | 7 comment | 0 complexity | 763301b894bb139348f75bd1a2d9c495 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>{DFC0924F-5639-42CC-BF3E-CC4BD805926F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HelloWorldModule</RootNamespace>
  11. <AssemblyName>HelloWorldModule</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <FileUpgradeFlags></FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled><TargetFrameworkProfile>Client</TargetFrameworkProfile>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="PresentationCore">
  54. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="PresentationFramework">
  57. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Core">
  61. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  62. </Reference>
  63. <Reference Include="System.Xaml" />
  64. <Reference Include="System.Xml.Linq">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Data.DataSetExtensions">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="UIAutomationProvider">
  73. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  74. </Reference>
  75. <Reference Include="WindowsBase">
  76. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  77. </Reference>
  78. <Reference Include="Microsoft.Practices.Prism">
  79. <HintPath>..\..\..\..\Bin\Desktop\Microsoft.Practices.Prism.dll</HintPath>
  80. </Reference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="HelloWorldModule.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. <Compile Include="Views\HelloWorldView.xaml.cs">
  86. <DependentUpon>HelloWorldView.xaml</DependentUpon>
  87. </Compile>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Page Include="Views\HelloWorldView.xaml">
  91. <SubType>Designer</SubType>
  92. <Generator>MSBuild:Compile</Generator>
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </Page>
  96. </ItemGroup>
  97. <ItemGroup />
  98. <ItemGroup>
  99. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  100. <Visible>False</Visible>
  101. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  102. <Install>false</Install>
  103. </BootstrapperPackage>
  104. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  105. <Visible>False</Visible>
  106. <ProductName>.NET Framework 3.5 SP1</ProductName>
  107. <Install>true</Install>
  108. </BootstrapperPackage>
  109. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  110. <Visible>False</Visible>
  111. <ProductName>Windows Installer 3.1</ProductName>
  112. <Install>true</Install>
  113. </BootstrapperPackage>
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>