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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-23[MSBuild] Improve and test roundtripping of VS-created projectsMichael Hutchinson
2013-11-22Remove MD1 project formatMichael Hutchinson
2012-08-15[Tests] Clean up this path a littleAlan McGovern
Call GetFullPath on this value so we have a nice canonical path when trying to figure out where paths are being loaded.
2008-05-23* UnitTests/MonoDevelop.Projects/SolutionTests.cs, UnitTests/Util.cs:Lluis Sanchez
Added new test. svn path=/trunk/monodevelop/; revision=103917
2008-05-21* UnitTests/MonoDevelop.Projects/SolutionTests.cs,Lluis Sanchez
UnitTests/MonoDevelop.Projects/MakefileTests.cs, UnitTests/MonoDevelop.Projects/WorkspaceTests.cs, UnitTests/MonoDevelop.Projects/MSBuildTests.cs, UnitTests/MonoDevelop.Projects/MdsTests.cs, UnitTests/MonoDevelop.Projects/PackagingTests.cs, UnitTests/MonoDevelop.Projects/ProjectTests.cs, UnitTests/MonoDevelop.Projects/MonoDeveloperFormatTests.cs, UnitTests/MonoDevelop.Projects/TestProjectsChecks.cs, UnitTests/Util.cs, UnitTests/TestBase.cs, test-projects/console-with-libs-mdp/console-with-libs-mdp/console-with-libs-mdp.mdp, test-projects/console-with-libs-mdp/console-with-libs-mdp/AssemblyInfo.cs, test-projects/console-with-libs-mdp/console-with-libs-mdp/Main.cs, test-projects/console-with-libs-mdp/console-with-libs-mdp.mds, test-projects/console-with-libs-mdp/library1/MyClass.cs, test-projects/console-with-libs-mdp/library1/AssemblyInfo.cs, test-projects/console-with-libs-mdp/library2/MyClass.cs, test-projects/console-with-libs-mdp/library2/AssemblyInfo.cs, test-projects/console-with-libs-mdp/library2/library2.mdp, test-projects/generated-console-project/TestProject.csproj, test-projects/generated-console-project/TestProject.mdp, test-projects/generated-console-project/TestSolution.sln, test-projects/generated-console-project/TestSolution.mds, test-projects/nunit-assembly-group/nunit-assembly-group.mds, test-projects/nunit-assembly-group/nunit-assembly-group.md-nunit, test-projects/console-project/ConsoleProject.sln, test-projects/console-project/ConsoleProject/ConsoleProject.csproj, test-projects/console-project/ConsoleProject/Program.cs, test-projects/console-project/ConsoleProject/Properties/AssemblyInfo.cs, test-projects/console-project-with-makefile/Makefile.include, test-projects/console-project-with-makefile/configure, test-projects/console-project-with-makefile/ConsoleProject.sln, test-projects/console-project-with-makefile/rules.make, test-projects/console-project-with-makefile/ConsoleProject/ConsoleProject.csproj, test-projects/console-project-with-makefile/ConsoleProject/Program.cs, test-projects/console-project-with-makefile/ConsoleProject/Properties/AssemblyInfo.cs, test-projects/console-project-with-makefile/ConsoleProject/Makefile, test-projects/console-project-with-makefile/ConsoleProject/consoleproject.in, test-projects/console-project-with-makefile/Makefile, test-projects/nested-solutions-mdp/nested-solutions-mdp.mds, test-projects/nested-solutions-mdp/console-project/AssemblyInfo.cs, test-projects/nested-solutions-mdp/console-project/console-project.mdp, test-projects/nested-solutions-mdp/console-project/Main.cs, test-projects/nested-solutions-mdp/nested-solution1/nested-solution1.mds, test-projects/nested-solutions-mdp/nested-solution1/library1/MyClass.cs, test-projects/nested-solutions-mdp/nested-solution1/library1/AssemblyInfo.cs, test-projects/nested-solutions-mdp/nested-solution1/library1/library1.mdp, test-projects/nested-solutions-mdp/nested-solution1/library2/MyClass.cs, test-projects/nested-solutions-mdp/nested-solution1/library2/AssemblyInfo.cs, test-projects/nested-solutions-mdp/nested-solution1/library2/library2.mdp, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/nested-solution3.mds, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library3/MyClass.cs, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library3/AssemblyInfo.cs, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library3/library3.pidb, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library3/library3.mdp, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library4/MyClass.cs, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library4/AssemblyInfo.cs, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library4/library4.pidb, test-projects/nested-solutions-mdp/nested-solution2/nested-solution3/library4/library4.mdp, test-projects/nested-solutions-mdp/nested-solution2/nested-solution2.mds, test-projects/nested-solutions-mdp/nested-solution2/console-project2/AssemblyInfo.cs, test-projects/nested-solutions-mdp/nested-solution2/console-project2/console-project2.pidb, test-projects/nested-solutions-mdp/nested-solution2/console-project2/console-project2.mdp, test-projects/nested-solutions-mdp/nested-solution2/console-project2/Main.cs, test-projects/resources-tester/ResourcesTester/ResourcesTester.csproj, test-projects/resources-tester/ResourcesTester/BitmapCultured.ca.bmp, test-projects/resources-tester/ResourcesTester/FormFile.resx, test-projects/resources-tester/ResourcesTester/Subfolder/BitmapCultured2.ca.bmp, test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.resx, test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.ca.resx, test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.Designer.cs, test-projects/resources-tester/ResourcesTester/Subfolder/FormFile2.cs, test-projects/resources-tester/ResourcesTester/Subfolder/Normal2.resx, test-projects/resources-tester/ResourcesTester/Subfolder/Cultured2.ca.resx, test-projects/resources-tester/ResourcesTester/Subfolder/Bitmap2.bmp, test-projects/resources-tester/ResourcesTester/Subfolder/Normal2.Designer.cs, test-projects/resources-tester/ResourcesTester/FormFile.ca.resx, test-projects/resources-tester/ResourcesTester/FormFile.Designer.cs, test-projects/resources-tester/ResourcesTester/FormFile.cs, test-projects/resources-tester/ResourcesTester/Normal.resx, test-projects/resources-tester/ResourcesTester/Cultured.ca.resx, test-projects/resources-tester/ResourcesTester/Bitmap1.bmp, test-projects/resources-tester/ResourcesTester/Normal.Designer.cs, test-projects/resources-tester/ResourcesTester/Program.cs, test-projects/resources-tester/ResourcesTester/Properties/Settings.settings, test-projects/resources-tester/ResourcesTester/Properties/AssemblyInfo.cs, test-projects/resources-tester/ResourcesTester/Properties/Settings.Designer.cs, test-projects/resources-tester/ResourcesTester/Properties/Resources.resx, test-projects/resources-tester/ResourcesTester/Properties/Resources.Designer.cs, test-projects/resources-tester/ResourcesTester.sln, test-projects/csharp-console-mdp/csharp-console-mdp.mds, test-projects/csharp-console-mdp/csharp-console-mdp/AssemblyInfo.cs, test-projects/csharp-console-mdp/csharp-console-mdp/Main.cs, test-projects/csharp-console-mdp/csharp-console-mdp/csharp-console-mdp.mdp: New unit test infrastructure. svn path=/trunk/monodevelop/; revision=103664