/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.Web/CSADONETDataServiceSL3Client.Web.csproj

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