PageRenderTime 36ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/Hello World/HelloWorld.Silverlight/HelloWorldModule/HelloWorldModule.csproj

#
MSBuild | 86 lines | 79 code | 0 blank | 7 comment | 0 complexity | e86beb56ec32deb9f03dc72be1604006 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>{B2CC15D4-9293-4164-B4AC-A3622D5952D0}</ProjectGuid>
  8. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>HelloWorldModule</RootNamespace>
  12. <AssemblyName>HelloWorldModule</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="HelloWorldModule.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="Views\HelloWorldView.xaml.cs">
  56. <DependentUpon>HelloWorldView.xaml</DependentUpon>
  57. </Compile>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Page Include="Views\HelloWorldView.xaml">
  61. <SubType>Designer</SubType>
  62. <Generator>MSBuild:Compile</Generator>
  63. </Page>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\..\..\..\CAL\Silverlight\Composite\Composite.Silverlight.csproj">
  67. <Project>{CC79289A-2563-40B8-895C-3CDA56BA4956}</Project>
  68. <Name>Composite.Silverlight</Name>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" Condition="" />
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. <ProjectExtensions>
  80. <VisualStudio>
  81. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  82. <SilverlightProjectProperties />
  83. </FlavorProperties>
  84. </VisualStudio>
  85. </ProjectExtensions>
  86. </Project>