Project updates

This commit is contained in:
Jim Norman 2005-10-12 15:28:38 +00:00
parent 1e3f31329d
commit 2c52617f41
2 changed files with 29 additions and 43 deletions

View File

@ -7,7 +7,7 @@
>
<Build>
<Settings
ApplicationIcon = "App.ico"
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "CASATrayApp"
AssemblyOriginatorKeyFile = ""
@ -94,64 +94,50 @@
Project = "{57CD94A2-5B4A-40C3-8189-CB760FB78357}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "gtk-sharp"
AssemblyName = "gtk-sharp"
HintPath = "C:\GTK\2.6\lib\gtk-sharp-2.0\gtk-sharp.dll"
AssemblyFolderKey = "hklm\gtk-sharp"
/>
<Reference
Name = "glib-sharp"
AssemblyName = "glib-sharp"
HintPath = "C:\GTK\2.6\lib\gtk-sharp-2.0\glib-sharp.dll"
AssemblyFolderKey = "hklm\gtk-sharp"
/>
<Reference
Name = "atk-sharp"
AssemblyName = "atk-sharp"
HintPath = "C:\GTK\2.6\lib\gtk-sharp-2.0\atk-sharp.dll"
AssemblyFolderKey = "hklm\gtk-sharp"
/>
<Reference
Name = "pango-sharp"
AssemblyName = "pango-sharp"
HintPath = "C:\GTK\2.6\lib\gtk-sharp-2.0\pango-sharp.dll"
AssemblyFolderKey = "hklm\gtk-sharp"
HintPath = "..\extern\w32\gtk-sharp-2.0\atk-sharp.dll"
/>
<Reference
Name = "gdk-sharp"
AssemblyName = "gdk-sharp"
HintPath = "C:\GTK\2.6\lib\gtk-sharp-2.0\gdk-sharp.dll"
AssemblyFolderKey = "hklm\gtk-sharp"
HintPath = "..\extern\w32\gtk-sharp-2.0\gdk-sharp.dll"
/>
<Reference
Name = "glade-sharp"
AssemblyName = "glade-sharp"
HintPath = "..\extern\w32\gtk-sharp-2.0\glade-sharp.dll"
/>
<Reference
Name = "glib-sharp"
AssemblyName = "glib-sharp"
HintPath = "..\extern\w32\gtk-sharp-2.0\glib-sharp.dll"
/>
<Reference
Name = "gtk-sharp"
AssemblyName = "gtk-sharp"
HintPath = "..\extern\w32\gtk-sharp-2.0\gtk-sharp.dll"
/>
<Reference
Name = "pango-sharp"
AssemblyName = "pango-sharp"
HintPath = "..\extern\w32\gtk-sharp-2.0\pango-sharp.dll"
/>
<Reference
Name = "Novell.CASA.miCASAWrapper"
Project = "{E21DD887-22F4-4935-9851-409715F663B0}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "App.ico"
BuildAction = "Content"
/>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TrayCasa.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TrayMain.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "TrayMain.resx"
DependentUpon = "TrayMain.cs"
BuildAction = "EmbeddedResource"
/>
</Include>
</Files>
</CSHARP>

View File

@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP LastOpenVersion = "7.10.3077" >
<Build>
<Settings ReferencePath = "" >
<Settings ReferencePath = "D:\casa\extern\w32\gtk-sharp-2.0\" >
<Config
Name = "Debug"
EnableASPDebugging = "false"