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

/V2.2/trunk/Quickstarts/Modularity/DefiningModulesInCodeQuickstart/Silverlight/Modules/Modules.Silverlight.csproj

#
MSBuild | 112 lines | 105 code | 0 blank | 7 comment | 0 complexity | 3e7f9002c9e03a395ba3eeaf08c5c4c1 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>{678D3DB5-1481-4BD3-8A1D-BA5F1DC6CCDB}</ProjectGuid>
  8. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Modules</RootNamespace>
  12. <AssemblyName>Modules</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplication>false</SilverlightApplication>
  15. <ValidateXaml>true</ValidateXaml>
  16. <ThrowErrorsInValidation>false</ThrowErrorsInValidation><FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>Bin\Debug</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  28. <NoStdLib>true</NoStdLib>
  29. <NoConfig>true</NoConfig>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>Bin\Release</OutputPath>
  37. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  38. <NoStdLib>true</NoStdLib>
  39. <NoConfig>true</NoConfig>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="System.Windows" />
  45. <Reference Include="mscorlib" />
  46. <Reference Include="system" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="System.Net" />
  50. <Reference Include="System.Windows.Browser" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="ModuleA\DefaultViewA.xaml.cs">
  54. <DependentUpon>DefaultViewA.xaml</DependentUpon>
  55. </Compile>
  56. <Compile Include="ModuleA\ModuleA.cs" />
  57. <Compile Include="ModuleB\DefaultViewB.xaml.cs">
  58. <DependentUpon>DefaultViewB.xaml</DependentUpon>
  59. </Compile>
  60. <Compile Include="ModuleB\ModuleB.cs" />
  61. <Compile Include="ModuleC\DefaultViewC.xaml.cs">
  62. <DependentUpon>DefaultViewC.xaml</DependentUpon>
  63. </Compile>
  64. <Compile Include="ModuleC\ModuleC.cs" />
  65. <Compile Include="ModuleD\DefaultViewD.xaml.cs">
  66. <DependentUpon>DefaultViewD.xaml</DependentUpon>
  67. </Compile>
  68. <Compile Include="ModuleD\ModuleD.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\..\..\..\..\CAL\Silverlight\Composite\Composite.Silverlight.csproj">
  75. <Project>{CC79289A-2563-40B8-895C-3CDA56BA4956}</Project>
  76. <Name>Composite.Silverlight</Name>
  77. </ProjectReference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Page Include="ModuleA\DefaultViewA.xaml">
  81. <SubType>Designer</SubType>
  82. <Generator>MSBuild:Compile</Generator>
  83. </Page>
  84. <Page Include="ModuleB\DefaultViewB.xaml">
  85. <SubType>Designer</SubType>
  86. <Generator>MSBuild:Compile</Generator>
  87. </Page>
  88. <Page Include="ModuleC\DefaultViewC.xaml">
  89. <SubType>Designer</SubType>
  90. <Generator>MSBuild:Compile</Generator>
  91. </Page>
  92. <Page Include="ModuleD\DefaultViewD.xaml">
  93. <SubType>Designer</SubType>
  94. <Generator>MSBuild:Compile</Generator>
  95. </Page>
  96. </ItemGroup>
  97. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" Condition="" />
  98. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  99. Other similar extension points exist, see Microsoft.Common.targets.
  100. <Target Name="BeforeBuild">
  101. </Target>
  102. <Target Name="AfterBuild">
  103. </Target>
  104. -->
  105. <ProjectExtensions>
  106. <VisualStudio>
  107. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  108. <SilverlightProjectProperties />
  109. </FlavorProperties>
  110. </VisualStudio>
  111. </ProjectExtensions>
  112. </Project>