diff options
Diffstat (limited to 'ShiftOS/ShiftOS.vbproj')
| -rw-r--r-- | ShiftOS/ShiftOS.vbproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS/ShiftOS.vbproj b/ShiftOS/ShiftOS.vbproj index 53a4a08..841baf7 100644 --- a/ShiftOS/ShiftOS.vbproj +++ b/ShiftOS/ShiftOS.vbproj @@ -35,7 +35,7 @@ <DebugType>full</DebugType> <DefineDebug>true</DefineDebug> <DefineTrace>true</DefineTrace> - <OutputPath>..\..\ShiftOS 0.0.8 RCs\</OutputPath> + <OutputPath>bin\debug\</OutputPath> <DocumentationFile> </DocumentationFile> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> @@ -88,6 +88,9 @@ <Reference Include="MichaelsMovableControlSuite"> <HintPath>..\..\..\MovableControls\MichaelsMovableControlSuite\MichaelsMovableControlSuite\bin\Debug\MichaelsMovableControlSuite.dll</HintPath> </Reference> + <Reference Include="Skybound.Gecko"> + <HintPath>..\..\..\OrcWeb\OrcWeb\OrcWeb\Skybound.Gecko.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> |
