Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeents committed Sep 12, 2023
1 parent 90c4915 commit 5b4ef14
Show file tree
Hide file tree
Showing 20 changed files with 4,744 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Coder.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.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prompter", "Coder\Prompter.csproj", "{DD3E6F4C-042E-4511-929D-4477727CC879}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD3E6F4C-042E-4511-929D-4477727CC879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD3E6F4C-042E-4511-929D-4477727CC879}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD3E6F4C-042E-4511-929D-4477727CC879}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD3E6F4C-042E-4511-929D-4477727CC879}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34C3BEEE-190F-4786-8991-C75BDC4441AC}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions Coder/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
735 changes: 735 additions & 0 deletions Coder/Form1.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 5b4ef14

Please sign in to comment.