aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/ShiftOS.vbproj
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-04-06 11:11:57 -0400
committerTheUltimateHacker <[email protected]>2015-04-06 11:11:57 -0400
commit3519e197a21e38166cd1be3c100f90bfe20f249b (patch)
treee61f82442387015de209f8ea977032473b73b5f6 /ShiftOS/ShiftOS.vbproj
parentecb1dbd33a0eb78178b6cddb8c1fcef97d51204d (diff)
downloadshiftos-3519e197a21e38166cd1be3c100f90bfe20f249b.tar.gz
shiftos-3519e197a21e38166cd1be3c100f90bfe20f249b.tar.bz2
shiftos-3519e197a21e38166cd1be3c100f90bfe20f249b.zip
Huge bug fixes
This commit fixes some major bugs, atleast I hope so, that caused ShiftOS to be unplayable. The bugs I'm talking about are the inability to find the xulrunner, MichaelsMovableControls.dll, and SkyBound.Gecko.dll files. I also fixed a minor bug where when .smf files are loaded in the File Skimmer or Desktop, the modloader would read the code rather than opening the file.
Diffstat (limited to 'ShiftOS/ShiftOS.vbproj')
-rw-r--r--ShiftOS/ShiftOS.vbproj4
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" />