PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
MSBuild | 80 lines | 70 code | 0 blank | 10 comment | 0 complexity | 8867708694feedf0fc1736b0b729a9ac 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>{2A9D519F-7219-46E0-9BFC-D7BCCB2BF9CB}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>ModuleTracking</RootNamespace>
  13. <AssemblyName>ModuleTracking</AssemblyName>
  14. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>false</SilverlightApplication>
  18. <ValidateXaml>true</ValidateXaml>
  19. <ThrowErrorsInValidation>true</ThrowErrorsInValidation><TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <!-- This property group is only here to support building this project using the
  22. MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
  23. to set the TargetFrameworkVersion to v3.5 -->
  24. <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
  25. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>Bin\Debug</OutputPath>
  32. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  33. <NoStdLib>true</NoStdLib>
  34. <NoConfig>true</NoConfig>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>Bin\Release</OutputPath>
  42. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  43. <NoStdLib>true</NoStdLib>
  44. <NoConfig>true</NoConfig>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <RunCodeAnalysis>true</RunCodeAnalysis>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="mscorlib" />
  52. <Reference Include="System.Windows" />
  53. <Reference Include="system" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="System.Net" />
  57. <Reference Include="System.Windows.Browser" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="GlobalSuppressions.cs" />
  61. <Compile Include="IModuleTracker.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="WellKnownModuleNames.cs" />
  64. </ItemGroup>
  65. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  66. <ProjectExtensions>
  67. <VisualStudio>
  68. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  69. <SilverlightProjectProperties />
  70. </FlavorProperties>
  71. </VisualStudio>
  72. </ProjectExtensions>
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. </Project>