<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{DFD1D658-C3A4-4AE6-8E34-195F09575AE5}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>Tester</RootNamespace>
    <AssemblyName>Tester</AssemblyName>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
    <Externalconsole>true</Externalconsole>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <DebugType>none</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
    <Externalconsole>true</Externalconsole>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="Delegates\DelegateUser.cs" />
    <Compile Include="Main.cs" />
    <Compile Include="Enums\PacketTester.cs" />
    <Compile Include="Enums\Consts.cs" />
    <Compile Include="Generics\Generics.cs" />
    <Compile Include="Misc\locker.cs" />
    <Compile Include="Misc\Namespaces\child.cs" />
    <Compile Include="Misc\Namespaces\parent.cs" />
    <Compile Include="Partial\PartialUserTwo.cs" />
    <Compile Include="Partial\PartialInner.cs" />
    <Compile Include="Partial\PartialOuterPartialInner.cs" />
    <Compile Include="Partial\PartialOuterPartialInnerB.cs" />
    <Compile Include="Partial\PartialUser.cs" />
    <Compile Include="Partial\FullOuterPartialInner.cs" />
    <Compile Include="Misc\MiscSyntax.cs" />
    <Compile Include="Misc\RefOut.cs" />
    <Compile Include="Misc\Misc.cs" />
    <Compile Include="WebDelegates\DelegateSampler.cs" />
    <Compile Include="Delegates\EventHandler.cs" />
    <Compile Include="Misc\RenameTest.cs" />
    <Compile Include="Misc\newmodifier.cs" />
    <Compile Include="Misc\Sorter.cs" />
    <Compile Include="Misc\Regex\RegexTest.cs" />
    <Compile Include="WebEvents\EventSampler.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup />
</Project>