fix windows build break due to directory and path changes --continue

This commit is contained in:
soochoi
2006-06-15 16:31:51 +00:00
parent 5b995c9b44
commit 723bf2b277
15 changed files with 43 additions and 55 deletions

View File

@@ -94,41 +94,35 @@
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-2.0\pango-sharp.dll"
/>
<Reference
Name = "atk-sharp"
AssemblyName = "atk-sharp"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\atk-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
HintPath = "..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\atk-sharp.dll"
/>
<Reference
Name = "gdk-sharp"
AssemblyName = "gdk-sharp"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\gdk-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
HintPath = "..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\gdk-sharp.dll"
/>
<Reference
Name = "glade-sharp"
AssemblyName = "glade-sharp"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\glade-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
HintPath = "..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\glade-sharp.dll"
/>
<Reference
Name = "glib-sharp"
AssemblyName = "glib-sharp"
HintPath = "C:\GTK\2.8\lib\gtk-sharp-2.0\glib-sharp.dll"
AssemblyFolderKey = "hklm\dn\gtk-sharp-2.0"
HintPath = "..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\glib-sharp.dll"
/>
<Reference
Name = "gtk-sharp"
AssemblyName = "gtk-sharp"
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"
HintPath = "..\..\..\..\..\GtkRun\2.8\lib\gtk-sharp-2.0\gtk-sharp.dll"
/>
</References>
</Build>

View File

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