HTML.csproj
Upload User: sarage88
Upload Date: 2013-09-22
Package Size: 34k
Code Size: 2k
Development Platform:

C#

  1. <Project 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>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{94F042D0-4B81-4C50-BDE6-5742C57E777E}</ProjectGuid>
  8.     <OutputType>Exe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>HTML</RootNamespace>
  11.     <AssemblyName>HTML</AssemblyName>
  12.     <StartupObject>
  13.     </StartupObject>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16.     <DebugSymbols>true</DebugSymbols>
  17.     <DebugType>full</DebugType>
  18.     <Optimize>false</Optimize>
  19.     <OutputPath>binDebug</OutputPath>
  20.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  21.     <ErrorReport>prompt</ErrorReport>
  22.     <WarningLevel>4</WarningLevel>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <Optimize>true</Optimize>
  27.     <OutputPath>binRelease</OutputPath>
  28.     <DefineConstants>TRACE</DefineConstants>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.   </PropertyGroup>
  32.   <ItemGroup>
  33.     <Reference Include="System" />
  34.     <Reference Include="System.Data" />
  35.     <Reference Include="System.Xml" />
  36.   </ItemGroup>
  37.   <ItemGroup>
  38.     <Compile Include="Attribute.cs" />
  39.     <Compile Include="AttributeList.cs" />
  40.     <Compile Include="FindLinks.cs" />
  41.     <Compile Include="Parse.cs" />
  42.     <Compile Include="ParseHTML.cs" />
  43.     <Compile Include="PropertiesAssemblyInfo.cs" />
  44.   </ItemGroup>
  45.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  46.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  47.        Other similar extension points exist, see Microsoft.Common.targets.
  48.   <Target Name="BeforeBuild">
  49.   </Target>
  50.   <Target Name="AfterBuild">
  51.   </Target>
  52.   -->
  53. </Project>