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

/V4/Quickstarts/Modularity/Silverlight/ModularityWithMef/ModuleF/ModuleF.csproj

#
MSBuild | 115 lines | 105 code | 0 blank | 10 comment | 0 complexity | cd47acc75704b1fbb281a292b37c3993 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>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D2F314A9-E532-4D2C-9940-7E09B8EC4224}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>ModuleF</RootNamespace>
  13. <AssemblyName>ModuleF</AssemblyName>
  14. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>ModuleF.xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>ModuleF.App</SilverlightAppEntry>
  25. <TestPageFileName>ModuleFTestPage.html</TestPageFileName>
  26. <CreateTestPage>true</CreateTestPage>
  27. <ValidateXaml>true</ValidateXaml>
  28. <EnableOutOfBrowser>false</EnableOutOfBrowser>
  29. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  30. <UsePlatformExtensions>false</UsePlatformExtensions>
  31. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  32. <LinkedServerProject>
  33. </LinkedServerProject><TargetFrameworkProfile />
  34. </PropertyGroup>
  35. <!-- This property group is only here to support building this project using the
  36. MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
  37. to set the TargetFrameworkVersion to v3.5 -->
  38. <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
  39. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>Bin\Debug</OutputPath>
  46. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  47. <NoStdLib>true</NoStdLib>
  48. <NoConfig>true</NoConfig>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>Bin\Release</OutputPath>
  56. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  57. <NoStdLib>true</NoStdLib>
  58. <NoConfig>true</NoConfig>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <RunCodeAnalysis>true</RunCodeAnalysis>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="mscorlib" />
  66. <Reference Include="System.ComponentModel.Composition, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.ComponentModel.Composition.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Windows" />
  71. <Reference Include="system" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Net" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="System.Windows.Browser" />
  76. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  77. <HintPath>..\..\..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="Microsoft.Practices.Prism">
  81. <HintPath>..\..\..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.dll</HintPath>
  82. <Private>False</Private>
  83. </Reference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="GlobalSuppressions.cs" />
  87. <Compile Include="ModuleF.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="Properties\AppManifest.xml" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\ModuleTracking\ModuleTracking.csproj">
  95. <Project>{2A9D519F-7219-46E0-9BFC-D7BCCB2BF9CB}</Project>
  96. <Name>ModuleTracking</Name>
  97. <Private>False</Private>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. <ProjectExtensions>
  109. <VisualStudio>
  110. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  111. <SilverlightProjectProperties />
  112. </FlavorProperties>
  113. </VisualStudio>
  114. </ProjectExtensions>
  115. </Project>