Skip to content

Commit

Permalink
Lazy with commits, the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyAdshead committed Feb 14, 2019
1 parent 8cabc65 commit 2610702
Show file tree
Hide file tree
Showing 13 changed files with 870 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bin/
obj/
Chup-8.sln.DotSettings.user
Chup-8.csproj.user
packages/
7 changes: 7 additions & 0 deletions Chup-8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,19 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Chup8.cs" />
<Compile Include="Fonts.cs" />
<Compile Include="OpCode.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Chup_OGL\Chup_OGL.csproj">
<Project>{62639432-a4d4-4a78-bac4-eda9a6ee3bd0}</Project>
<Name>Chup_OGL</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
6 changes: 6 additions & 0 deletions Chup-8.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chup-8", "Chup-8.csproj", "{474ED285-A946-422D-B19B-9148FA5443A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chup_OGL", "Chup_OGL\Chup_OGL.csproj", "{62639432-A4D4-4A78-BAC4-EDA9A6EE3BD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +17,10 @@ Global
{474ED285-A946-422D-B19B-9148FA5443A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{474ED285-A946-422D-B19B-9148FA5443A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{474ED285-A946-422D-B19B-9148FA5443A0}.Release|Any CPU.Build.0 = Release|Any CPU
{62639432-A4D4-4A78-BAC4-EDA9A6EE3BD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62639432-A4D4-4A78-BAC4-EDA9A6EE3BD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62639432-A4D4-4A78-BAC4-EDA9A6EE3BD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62639432-A4D4-4A78-BAC4-EDA9A6EE3BD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 2610702

Please sign in to comment.