From: Owen R. <exo...@us...> - 2004-07-06 05:13:31
|
Update of /cvsroot/netreflector/NetReflector/src/NetReflectorPluginTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17404/src/NetReflectorPluginTest Modified Files: NetReflectorPluginTest.csproj Log Message: support for enums in netreflector Index: NetReflectorPluginTest.csproj =================================================================== RCS file: /cvsroot/netreflector/NetReflector/src/NetReflectorPluginTest/NetReflectorPluginTest.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NetReflectorPluginTest.csproj 21 Jan 2004 09:42:49 -0000 1.3 --- NetReflectorPluginTest.csproj 6 Jul 2004 05:13:22 -0000 1.4 *************** *** 2,7 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9466" ! SchemaVersion = "1.0" ProjectGuid = "{4EB8C393-C246-4E5A-BD57-146ECFF60C2B}" > --- 2,7 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.10.3077" ! SchemaVersion = "2.0" ProjectGuid = "{4EB8C393-C246-4E5A-BD57-146ECFF60C2B}" > *************** *** 17,21 **** --- 17,24 ---- DelaySign = "false" OutputType = "Library" + PreBuildEvent = "" + PostBuildEvent = "" RootNamespace = "NetReflectorPluginTest" + 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\" |