Build projects in correct order and allow for parallel builds.
[mono.git] / mcs / tools / xbuild / tests / ChangeLog
1 2009-08-14  Ankit Jain  <jankit@novell.com>
2
3         * standalone/Project01: Update .sln.proj file.
4
5 2009-07-30  Ankit Jain  <jankit@novell.com>
6
7         * standalone/Project01/final-outputs.txt: Update to include obj/
8         dir also, and sort the list.
9
10 2009-07-23  Ankit Jain  <jankit@novell.com>
11
12         * standalone/Project01: Change config mappings a bit to mix them up,
13         like Debug->Release etc. Update .proj file and final-outputs.txt.
14
15 2009-07-22  Ankit Jain  <jankit@novell.com>
16
17         * standalone/Project01: Add references to two "external" assemblies
18         with dependencies.
19         * standalone/Project01/Program.cs: Add references in code to the new
20         assemblies, to ensure that they are required for compilation.
21
22 2009-06-08  Ankit Jain  <jankit@novell.com>
23
24         * standalone/Project01: Add missing Lib2.deploy.txt in the correct
25         location.
26
27 2009-06-08  Ankit Jain  <jankit@novell.com>
28
29         * standalone/Project01: Fix location for lib2.deploy.txt
30
31 2009-06-08  Ankit Jain  <jankit@novell.com>
32
33         * standalone/Project01: New. Solution with interdependent multiple projects,
34         with deploy files, satellite assemblies etc.
35
36 2007-05-30  Marek Sieradzki  <marek.sieradzki@gmail.com>
37
38         * standalone/projref: Added two projects where one project references
39         library.
40
41 2006-07-17  Marek Sieradzki  <marek.sieradzki@gmail.com>
42
43         * Csc/Csc.csproj: Moved to 1.csproj and 2.csproj.
44
45 2006-06-22  Marek Sieradzki  <marek.sieradzki@gmail.com>
46
47         * standalone/hello_world: Added hello world type project.
48
49 2006-05-22  Marek Sieradzki  <marek.sieradzki@gmail.com>
50
51         * Touch.csproj, Message.csproj, Exec.csproj, WriteLinesToFile.csproj,
52         Error.csproj, ReadLinesFromFile.csproj, FindUnderPath.csproj,
53         RemoveDir.csproj, AL.csproj, MSBuild.csproj, SignFile.csproj,
54         GenerateResource.csproj, Delete.csproj, Warning.csproj, Copy.csproj,
55         MakeDir.csproj: Removed hackish import.
56
57 2005-09-25  Marek Sieradzki  <marek.sieradzki@gmail.com>
58
59         * AL/AL.csproj: Added nearly empty target.
60         * Csc/test.cs: Added test file for compilation.
61         * Csc/Csc.csproj: Added simple compile target.
62
63 2005-09-11  Marek Sieradzki  <marek.sieradzki@gmail.com>
64
65         * Touch.csproj, Message.csproj, Exec.csproj, WriteLinesToFile.csproj,
66         Error.csproj, ReadLinesFromFile.csproj, FindUnderPath.csproj,
67         RemoveDir.csproj, AL.csproj, MSBuild.csproj, SignFile.csproj,
68         GenerateResource.csproj, Delete.csproj, Warning.csproj, Copy.csproj,
69         MakeDir.csproj: Changed path to Microsoft.Common.tasks to use
70         MSBuildBinPath.
71
72 2005-09-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
73
74         * AL, Copy, CreateItem, CreateProperty, Error, Exec, FindUnderPath,
75         GenerateResource, MakeDir, Message, MSBuild, ReadLinesFromFile,
76         RemoveDir, SignFile, Touch, Warning, WriteLinesToFile: Created
77         separate directories for each task test.