Fix windows project files due to directory and path changes.

This commit is contained in:
Jim Norman
2006-06-14 20:56:22 +00:00
parent 66394f9960
commit 5b995c9b44
18 changed files with 718 additions and 938 deletions

View File

@@ -94,35 +94,41 @@
Project = "{57CD94A2-5B4A-40C3-8189-CB760FB78357}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "pango-sharp"
AssemblyName = "pango-sharp"
HintPath = "..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp\pango-sharp.dll"
/>
<Reference
Name = "atk-sharp"
AssemblyName = "atk-sharp"
HintPath = "..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp\atk-sharp.dll"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\atk-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
/>
<Reference
Name = "gdk-sharp"
AssemblyName = "gdk-sharp"
HintPath = "..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp\gdk-sharp.dll"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\gdk-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
/>
<Reference
Name = "glade-sharp"
AssemblyName = "glade-sharp"
HintPath = "..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp\glade-sharp.dll"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\glade-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
/>
<Reference
Name = "glib-sharp"
AssemblyName = "glib-sharp"
HintPath = "..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp\glib-sharp.dll"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\glib-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
/>
<Reference
Name = "gtk-sharp"
AssemblyName = "gtk-sharp"
HintPath = "..\..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp\gtk-sharp.dll"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\gtk-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
/>
<Reference
Name = "pango-sharp"
AssemblyName = "pango-sharp"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\pango-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
/>
</References>
</Build>

View File

@@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP LastOpenVersion = "7.10.3077" >
<Build>
<Settings ReferencePath = "C:\GtkRun\2.8\lib\gtk-sharp\" >
<Settings ReferencePath = "" >
<Config
Name = "Debug"
EnableASPDebugging = "false"