PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Source/Visual Studio/WebApp/ProjectTemplate.csproj

#
MSBuild | 112 lines | 92 code | 3 blank | 17 comment | 0 complexity | 5becdcf4f5569842252a47b0b3a91b47 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>$guid1$</ProjectGuid>
  9. <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>$safeprojectname$</RootNamespace>
  13. <AssemblyName>$safeprojectname$</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <MvcBuildViews>false</MvcBuildViews>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.CSharp"/>
  37. <Reference Include="System"/>
  38. <Reference Include="System.Core"/>
  39. <Reference Include="System.Xml"/>
  40. <Reference Include="System.Xml.Linq"/>
  41. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  42. <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  43. <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  44. <Reference Include="System.Web" />
  45. <Reference Include="System.Web.Extensions" />
  46. <Reference Include="System.Web.Abstractions" />
  47. <Reference Include="System.Web.Routing" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Global.asax.cs">
  51. <DependentUpon>Global.asax</DependentUpon>
  52. </Compile>
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Content Include="Global.asax" />
  57. <Content Include="Web.config" />
  58. <Content Include="Web.Debug.config">
  59. <DependentUpon>Web.config</DependentUpon>
  60. </Content>
  61. <Content Include="Web.Release.config">
  62. <DependentUpon>Web.config</DependentUpon>
  63. </Content>
  64. </ItemGroup>
  65. <!--
  66. <ItemGroup>
  67. <Content Include="Domain\readme.txt"/>
  68. </ItemGroup>
  69. -->
  70. <ItemGroup>
  71. <Content Include="Content\readme.txt"/>
  72. </ItemGroup>
  73. <!--
  74. <ItemGroup>
  75. <Content Include="Features\readme.txt"/>
  76. </ItemGroup>
  77. -->
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.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. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  88. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  89. </Target>
  90. <ProjectExtensions>
  91. <VisualStudio>
  92. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  93. <WebProjectProperties>
  94. <UseIIS>False</UseIIS>
  95. <AutoAssignPort>True</AutoAssignPort>
  96. <DevelopmentServerPort>2310</DevelopmentServerPort>
  97. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  98. <IISUrl>
  99. </IISUrl>
  100. <NTLMAuthentication>False</NTLMAuthentication>
  101. <UseCustomServer>False</UseCustomServer>
  102. <CustomServerUrl>
  103. </CustomServerUrl>
  104. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  105. </WebProjectProperties>
  106. </FlavorProperties>
  107. </VisualStudio>
  108. </ProjectExtensions>
  109. </Project>