PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/V4/Quickstarts/Modularity/Silverlight/ModularityWithUnity/ModuleE/ModuleE.csproj

#
MSBuild | 102 lines | 92 code | 0 blank | 10 comment | 0 complexity | 9a51481cf73ed2f0dd9ba3fca3cfbd2a 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>{3606F033-DE84-4990-86D7-CB61956F5952}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>ModuleE</RootNamespace>
  13. <AssemblyName>ModuleE</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>ModuleE.xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>ModuleE.App</SilverlightAppEntry>
  25. <TestPageFileName>ModuleETestPage.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. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="mscorlib" />
  64. <Reference Include="System.Windows" />
  65. <Reference Include="system" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Net" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="System.Windows.Browser" />
  70. <Reference Include="Microsoft.Practices.Prism">
  71. <HintPath>..\..\..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.dll</HintPath>
  72. </Reference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="ModuleE.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="Properties\AppManifest.xml" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\ModuleTracking\ModuleTracking.csproj">
  83. <Project>{2A9D519F-7219-46E0-9BFC-D7BCCB2BF9CB}</Project>
  84. <Name>ModuleTracking</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. <ProjectExtensions>
  96. <VisualStudio>
  97. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  98. <SilverlightProjectProperties />
  99. </FlavorProperties>
  100. </VisualStudio>
  101. </ProjectExtensions>
  102. </Project>