Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Fixing VS project paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed Apr 12, 2020
1 parent 7d6050a commit 0762225
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Disks/PixelVisionOS/System/Tools/WorkspaceTool/saves.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"GameChip":
{
"savedData":{
"lastPath": "/Workspace/MyFirstGame/",
"selection": "0",
"lastPath": "/Workspace/",
"selection": "2",
"scrollPos": "0",
"sessionID": "202004120701182648"
"sessionID": "202004120919107292"
}
}
}
2 changes: 1 addition & 1 deletion Runners/GameRunner/GameRunner.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9030D2E9-3B2C-47D9-8AF0-82874CB00C24}</ProjectGuid>
<ProjectGuid>{67DDBF2E-24FE-4DE0-9D94-4A1B7B198255}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GameRuner</RootNamespace>
Expand Down
4 changes: 2 additions & 2 deletions Runners/PixelVision8/PixelVision8Runner.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CC887541-6129-484B-8122-009F54E21AD1}</ProjectGuid>
<ProjectGuid>{B67064F5-4402-44F7-A756-86678B8E121F}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PixelVision8</RootNamespace>
Expand Down Expand Up @@ -174,4 +174,4 @@
<Import Project="..\..\SDK\PixelVision8.Workspace.projitems" Label="Shared" />
<Import Project="..\..\SDK\PixelVision8.SDK.projitems" Label="Shared" />
<Import Project="..\..\SDK\PixelVision8.Lua.projitems" Label="Shared" />
</Project>
</Project>

0 comments on commit 0762225

Please sign in to comment.