Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-05 23:51:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-06 10:34:01 +0300
commitb31a445e85523a9a41b0975203f7ccd1d6f185a8 (patch)
tree3fa9a395ceb204eb33a8abfd235b4c5e7b877633 /mcs/class/Microsoft.Build/Test
parenteb3f7312bd4da3e6ca1e072c06fcb3f1338ad974 (diff)
[gitattributes] Do CRLF normalization on sln/proj files
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
Diffstat (limited to 'mcs/class/Microsoft.Build/Test')
-rw-r--r--mcs/class/Microsoft.Build/Test/resources/.gitattributes1
-rw-r--r--mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject.csproj114
-rw-r--r--mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject3.csproj246
-rw-r--r--mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.Test.csproj124
-rw-r--r--mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.csproj284
5 files changed, 385 insertions, 384 deletions
diff --git a/mcs/class/Microsoft.Build/Test/resources/.gitattributes b/mcs/class/Microsoft.Build/Test/resources/.gitattributes
new file mode 100644
index 00000000000..6393d0b2495
--- /dev/null
+++ b/mcs/class/Microsoft.Build/Test/resources/.gitattributes
@@ -0,0 +1 @@
+*.csproj text eol=crlf
diff --git a/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject.csproj b/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject.csproj
index a2a89e080d4..bcb2457ebd1 100644
--- a/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject.csproj
+++ b/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject.csproj
@@ -1,58 +1,58 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <AssemblyName>ZigZag</AssemblyName>
- <ProjectGuid>{362f36b0-b26c-42de-8586-20df66bd05e8}</ProjectGuid>
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- <CodePage />
- <DebugSymbols>True</DebugSymbols>
- <DebugType>Full</DebugType>
- <Optimize>False</Optimize>
- <Platform>AnyCPU</Platform>
- <ProjectTypeGuids>{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
- <WarningLevel>4</WarningLevel>
- <OutputPath>bin\Debug</OutputPath>
- <OutputType>winexe</OutputType>
- <DefineConstants>DEBUG,TRACE</DefineConstants>
- <TreatWarningsAsErrors>True</TreatWarningsAsErrors>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="Test">
- <Name>Test</Name>
- <HintPath>Test.dll</HintPath>
- </Reference>
- <Reference Include="Test2">
- <Name>Test2</Name>
- <HintPath>Test2.dll</HintPath>
- </Reference>
- <Reference Include="Test3">
- <Name>Test3</Name>
- <HintPath>Test3.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Test.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Test2.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Test3.cs">
- <SubType>Code</SubType>
- </Compile>
- <EmbeddedResource Include="Test.resx">
- <LogicalName>Name.Space.Test</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Test2.resx">
- <LogicalName>Name.Space.Test</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Test3.resx">
- <LogicalName>Name.Space.Test</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <AssemblyName>ZigZag</AssemblyName>
+ <ProjectGuid>{362f36b0-b26c-42de-8586-20df66bd05e8}</ProjectGuid>
+ <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
+ <CodePage />
+ <DebugSymbols>True</DebugSymbols>
+ <DebugType>Full</DebugType>
+ <Optimize>False</Optimize>
+ <Platform>AnyCPU</Platform>
+ <ProjectTypeGuids>{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
+ <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+ <WarningLevel>4</WarningLevel>
+ <OutputPath>bin\Debug</OutputPath>
+ <OutputType>winexe</OutputType>
+ <DefineConstants>DEBUG,TRACE</DefineConstants>
+ <TreatWarningsAsErrors>True</TreatWarningsAsErrors>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib" />
+ <Reference Include="System" />
+ <Reference Include="System.Xml" />
+ <Reference Include="Test">
+ <Name>Test</Name>
+ <HintPath>Test.dll</HintPath>
+ </Reference>
+ <Reference Include="Test2">
+ <Name>Test2</Name>
+ <HintPath>Test2.dll</HintPath>
+ </Reference>
+ <Reference Include="Test3">
+ <Name>Test3</Name>
+ <HintPath>Test3.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Test.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Compile Include="Test2.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Compile Include="Test3.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <EmbeddedResource Include="Test.resx">
+ <LogicalName>Name.Space.Test</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Test2.resx">
+ <LogicalName>Name.Space.Test</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Test3.resx">
+ <LogicalName>Name.Space.Test</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file
diff --git a/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject3.csproj b/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject3.csproj
index 0487bc6ffb4..fe7b8e11dbc 100644
--- a/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject3.csproj
+++ b/mcs/class/Microsoft.Build/Test/resources/FunctionalTestReferenceProject3.csproj
@@ -1,124 +1,124 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\..\Build\NuGet.Settings.targets" />
- <PropertyGroup>
- <ProjectGuid>{793B20A9-E263-4B54-BB31-305B602087CE}</ProjectGuid>
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <RootNamespace>NuGet.Server</RootNamespace>
- <AssemblyName>NuGet.Server</AssemblyName>
- <OutputPath>bin</OutputPath>
- <UseIISExpress>true</UseIISExpress>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Elmah">
- <HintPath>..\..\packages\elmah.corelibrary.1.2\lib\Elmah.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Ninject">
- <HintPath>..\..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
- </Reference>
- <Reference Include="RouteMagic">
- <HintPath>..\..\packages\RouteMagic.1.0\lib\net40\RouteMagic.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Data.Services" />
- <Reference Include="System.Data.Services.Client" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.ServiceModel.Activation" />
- <Reference Include="System.ServiceModel.Web" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Web.Services" />
- <Reference Include="WebActivator">
- <HintPath>..\..\packages\WebActivator.1.4.1\lib\net40\WebActivator.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\Common\CommonAssemblyInfo.cs">
- <Link>Properties\CommonAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="DataServices\Package.cs" />
- <Compile Include="DataServices\PackageContext.cs" />
- <Compile Include="Publishing\PackageService.cs" />
- <Compile Include="Infrastructure\Bindings.cs" />
- <Compile Include="Infrastructure\Helpers.cs" />
- <Compile Include="Infrastructure\IPackageAuthenticationService.cs" />
- <Compile Include="Infrastructure\IServerPackageRepository.cs" />
- <Compile Include="Infrastructure\PackageAuthenticationService.cs" />
- <Compile Include="Infrastructure\ServerPackageRepository.cs" />
- <Compile Include="Infrastructure\NinjectBootstrapper.cs" />
- <Compile Include="Infrastructure\DerivedPackageData.cs" />
- <Compile Include="DataServices\Packages.svc.cs">
- <DependentUpon>Packages.svc</DependentUpon>
- </Compile>
- <Compile Include="Infrastructure\PackageUtility.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Default.aspx" />
- <Content Include="favicon.ico" />
- <Content Include="DataServices\Packages.svc" />
- <Content Include="license.txt" />
- <Content Include="Packages\Readme.txt" />
- <Content Include="Web.config">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="Web.Debug.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Web.Release.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DataServices\Routes.cs" />
- <None Include="Properties\NuGet.Server.nuspec" />
- <Content Include="DataServices\Routes.cs.pp" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Core\Core.csproj">
- <Project>{F879F274-EFA0-4157-8404-33A19B4E6AEC}</Project>
- <Name>Core</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="packages.config">
- <SubType>Designer</SubType>
- </Content>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target> -->
- <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
- <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
- </Target>
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
- <WebProjectProperties>
- <UseIIS>True</UseIIS>
- <AutoAssignPort>True</AutoAssignPort>
- <DevelopmentServerPort>18572</DevelopmentServerPort>
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>http://localhost:18572/</IISUrl>
- <NTLMAuthentication>False</NTLMAuthentication>
- <UseCustomServer>False</UseCustomServer>
- <CustomServerUrl></CustomServerUrl>
- <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
- </WebProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\Build\NuGet.Settings.targets" />
+ <PropertyGroup>
+ <ProjectGuid>{793B20A9-E263-4B54-BB31-305B602087CE}</ProjectGuid>
+ <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <RootNamespace>NuGet.Server</RootNamespace>
+ <AssemblyName>NuGet.Server</AssemblyName>
+ <OutputPath>bin</OutputPath>
+ <UseIISExpress>true</UseIISExpress>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Elmah">
+ <HintPath>..\..\packages\elmah.corelibrary.1.2\lib\Elmah.dll</HintPath>
+ </Reference>
+ <Reference Include="Microsoft.CSharp" />
+ <Reference Include="Ninject">
+ <HintPath>..\..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
+ </Reference>
+ <Reference Include="RouteMagic">
+ <HintPath>..\..\packages\RouteMagic.1.0\lib\net40\RouteMagic.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Data.Services" />
+ <Reference Include="System.Data.Services.Client" />
+ <Reference Include="System.ServiceModel" />
+ <Reference Include="System.ServiceModel.Activation" />
+ <Reference Include="System.ServiceModel.Web" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Xml.Linq">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Web" />
+ <Reference Include="System.Xml" />
+ <Reference Include="System.Configuration" />
+ <Reference Include="System.Web.Services" />
+ <Reference Include="WebActivator">
+ <HintPath>..\..\packages\WebActivator.1.4.1\lib\net40\WebActivator.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="..\..\Common\CommonAssemblyInfo.cs">
+ <Link>Properties\CommonAssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="DataServices\Package.cs" />
+ <Compile Include="DataServices\PackageContext.cs" />
+ <Compile Include="Publishing\PackageService.cs" />
+ <Compile Include="Infrastructure\Bindings.cs" />
+ <Compile Include="Infrastructure\Helpers.cs" />
+ <Compile Include="Infrastructure\IPackageAuthenticationService.cs" />
+ <Compile Include="Infrastructure\IServerPackageRepository.cs" />
+ <Compile Include="Infrastructure\PackageAuthenticationService.cs" />
+ <Compile Include="Infrastructure\ServerPackageRepository.cs" />
+ <Compile Include="Infrastructure\NinjectBootstrapper.cs" />
+ <Compile Include="Infrastructure\DerivedPackageData.cs" />
+ <Compile Include="DataServices\Packages.svc.cs">
+ <DependentUpon>Packages.svc</DependentUpon>
+ </Compile>
+ <Compile Include="Infrastructure\PackageUtility.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Default.aspx" />
+ <Content Include="favicon.ico" />
+ <Content Include="DataServices\Packages.svc" />
+ <Content Include="license.txt" />
+ <Content Include="Packages\Readme.txt" />
+ <Content Include="Web.config">
+ <SubType>Designer</SubType>
+ </Content>
+ <Content Include="Web.Debug.config">
+ <DependentUpon>Web.config</DependentUpon>
+ </Content>
+ <Content Include="Web.Release.config">
+ <DependentUpon>Web.config</DependentUpon>
+ </Content>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="DataServices\Routes.cs" />
+ <None Include="Properties\NuGet.Server.nuspec" />
+ <Content Include="DataServices\Routes.cs.pp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Core\Core.csproj">
+ <Project>{F879F274-EFA0-4157-8404-33A19B4E6AEC}</Project>
+ <Name>Core</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="packages.config">
+ <SubType>Designer</SubType>
+ </Content>
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target> -->
+ <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
+ <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
+ </Target>
+ <ProjectExtensions>
+ <VisualStudio>
+ <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
+ <WebProjectProperties>
+ <UseIIS>True</UseIIS>
+ <AutoAssignPort>True</AutoAssignPort>
+ <DevelopmentServerPort>18572</DevelopmentServerPort>
+ <DevelopmentServerVPath>/</DevelopmentServerVPath>
+ <IISUrl>http://localhost:18572/</IISUrl>
+ <NTLMAuthentication>False</NTLMAuthentication>
+ <UseCustomServer>False</UseCustomServer>
+ <CustomServerUrl></CustomServerUrl>
+ <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
+ </WebProjectProperties>
+ </FlavorProperties>
+ </VisualStudio>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.Test.csproj b/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.Test.csproj
index d9860f74506..e28b059743e 100644
--- a/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.Test.csproj
+++ b/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.Test.csproj
@@ -1,63 +1,63 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{5C1BA631-5120-4930-A112-80783328B72B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Microsoft.Build.Test</RootNamespace>
- <AssemblyName>Microsoft.Build.Test</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="nunit.framework">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FunctionalTest.cs" />
- <Compile Include="Microsoft.Build.Internal\CollectionFromEnumerableTest.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Microsoft.Build.Construction\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Microsoft.Build.csproj">
- <Project>{B2012E7F-8F8D-4908-8045-413F2BD1022D}</Project>
- <Name>Microsoft.Build</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.30703</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{5C1BA631-5120-4930-A112-80783328B72B}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Microsoft.Build.Test</RootNamespace>
+ <AssemblyName>Microsoft.Build.Test</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <TargetFrameworkProfile />
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </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>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="nunit.framework">
+ <SpecificVersion>False</SpecificVersion>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="FunctionalTest.cs" />
+ <Compile Include="Microsoft.Build.Internal\CollectionFromEnumerableTest.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Microsoft.Build.Construction\" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Microsoft.Build.csproj">
+ <Project>{B2012E7F-8F8D-4908-8045-413F2BD1022D}</Project>
+ <Name>Microsoft.Build</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
</Project> \ No newline at end of file
diff --git a/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.csproj b/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.csproj
index aa185cd1a34..69e665cb138 100644
--- a/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.csproj
+++ b/mcs/class/Microsoft.Build/Test/resources/Microsoft.Build.csproj
@@ -1,143 +1,143 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{B2012E7F-8F8D-4908-8045-413F2BD1022D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>Microsoft.Build</RootNamespace>
- <AssemblyName>Microsoft.Build</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileUpgradeFlags />
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation />
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Build.Engine" />
- <Reference Include="Microsoft.Build.Framework" />
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Microsoft.Build.Construction\ProjectExtensionsElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectWhenElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectOtherwiseElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectOutputElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectTaskElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectOnErrorElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectUsingTaskParameterElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectUsingTaskBodyElement.cs" />
- <Compile Include="Microsoft.Build.Construction\UsingTaskParameterGroupElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectUsingTaskElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectTargetElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectItemDefinitionElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectItemDefinitionGroupElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectChooseElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectElementContainer.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectImportElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectImportGroupElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectItemElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectItemGroupElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectMetadataElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectPropertyElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectPropertyGroupElement.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectRootElement.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ProjectCollection.cs" />
- <Compile Include="Microsoft.Build.Exceptions\InvalidProjectFileException.cs" />
- <Compile Include="Microsoft.Build.Internal\CollectionFromEnumerable.cs" />
- <Compile Include="Microsoft.Build.Evaluation\Project.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ProjectLoadSettings.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ProjectItem.cs" />
- <Compile Include="Microsoft.Build.Construction\ProjectCommentElement.cs" />
- <Compile Include="Microsoft.Build.Internal\ReverseEnumerable.cs" />
- <Compile Include="Microsoft.Build.Internal\FilteredEnumerable.cs" />
- <Compile Include="Microsoft.Build.Execution\BuildResult.cs" />
- <Compile Include="Microsoft.Build.Execution\ITargetResult.cs" />
- <Compile Include="Microsoft.Build.Execution\TargetResultCode.cs" />
- <Compile Include="Microsoft.Build.Execution\TargetResult.cs" />
- <Compile Include="Microsoft.Build.Execution\BuildResultCode.cs" />
- <Compile Include="Microsoft.Build.Logging\FileLogger.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ProjectProperty.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ToolsetDefinitionLocations.cs" />
- <Compile Include="Microsoft.Build.Logging\ForwardingLoggerRecord.cs" />
- <Compile Include="Microsoft.Build.Logging\LoggerDescription.cs" />
- <Compile Include="Microsoft.Build.Execution\BuildRequestData.cs" />
- <Compile Include="Microsoft.Build.Execution\BuildRequestDataFlags.cs" />
- <Compile Include="Microsoft.Build.Execution\HostServices.cs" />
- <Compile Include="Microsoft.Build.Execution\NodeAffinity.cs" />
- <Compile Include="Microsoft.Build.Execution\ProjectItemInstance.cs" />
- <Compile Include="Microsoft.Build.Execution\ProjectInstance.cs" />
- <Compile Include="Microsoft.Build.Execution\ProjectPropertyInstance.cs" />
- <Compile Include="Microsoft.Build.Execution\ProjectMetadataInstance.cs" />
- <Compile Include="Microsoft.Build.Execution\BuildParameters.cs" />
- <Compile Include="Microsoft.Build.Logging\ConsoleLogger.cs" />
- <Compile Include="Microsoft.Build.Logging\ColorResetter.cs" />
- <Compile Include="Microsoft.Build.Logging\ColorSetter.cs" />
- <Compile Include="Microsoft.Build.Logging\WriteHandler.cs" />
- <Compile Include="Microsoft.Build.Evaluation\Toolset.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ProjectMetadata.cs" />
- <Compile Include="Microsoft.Build.Execution\ProjectTargetInstance.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ProjectItemDefinition.cs" />
- <Compile Include="Microsoft.Build.Evaluation\ResolvedImport.cs" />
- <Compile Include="Microsoft.Build.Execution\BuildManager.cs" />
- <Compile Include="Microsoft.Build.Execution\BuildSubmission.cs" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.21022</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{B2012E7F-8F8D-4908-8045-413F2BD1022D}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <RootNamespace>Microsoft.Build</RootNamespace>
+ <AssemblyName>Microsoft.Build</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <FileUpgradeFlags />
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <UpgradeBackupLocation />
+ <PublishUrl>publish\</PublishUrl>
+ <Install>true</Install>
+ <InstallFrom>Disk</InstallFrom>
+ <UpdateEnabled>false</UpdateEnabled>
+ <UpdateMode>Foreground</UpdateMode>
+ <UpdateInterval>7</UpdateInterval>
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
+ <UpdatePeriodically>false</UpdatePeriodically>
+ <UpdateRequired>false</UpdateRequired>
+ <MapFileExtensions>true</MapFileExtensions>
+ <ApplicationRevision>0</ApplicationRevision>
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <UseApplicationTrust>false</UseApplicationTrust>
+ <BootstrapperEnabled>true</BootstrapperEnabled>
+ <TargetFrameworkProfile />
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
+ <DefineConstants>DEBUG;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <ConsolePause>false</ConsolePause>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>none</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <ConsolePause>false</ConsolePause>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Microsoft.Build.Engine" />
+ <Reference Include="Microsoft.Build.Framework" />
+ <Reference Include="System" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Microsoft.Build.Construction\ProjectExtensionsElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectWhenElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectOtherwiseElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectOutputElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectTaskElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectOnErrorElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectUsingTaskParameterElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectUsingTaskBodyElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\UsingTaskParameterGroupElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectUsingTaskElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectTargetElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectItemDefinitionElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectItemDefinitionGroupElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectChooseElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectElementContainer.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectImportElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectImportGroupElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectItemElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectItemGroupElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectMetadataElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectPropertyElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectPropertyGroupElement.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectRootElement.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ProjectCollection.cs" />
+ <Compile Include="Microsoft.Build.Exceptions\InvalidProjectFileException.cs" />
+ <Compile Include="Microsoft.Build.Internal\CollectionFromEnumerable.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\Project.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ProjectLoadSettings.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ProjectItem.cs" />
+ <Compile Include="Microsoft.Build.Construction\ProjectCommentElement.cs" />
+ <Compile Include="Microsoft.Build.Internal\ReverseEnumerable.cs" />
+ <Compile Include="Microsoft.Build.Internal\FilteredEnumerable.cs" />
+ <Compile Include="Microsoft.Build.Execution\BuildResult.cs" />
+ <Compile Include="Microsoft.Build.Execution\ITargetResult.cs" />
+ <Compile Include="Microsoft.Build.Execution\TargetResultCode.cs" />
+ <Compile Include="Microsoft.Build.Execution\TargetResult.cs" />
+ <Compile Include="Microsoft.Build.Execution\BuildResultCode.cs" />
+ <Compile Include="Microsoft.Build.Logging\FileLogger.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ProjectProperty.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ToolsetDefinitionLocations.cs" />
+ <Compile Include="Microsoft.Build.Logging\ForwardingLoggerRecord.cs" />
+ <Compile Include="Microsoft.Build.Logging\LoggerDescription.cs" />
+ <Compile Include="Microsoft.Build.Execution\BuildRequestData.cs" />
+ <Compile Include="Microsoft.Build.Execution\BuildRequestDataFlags.cs" />
+ <Compile Include="Microsoft.Build.Execution\HostServices.cs" />
+ <Compile Include="Microsoft.Build.Execution\NodeAffinity.cs" />
+ <Compile Include="Microsoft.Build.Execution\ProjectItemInstance.cs" />
+ <Compile Include="Microsoft.Build.Execution\ProjectInstance.cs" />
+ <Compile Include="Microsoft.Build.Execution\ProjectPropertyInstance.cs" />
+ <Compile Include="Microsoft.Build.Execution\ProjectMetadataInstance.cs" />
+ <Compile Include="Microsoft.Build.Execution\BuildParameters.cs" />
+ <Compile Include="Microsoft.Build.Logging\ConsoleLogger.cs" />
+ <Compile Include="Microsoft.Build.Logging\ColorResetter.cs" />
+ <Compile Include="Microsoft.Build.Logging\ColorSetter.cs" />
+ <Compile Include="Microsoft.Build.Logging\WriteHandler.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\Toolset.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ProjectMetadata.cs" />
+ <Compile Include="Microsoft.Build.Execution\ProjectTargetInstance.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ProjectItemDefinition.cs" />
+ <Compile Include="Microsoft.Build.Evaluation\ResolvedImport.cs" />
+ <Compile Include="Microsoft.Build.Execution\BuildManager.cs" />
+ <Compile Include="Microsoft.Build.Execution\BuildSubmission.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
+ <Visible>False</Visible>
+ <ProductName>Windows Installer 3.1</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
+ <ItemGroup />
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file