PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/VBSL3OOB/VBSL3OOB/VBSL3OOB.vbproj

#
MSBuild | 129 lines | 122 code | 0 blank | 7 comment | 0 complexity | 87b87a97d98486ccb1686711cfe1d7bb MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{5DA15A17-2499-4B47-8AE3-E55C322FBDD4}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>VBSL3OOB</RootNamespace>
  12. <AssemblyName>VBSL3OOB</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplication>true</SilverlightApplication>
  15. <SupportedCultures>
  16. </SupportedCultures>
  17. <XapOutputs>true</XapOutputs>
  18. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  19. <XapFilename>VBSL3OOB.xap</XapFilename>
  20. <SilverlightManifestTemplate>My Project\AppManifest.xml</SilverlightManifestTemplate>
  21. <SilverlightAppEntry>VBSL3OOB.App</SilverlightAppEntry>
  22. <TestPageFileName>TestPage.html</TestPageFileName>
  23. <CreateTestPage>true</CreateTestPage>
  24. <ValidateXaml>true</ValidateXaml>
  25. <EnableOutOfBrowser>true</EnableOutOfBrowser>
  26. <OutOfBrowserSettingsFile>My Project\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  27. <UsePlatformExtensions>false</UsePlatformExtensions>
  28. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  29. <LinkedServerProject>
  30. </LinkedServerProject>
  31. <OptionExplicit>On</OptionExplicit>
  32. <OptionCompare>Binary</OptionCompare>
  33. <OptionStrict>Off</OptionStrict>
  34. <OptionInfer>On</OptionInfer>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <DefineDebug>true</DefineDebug>
  40. <DefineTrace>true</DefineTrace>
  41. <NoStdLib>true</NoStdLib>
  42. <NoConfig>true</NoConfig>
  43. <MyType>Empty</MyType>
  44. <OutputPath>Bin\Debug</OutputPath>
  45. <DocumentationFile>VBSL3OOB.xml</DocumentationFile>
  46. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  47. <DefineConstants>SILVERLIGHT=1</DefineConstants>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugType>pdbonly</DebugType>
  51. <DefineDebug>false</DefineDebug>
  52. <DefineTrace>true</DefineTrace>
  53. <NoStdLib>true</NoStdLib>
  54. <NoConfig>true</NoConfig>
  55. <Optimize>true</Optimize>
  56. <OutputPath>Bin\Release</OutputPath>
  57. <DocumentationFile>VBSL3OOB.xml</DocumentationFile>
  58. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  59. <DefineConstants>SILVERLIGHT=1</DefineConstants>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="System.Windows" />
  63. <Reference Include="mscorlib" />
  64. <Reference Include="system" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Net" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="System.Windows.Browser" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Import Include="Microsoft.VisualBasic" />
  72. <Import Include="System" />
  73. <Import Include="System.Linq" />
  74. <Import Include="System.Collections.Generic" />
  75. <Import Include="System.Xml" />
  76. <Import Include="System.Net" />
  77. <Import Include="System.Windows" />
  78. <Import Include="System.Windows.Controls" />
  79. <Import Include="System.Windows.Documents" />
  80. <Import Include="System.Windows.Ink" />
  81. <Import Include="System.Windows.Input" />
  82. <Import Include="System.Windows.Media" />
  83. <Import Include="System.Windows.Media.Animation" />
  84. <Import Include="System.Windows.Shapes" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="App.xaml.vb">
  88. <DependentUpon>App.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="MainPage.xaml.vb">
  91. <DependentUpon>MainPage.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="My Project\AssemblyInfo.vb" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ApplicationDefinition Include="App.xaml">
  97. <SubType>Designer</SubType>
  98. <Generator>MSBuild:MarkupCompilePass1</Generator>
  99. </ApplicationDefinition>
  100. <Page Include="MainPage.xaml">
  101. <SubType>Designer</SubType>
  102. <Generator>MSBuild:MarkupCompilePass1</Generator>
  103. </Page>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="My Project\AppManifest.xml" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="My Project\OutOfBrowserSettings.xml" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Content Include="ReadMe.txt" />
  113. </ItemGroup>
  114. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.VisualBasic.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. <ProjectExtensions>
  123. <VisualStudio>
  124. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  125. <SilverlightProjectProperties />
  126. </FlavorProperties>
  127. </VisualStudio>
  128. </ProjectExtensions>
  129. </Project>