2007-02-04 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Test.csproj
index 9715e04a7aa28b0123eb15d3420a4f9630c14ca8..2be4134bd7732de1c8edfee3960dbc88e0e60fe1 100755 (executable)
     </StartupObject>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
+    <DebugSymbols>True</DebugSymbols>\r
     <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>.\</OutputPath>\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
+    <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
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \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