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

View File

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