Update of /cvsroot/mvp-xml/Design/v2/setup
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17946/v2/setup
Modified Files:
Setup.vdproj
Log Message:
Updated .NET version in setup.
Fixed errors in generators.
Updated solution to compile MSI when in release mode automatically.
Index: Setup.vdproj
===================================================================
RCS file: /cvsroot/mvp-xml/Design/v2/setup/Setup.vdproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Setup.vdproj 31 Oct 2005 09:31:24 -0000 1.1
+++ Setup.vdproj 31 Oct 2005 11:15:23 -0000 1.2
@@ -234,7 +234,7 @@
{
"Name" = "8:.NET Framework"
"Message" = "8:[VSDNETMSG]"
- "Version" = "8:2.0.50110"
+ "Version" = "8:2.0.50727"
"AllowLaterVersions" = "11:TRUE"
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=9832"
"SupportedRuntimes" = "8:1.1.4322"
@@ -1084,7 +1084,7 @@
}
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_2090D92F765D47F7BADD9F4AADA8FDA1"
{
- "SourcePath" = "8:..\\src\\obj\\Debug\\Mvp.Xml.Design.dll"
+ "SourcePath" = "8:..\\src\\obj\\Release\\Mvp.Xml.Design.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_0E15C1344F794F8F931126EC4B60D776"
|