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

/V2.2/trunk/Quickstarts/Modularity/RemoteModularityQuickstart/ModuleX.Silverlight/ModuleX.Silverlight.csproj

#
MSBuild | 97 lines | 90 code | 0 blank | 7 comment | 0 complexity | e5288df22d7d30a89556970b7f8e7937 MD5 | raw file
  1. <Project ToolsVersion="3.5" 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>{A9EBAA0D-8518-425C-A88B-B3DAF0850472}</ProjectGuid>
  8. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ModuleX</RootNamespace>
  12. <AssemblyName>ModuleX</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplication>true</SilverlightApplication>
  15. <SupportedCultures>
  16. </SupportedCultures>
  17. <XapOutputs>true</XapOutputs>
  18. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  19. <XapFilename>ModuleX.xap</XapFilename>
  20. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  21. <SilverlightAppEntry>
  22. </SilverlightAppEntry>
  23. <TestPageFileName>TestPage.html</TestPageFileName>
  24. <CreateTestPage>true</CreateTestPage>
  25. <ValidateXaml>true</ValidateXaml>
  26. <ThrowErrorsInValidation>false</ThrowErrorsInValidation><FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <OldToolsVersion>3.5</OldToolsVersion>
  29. <UpgradeBackupLocation>
  30. </UpgradeBackupLocation>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>Bin\Debug</OutputPath>
  37. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  38. <NoStdLib>true</NoStdLib>
  39. <NoConfig>true</NoConfig>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  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;SILVERLIGHT</DefineConstants>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System.Windows" />
  55. <Reference Include="mscorlib" />
  56. <Reference Include="system" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Net" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="System.Windows.Browser" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="DefaultViewX.xaml.cs">
  64. <DependentUpon>DefaultViewX.xaml</DependentUpon>
  65. </Compile>
  66. <Compile Include="ModuleX.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Page Include="DefaultViewX.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </Page>
  74. <None Include="Properties\AppManifest.xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\..\..\..\CAL\Silverlight\Composite\Composite.Silverlight.csproj">
  78. <Project>{CC79289A-2563-40B8-895C-3CDA56BA4956}</Project>
  79. <Name>Composite.Silverlight</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" Condition="" />
  83. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  84. Other similar extension points exist, see Microsoft.Common.targets.
  85. <Target Name="BeforeBuild">
  86. </Target>
  87. <Target Name="AfterBuild">
  88. </Target>
  89. -->
  90. <ProjectExtensions>
  91. <VisualStudio>
  92. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  93. <SilverlightProjectProperties />
  94. </FlavorProperties>
  95. </VisualStudio>
  96. </ProjectExtensions>
  97. </Project>