diff options
Diffstat (limited to 'ShiftOS/ShiftOS.vbproj')
| -rw-r--r-- | ShiftOS/ShiftOS.vbproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS/ShiftOS.vbproj b/ShiftOS/ShiftOS.vbproj index 841baf7..1429ea4 100644 --- a/ShiftOS/ShiftOS.vbproj +++ b/ShiftOS/ShiftOS.vbproj @@ -86,10 +86,10 @@ </PropertyGroup> <ItemGroup> <Reference Include="MichaelsMovableControlSuite"> - <HintPath>..\..\..\MovableControls\MichaelsMovableControlSuite\MichaelsMovableControlSuite\bin\Debug\MichaelsMovableControlSuite.dll</HintPath> + <HintPath>bin\debug\MichaelsMovableControlSuite.dll</HintPath> </Reference> <Reference Include="Skybound.Gecko"> - <HintPath>..\..\..\OrcWeb\OrcWeb\OrcWeb\Skybound.Gecko.dll</HintPath> + <HintPath>bin\debug\Skybound.Gecko.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> |
