Skip to content

Commit

Permalink
Src reform
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaexplorer74 committed Apr 30, 2023
1 parent 04b96b5 commit 810bb29
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ bin/
obj/
.vs/
x64/
x32/
arm/
*.bak
Binary file modified .vs/ProjectEvaluation/wpr.metadata.v7.bin
Binary file not shown.
Binary file modified .vs/ProjectEvaluation/wpr.projects.v7.bin
Binary file not shown.
Binary file modified .vs/WPR/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file modified .vs/WPR/v17/.futdcache.v2
Binary file not shown.
Binary file modified .vs/WPR/v17/.suo
Binary file not shown.
Binary file modified .vs/WPR/v17/fileList.bin
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This is only my little "Avalonia Android/Desktop framework" research + micro-dev
- More installed mini-games can start now... but not all... ehhhh! )
- Last WPR Desktop "dirty bugfixes" transferred (sync-ed) to WPR Android
- Zuma and Earthworm Jim game running ok at now... but some artifacts still present ;)
- Feed Me Oil game fixed a little (starts normally... but game process fails when I click the pipe!)


## Building
Expand Down
5 changes: 0 additions & 5 deletions UI/WPR.UI/WPR.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
<ProjectReference Include="$(SolutionDir)\Core\WPR\WPR.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Views\ApplicationItem.axaml.cs">
<DependentUpon>ApplicationItem.axaml</DependentUpon>
</Compile>
Expand Down

0 comments on commit 810bb29

Please sign in to comment.