[Mono-list] Simple Mcs .csproj update
Adam Chester
achester@bigpond.com
Thu, 5 Sep 2002 03:31:54 +1000
This is a multi-part message in MIME format.
------=_NextPart_000_0001_01C2548C.C8478480
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Attached is a diff to include a couple of missing files for the mcs
vs.net project file.
Hope this diff is in the right format...
Thanks,
- Adam
------=_NextPart_000_0001_01C2548C.C8478480
Content-Type: application/octet-stream;
name="mcs-csproj-update.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="mcs-csproj-update.diff"
? bin
? file.diff
? mcs-csproj-update.diff
? obj
? Web References
Index: compiler.csproj
===================================================================
RCS file: /mono/mcs/mcs/compiler.csproj,v
retrieving revision 1.9
diff -u -r1.9 compiler.csproj
--- compiler.csproj 14 Jun 2002 10:12:11 -0000 1.9
+++ compiler.csproj 4 Sep 2002 17:08:07 -0000
@@ -198,6 +198,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "pending.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "report.cs"
SubType = "Code"
BuildAction = "Compile"
Index: compiler.csproj.user
===================================================================
RCS file: /mono/mcs/mcs/compiler.csproj.user,v
retrieving revision 1.12
diff -u -r1.12 compiler.csproj.user
--- compiler.csproj.user 14 Jun 2002 10:12:11 -0000 1.12
+++ compiler.csproj.user 4 Sep 2002 17:08:07 -0000
@@ -40,7 +40,7 @@
CopyProjectDestinationFolder = ""
CopyProjectUncPath = ""
CopyProjectOption = "0"
- ProjectView = "ProjectFiles"
+ ProjectView = "ShowAllFiles"
ProjectTrust = "0"
/>
</CSHARP>
------=_NextPart_000_0001_01C2548C.C8478480--