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

/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/CSSL3HTMLBridge.csproj

#
MSBuild | 101 lines | 94 code | 0 blank | 7 comment | 0 complexity | 8a858b7759a90cf0cc9387e5ce4f7faf 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>{3CA52419-C49E-4969-9866-114BB590ECB8}</ProjectGuid>
  8. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSSL3HTMLBridge</RootNamespace>
  12. <AssemblyName>CSSL3HTMLBridge</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplication>true</SilverlightApplication>
  15. <SupportedCultures>
  16. </SupportedCultures>
  17. <XapOutputs>true</XapOutputs>
  18. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  19. <XapFilename>CSSL3HTMLBridge.xap</XapFilename>
  20. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  21. <SilverlightAppEntry>CSSL3HTMLBridge.App</SilverlightAppEntry>
  22. <TestPageFileName>TestPage.html</TestPageFileName>
  23. <CreateTestPage>true</CreateTestPage>
  24. <ValidateXaml>true</ValidateXaml>
  25. <EnableOutOfBrowser>false</EnableOutOfBrowser>
  26. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  27. <UsePlatformExtensions>false</UsePlatformExtensions>
  28. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  29. <LinkedServerProject>
  30. </LinkedServerProject>
  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.Runtime.Serialization" />
  55. <Reference Include="System.Windows" />
  56. <Reference Include="mscorlib" />
  57. <Reference Include="system" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Net" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="System.Windows.Browser" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="App.xaml.cs">
  65. <DependentUpon>App.xaml</DependentUpon>
  66. </Compile>
  67. <Compile Include="MainPage.xaml.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ApplicationDefinition Include="App.xaml">
  72. <SubType>Designer</SubType>
  73. <Generator>MSBuild:MarkupCompilePass1</Generator>
  74. </ApplicationDefinition>
  75. <Page Include="MainPage.xaml">
  76. <SubType>Designer</SubType>
  77. <Generator>MSBuild:MarkupCompilePass1</Generator>
  78. </Page>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <None Include="Properties\AppManifest.xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Content Include="ReadMe.txt" />
  85. </ItemGroup>
  86. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. <ProjectExtensions>
  95. <VisualStudio>
  96. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  97. <SilverlightProjectProperties />
  98. </FlavorProperties>
  99. </VisualStudio>
  100. </ProjectExtensions>
  101. </Project>