/Logging/Logging.csproj

http://github.com/teamaton/toolbelt · MSBuild · 112 lines · 105 code · 0 blank · 7 comment · 4 complexity · faf599607c90a45f799c458384a318ff 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>{ADD0C92C-5AD1-4448-A5FC-EF2F00A41E89}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Logging</RootNamespace>
  14. <AssemblyName>Logging</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <UseIISExpress>false</UseIISExpress>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\</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\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="log4net">
  37. <HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Web.DynamicData" />
  41. <Reference Include="System.Web.Entity" />
  42. <Reference Include="System.Web.ApplicationServices" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="System.Web.Extensions" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Web" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="System.Configuration" />
  53. <Reference Include="System.Web.Services" />
  54. <Reference Include="System.EnterpriseServices" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Content Include="class.aspx" />
  58. <Content Include="Global.asax" />
  59. <Content Include="logg.aspx" />
  60. <Content Include="Web.config" />
  61. <Content Include="Web.Debug.config">
  62. <DependentUpon>Web.config</DependentUpon>
  63. </Content>
  64. <Content Include="Web.Release.config">
  65. <DependentUpon>Web.config</DependentUpon>
  66. </Content>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Global.asax.cs">
  70. <DependentUpon>Global.asax</DependentUpon>
  71. </Compile>
  72. <Compile Include="logg.aspx.cs">
  73. <DependentUpon>logg.aspx</DependentUpon>
  74. <SubType>ASPXCodeBehind</SubType>
  75. </Compile>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Content Include="packages.config" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="web.log4net.config" />
  83. </ItemGroup>
  84. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  85. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  86. <ProjectExtensions>
  87. <VisualStudio>
  88. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  89. <WebProjectProperties>
  90. <UseIIS>False</UseIIS>
  91. <AutoAssignPort>True</AutoAssignPort>
  92. <DevelopmentServerPort>55235</DevelopmentServerPort>
  93. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  94. <IISUrl>
  95. </IISUrl>
  96. <NTLMAuthentication>False</NTLMAuthentication>
  97. <UseCustomServer>False</UseCustomServer>
  98. <CustomServerUrl>
  99. </CustomServerUrl>
  100. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  101. </WebProjectProperties>
  102. </FlavorProperties>
  103. </VisualStudio>
  104. </ProjectExtensions>
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>