Fix bug #517974.
[mono.git] / mcs / tools / xbuild / tests / ChangeLog
1 2009-07-22  Ankit Jain  <jankit@novell.com>
2
3         * standalone/Project01: Add references to two "external" assemblies
4         with dependencies.
5         * standalone/Project01/Program.cs: Add references in code to the new
6         assemblies, to ensure that they are required for compilation.
7
8 2009-06-08  Ankit Jain  <jankit@novell.com>
9
10         * standalone/Project01: Add missing Lib2.deploy.txt in the correct
11         location.
12
13 2009-06-08  Ankit Jain  <jankit@novell.com>
14
15         * standalone/Project01: Fix location for lib2.deploy.txt
16
17 2009-06-08  Ankit Jain  <jankit@novell.com>
18
19         * standalone/Project01: New. Solution with interdependent multiple projects,
20         with deploy files, satellite assemblies etc.
21
22 2007-05-30  Marek Sieradzki  <marek.sieradzki@gmail.com>
23
24         * standalone/projref: Added two projects where one project references
25         library.
26
27 2006-07-17  Marek Sieradzki  <marek.sieradzki@gmail.com>
28
29         * Csc/Csc.csproj: Moved to 1.csproj and 2.csproj.
30
31 2006-06-22  Marek Sieradzki  <marek.sieradzki@gmail.com>
32
33         * standalone/hello_world: Added hello world type project.
34
35 2006-05-22  Marek Sieradzki  <marek.sieradzki@gmail.com>
36
37         * Touch.csproj, Message.csproj, Exec.csproj, WriteLinesToFile.csproj,
38         Error.csproj, ReadLinesFromFile.csproj, FindUnderPath.csproj,
39         RemoveDir.csproj, AL.csproj, MSBuild.csproj, SignFile.csproj,
40         GenerateResource.csproj, Delete.csproj, Warning.csproj, Copy.csproj,
41         MakeDir.csproj: Removed hackish import.
42
43 2005-09-25  Marek Sieradzki  <marek.sieradzki@gmail.com>
44
45         * AL/AL.csproj: Added nearly empty target.
46         * Csc/test.cs: Added test file for compilation.
47         * Csc/Csc.csproj: Added simple compile target.
48
49 2005-09-11  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: Changed path to Microsoft.Common.tasks to use
56         MSBuildBinPath.
57
58 2005-09-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
59
60         * AL, Copy, CreateItem, CreateProperty, Error, Exec, FindUnderPath,
61         GenerateResource, MakeDir, Message, MSBuild, ReadLinesFromFile,
62         RemoveDir, SignFile, Touch, Warning, WriteLinesToFile: Created
63         separate directories for each task test.