NullableTypes/src NullableTypes.sln,1.3,1.4
Status: Inactive
Brought to you by:
lukadotnet
From: <luk...@us...> - 2003-12-08 21:48:44
|
Update of /cvsroot/nullabletypes/NullableTypes/src In directory sc8-pr-cvs1:/tmp/cvs-serv6601/src Modified Files: NullableTypes.sln Log Message: Index: NullableTypes.sln =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/src/NullableTypes.sln,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NullableTypes.sln 6 May 2003 14:17:13 -0000 1.3 --- NullableTypes.sln 8 Dec 2003 21:48:41 -0000 1.4 *************** *** 1,13 **** ! Microsoft Visual Studio Solution File, Format Version 7.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Types", "Types\Types.csproj", "{5AE18977-9F9F-460E-86F5-E42668CDFE9E}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{8DB091D8-6E01-4566-8CD2-B918CB8D1391}" EndProject Global GlobalSection(SolutionConfiguration) = preSolution ! ConfigName.0 = Debug ! ConfigName.1 = Release ! EndGlobalSection ! GlobalSection(ProjectDependencies) = postSolution EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution --- 1,15 ---- ! Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Types", "Types\Types.csproj", "{5AE18977-9F9F-460E-86F5-E42668CDFE9E}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{8DB091D8-6E01-4566-8CD2-B918CB8D1391}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution ! Debug = Debug ! Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution |