Fix wrong async completion handling in UDP channel receive.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Test.csproj
index 2be4134bd7732de1c8edfee3960dbc88e0e60fe1..a9f9184314cc55ec47fb09bd6f8c2cc7ea3ae9e6 100755 (executable)
@@ -1,76 +1,76 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>8.0.50727</ProductVersion>\r
-    <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{01D4DF2C-F88B-43F1-B935-25CC0EE900C7}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Microsoft.Build.Tasks.Test</RootNamespace>\r
-    <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>\r
-    <StartupObject>\r
-    </StartupObject>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>True</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>False</Optimize>\r
-    <OutputPath>./</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <OutputType>Library</OutputType>\r
-    <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>\r
-    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>\r
-    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>True</Optimize>\r
-    <OutputPath>./bin/Release/</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <OutputType>Library</OutputType>\r
-    <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>\r
-    <DebugSymbols>True</DebugSymbols>\r
-    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>\r
-    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>\r
-  </PropertyGroup>\r
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.50727</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{01D4DF2C-F88B-43F1-B935-25CC0EE900C7}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>Microsoft.Build.Tasks.Test</RootNamespace>
+    <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>
+    <StartupObject>
+    </StartupObject>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>True</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>False</Optimize>
+    <OutputPath>./</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <OutputType>Library</OutputType>
+    <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>
+    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>True</Optimize>
+    <OutputPath>./bin/Release/</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <OutputType>Library</OutputType>
+    <AssemblyName>Microsoft.Build.Tasks.Test</AssemblyName>
+    <DebugSymbols>True</DebugSymbols>
+    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
+  </PropertyGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   <Target Name="AfterBuild">\r
   </Target>\r
-  -->\r
-  <ItemGroup>\r
-    <Compile Include="Test\Microsoft.Build.Tasks\ALTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\Consts.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\CreateItemTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\CreatePropertyTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\CscTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\ErrorTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\GetFrameworkPathTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\GetFrameworkSdkPathTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\MakeDirTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\ManagedCompilerTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\MessageTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\RemoveDirTest.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\TestEngine.cs" />\r
-    <Compile Include="Test\Microsoft.Build.Tasks\WarningTest.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Reference Include="Microsoft.Build.Engine" />\r
-    <Reference Include="Microsoft.Build.Framework" />\r
-    <Reference Include="Microsoft.Build.Tasks" />\r
-    <Reference Include="Microsoft.Build.Utilities" />\r
-    <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />\r
-    <Reference Include="System" />\r
-    <Reference Include="System.Data" />\r
-    <Reference Include="System.Xml" />\r
-  </ItemGroup>\r
+  -->
+  <ItemGroup>
+    <Compile Include="Test\Microsoft.Build.Tasks\ALTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\Consts.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\CreateItemTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\CreatePropertyTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\CscTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\ErrorTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\GetFrameworkPathTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\GetFrameworkSdkPathTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\MakeDirTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\ManagedCompilerTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\MessageTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\RemoveDirTest.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\TestEngine.cs" />
+    <Compile Include="Test\Microsoft.Build.Tasks\WarningTest.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <Reference Include="Microsoft.Build.Engine" />
+    <Reference Include="Microsoft.Build.Framework" />
+    <Reference Include="Microsoft.Build.Tasks" />
+    <Reference Include="Microsoft.Build.Utilities" />
+    <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
 </Project>
\ No newline at end of file