NullableTypes/samples/C# samples.csproj,1.2,1.3 samples.sln,1.1,1.2
Status: Inactive
Brought to you by:
lukadotnet
From: <luk...@pr...> - 2004-01-30 16:32:36
|
Update of /cvsroot/nullabletypes/NullableTypes/samples/C# In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12403/samples/C# Modified Files: samples.csproj samples.sln Log Message: Index: samples.csproj =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/samples/C#/samples.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** samples.csproj 23 Aug 2003 21:28:36 -0000 1.2 --- samples.csproj 30 Jan 2004 16:31:02 -0000 1.3 *************** *** 2,7 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9466" ! SchemaVersion = "1.0" ProjectGuid = "{F2CFA83D-85CE-4EF1-AE02-05479BB2FEA1}" > --- 2,7 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.3077" ! SchemaVersion = "2.0" ProjectGuid = "{F2CFA83D-85CE-4EF1-AE02-05479BB2FEA1}" > *************** *** 17,21 **** --- 17,24 ---- DelaySign = "false" OutputType = "Exe" + PreBuildEvent = "" + PostBuildEvent = "" RootNamespace = "samples" + RunPostBuildEvent = "OnBuildSuccess" StartupObject = "" > *************** *** 31,34 **** --- 34,39 ---- FileAlignment = "4096" IncrementalBuild = "true" + NoStdLib = "false" + NoWarn = "" Optimize = "false" OutputPath = "bin\Debug\" *************** *** 49,52 **** --- 54,59 ---- FileAlignment = "4096" IncrementalBuild = "false" + NoStdLib = "false" + NoWarn = "" Optimize = "true" OutputPath = "bin\Release\" Index: samples.sln =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/samples/C#/samples.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** samples.sln 30 Jun 2003 22:42:02 -0000 1.1 --- samples.sln 30 Jan 2004 16:31:02 -0000 1.2 *************** *** 1,11 **** ! Microsoft Visual Studio Solution File, Format Version 7.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "samples", "samples.csproj", "{F2CFA83D-85CE-4EF1-AE02-05479BB2FEA1}" 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "samples", "samples.csproj", "{F2CFA83D-85CE-4EF1-AE02-05479BB2FEA1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution ! Debug = Debug ! Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution |