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