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

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

#
MSBuild | 97 lines | 97 code | 0 blank | 0 comment | 0 complexity | da07c85e08e38132b4266940613a05aa 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>{CBD90B14-D4B0-4422-AFED-ACD28D8EC013}</ProjectGuid>
  8. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSSL3HTMLBridge.Web</RootNamespace>
  12. <AssemblyName>CSSL3HTMLBridge.Web</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplicationList>{3CA52419-C49E-4969-9866-114BB590ECB8}|..\CSSL3HTMLBridge\CSSL3HTMLBridge.csproj|ClientBin|False</SilverlightApplicationList>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Data" />
  36. <Reference Include="System.Core">
  37. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  38. </Reference>
  39. <Reference Include="System.Data.DataSetExtensions">
  40. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  41. </Reference>
  42. <Reference Include="System.Web.Extensions">
  43. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="System.Xml.Linq">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Web" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="System.Configuration" />
  52. <Reference Include="System.Web.Services" />
  53. <Reference Include="System.EnterpriseServices" />
  54. <Reference Include="System.Web.Mobile" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Content Include="ClientBin\CSSL3HTMLBridge.xap" />
  58. <Content Include="ClientBin\CSSL3HTMLBridgeTestPage.aspx" />
  59. <Content Include="CSSL3HTMLBridgeTestPage.aspx" />
  60. <Content Include="Silverlight.js" />
  61. <Content Include="Web.config" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Folder Include="App_Data\" />
  68. </ItemGroup>
  69. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  70. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. <ProjectExtensions>
  79. <VisualStudio>
  80. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  81. <WebProjectProperties>
  82. <UseIIS>False</UseIIS>
  83. <AutoAssignPort>True</AutoAssignPort>
  84. <DevelopmentServerPort>17784</DevelopmentServerPort>
  85. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  86. <IISUrl>
  87. </IISUrl>
  88. <NTLMAuthentication>False</NTLMAuthentication>
  89. <UseCustomServer>False</UseCustomServer>
  90. <CustomServerUrl>
  91. </CustomServerUrl>
  92. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  93. </WebProjectProperties>
  94. </FlavorProperties>
  95. </VisualStudio>
  96. </ProjectExtensions>
  97. </Project>