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>2014-05-04 22:34:51 +0400
committerAlexander Köplinger <alex.koeplinger@outlook.com>2014-08-06 20:02:30 +0400
commit0450000dc487c81cbf4e61a919caafe124da353e (patch)
tree989d2502c82109f4f37b137dcbb81bca39e57838 /mcs/class/Microsoft.Build.Framework
parente64af2edbfae90c5665a53b9652a256a017144ca (diff)
[Cleanup] Removed a bunch of superfluous .csproj and .sln files
Most of these files weren't updated in the last >5 years and serve no purpose today, so they only clutter the repository.
Diffstat (limited to 'mcs/class/Microsoft.Build.Framework')
-rw-r--r--mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.Test.csproj66
-rw-r--r--mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.Test.sln20
2 files changed, 0 insertions, 86 deletions
diff --git a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.Test.csproj b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.Test.csproj
deleted file mode 100644
index 736ca300b55..00000000000
--- a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.Test.csproj
+++ /dev/null
@@ -1,66 +0,0 @@
-<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>{1D0190A3-E345-45EC-9DCD-7B12BB6A7CC9}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Microsoft.Build.Framework.Test</RootNamespace>
- <AssemblyName>Microsoft.Build.Framework.Test</AssemblyName>
- </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>
- </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="Microsoft.Build.Framework" />
- <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Test\Microsoft.Build.Framework\BuildErrorEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\BuildEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\BuildFinishedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\BuildMessageEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\BuildStartedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\BuildWarningEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\ExternalProjectFinishedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\ExternalProjectStartedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\LoggerExceptionTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\ProjectFinishedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\ProjectStartedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\TargetFinishedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\TargetStartedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\TaskCommandLineEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\TaskFinishedEventArgsTest.cs" />
- <Compile Include="Test\Microsoft.Build.Framework\TaskStartedEventArgsTest.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\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.Framework/Microsoft.Build.Framework.Test.sln b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.Test.sln
deleted file mode 100644
index 81101028a6b..00000000000
--- a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework.Test.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Build.Framework.Test", "Microsoft.Build.Framework.Test.csproj", "{1D0190A3-E345-45EC-9DCD-7B12BB6A7CC9}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1D0190A3-E345-45EC-9DCD-7B12BB6A7CC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1D0190A3-E345-45EC-9DCD-7B12BB6A7CC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1D0190A3-E345-45EC-9DCD-7B12BB6A7CC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1D0190A3-E345-45EC-9DCD-7B12BB6A7CC9}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal