Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.o
*.tmp
*.bin
*.bin
bin
obj
.vs
25 changes: 25 additions & 0 deletions Executable.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "noruntime", "source\noruntime.csproj", "{BF2D0032-2C24-4527-AE52-54A679B15D9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF2D0032-2C24-4527-AE52-54A679B15D9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF2D0032-2C24-4527-AE52-54A679B15D9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF2D0032-2C24-4527-AE52-54A679B15D9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF2D0032-2C24-4527-AE52-54A679B15D9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56486BA0-B053-49F2-BD72-F1A9E95FD7EE}
EndGlobalSection
EndGlobal
33 changes: 0 additions & 33 deletions Makefile

This file was deleted.

Loading