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