2011-12-09 10:51:10 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-06-10 14:05:32 +02:00
|
|
|
<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" />
|
2011-11-11 19:35:02 +01:00
|
|
|
<Compile Include="Delegates\DelegateUser.cs" />
|
2011-06-10 14:05:32 +02:00
|
|
|
<Compile Include="Main.cs" />
|
2011-06-14 09:34:18 +02:00
|
|
|
<Compile Include="Enums\PacketTester.cs" />
|
|
|
|
<Compile Include="Enums\Consts.cs" />
|
2011-07-12 15:18:19 +02:00
|
|
|
<Compile Include="Generics\Generics.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" />
|
2011-11-11 19:35:02 +01:00
|
|
|
<Compile Include="WebDelegates\DelegateSampler.cs" />
|
2011-07-12 15:18:19 +02:00
|
|
|
<Compile Include="Delegates\EventHandler.cs" />
|
2011-07-19 11:04:08 +02:00
|
|
|
<Compile Include="Misc\RenameTest.cs" />
|
|
|
|
<Compile Include="Misc\newmodifier.cs" />
|
2011-07-20 11:39:39 +02:00
|
|
|
<Compile Include="Misc\Sorter.cs" />
|
2011-08-15 19:30:47 +02:00
|
|
|
<Compile Include="Misc\Regex\RegexTest.cs" />
|
2011-12-06 17:51:19 +01:00
|
|
|
<Compile Include="WebEvents\EventSampler.cs" />
|
2011-06-10 14:05:32 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2011-11-11 19:35:02 +01:00
|
|
|
<ItemGroup />
|
2011-06-10 14:05:32 +02:00
|
|
|
</Project>
|