PageRenderTime 37ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/MVVM RI/MVVM.Web/MVVM.Web.csproj

#
MSBuild | 102 lines | 95 code | 0 blank | 7 comment | 0 complexity | 1733dba0df12226fe0b1cd7ebe86112a MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{10A441AC-DED2-4390-AC64-3CEAAE8FF2CC}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>MVVM.Web</RootNamespace>
  14. <AssemblyName>MVVM.Web</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <SilverlightApplicationList>{86D34101-9FB7-41EF-AD8E-AE6F4871C82A}|..\MVVM.Client\MVVM.Client.csproj|ClientBin|False</SilverlightApplicationList></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="Microsoft.CSharp" />
  36. <Reference Include="System.ComponentModel.DataAnnotations" />
  37. <Reference Include="System.Runtime.Serialization" />
  38. <Reference Include="System.Web.DynamicData" />
  39. <Reference Include="System.Web.Entity" />
  40. <Reference Include="System.Web.ApplicationServices" />
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="System.Web.Extensions" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Web.Services" />
  52. <Reference Include="System.EnterpriseServices" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Content Include="ClientBin\MVVM.xap" />
  56. <Content Include="Default.aspx" />
  57. <Content Include="Default.html" />
  58. <Content Include="Silverlight.js" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Content Include="Web.config">
  65. <SubType>Designer</SubType>
  66. </Content>
  67. <Content Include="Web.Debug.config">
  68. <DependentUpon>Web.config</DependentUpon>
  69. </Content>
  70. <Content Include="Web.Release.config">
  71. <DependentUpon>Web.config</DependentUpon>
  72. </Content>
  73. </ItemGroup>
  74. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  75. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  76. <ProjectExtensions>
  77. <VisualStudio>
  78. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  79. <WebProjectProperties>
  80. <UseIIS>False</UseIIS>
  81. <AutoAssignPort>True</AutoAssignPort>
  82. <DevelopmentServerPort>55219</DevelopmentServerPort>
  83. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  84. <IISUrl>
  85. </IISUrl>
  86. <NTLMAuthentication>False</NTLMAuthentication>
  87. <UseCustomServer>False</UseCustomServer>
  88. <CustomServerUrl>
  89. </CustomServerUrl>
  90. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  91. </WebProjectProperties>
  92. </FlavorProperties>
  93. </VisualStudio>
  94. </ProjectExtensions>
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. </Project>