Update of /cvsroot/nullabletypes/NullableTypes/samples/VB.NET
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6035/samples/VB.NET
Modified Files:
VB.NET.sln VB.NET.vbproj
Log Message:
Index: VB.NET.sln
===================================================================
RCS file: /cvsroot/nullabletypes/NullableTypes/samples/VB.NET/VB.NET.sln,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** VB.NET.sln 15 Jul 2003 23:33:57 -0000 1.1
--- VB.NET.sln 25 May 2004 22:05:07 -0000 1.2
***************
*** 1,11 ****
! Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VB.NET", "VB.NET.vbproj", "{3EA2840F-83B3-4E30-BA2A-70500A38D486}"
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
! ConfigName.0 = Debug
! ConfigName.1 = Release
! EndGlobalSection
! GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
--- 1,11 ----
! Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VB.NET", "VB.NET.vbproj", "{3EA2840F-83B3-4E30-BA2A-70500A38D486}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
! Debug = Debug
! Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
Index: VB.NET.vbproj
===================================================================
RCS file: /cvsroot/nullabletypes/NullableTypes/samples/VB.NET/VB.NET.vbproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** VB.NET.vbproj 13 Sep 2003 13:11:51 -0000 1.2
--- VB.NET.vbproj 25 May 2004 22:05:07 -0000 1.3
***************
*** 2,7 ****
<VisualBasic
ProjectType = "Local"
! ProductVersion = "7.0.9466"
! SchemaVersion = "1.0"
ProjectGuid = "{3EA2840F-83B3-4E30-BA2A-70500A38D486}"
>
--- 2,7 ----
<VisualBasic
ProjectType = "Local"
! ProductVersion = "7.10.3077"
! SchemaVersion = "2.0"
ProjectGuid = "{3EA2840F-83B3-4E30-BA2A-70500A38D486}"
>
|