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