Skip to content

Commit

Permalink
Create project
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Dec 16, 2022
1 parent 81e94b1 commit a059678
Show file tree
Hide file tree
Showing 5 changed files with 970 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Byter.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Byter", "src\Byter.csproj", "{DB24D6A9-19AF-4E5B-A430-988D96DFE25D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ByterTest", "test\ByterTest.csproj", "{6E5B2E1F-BF0A-4B4A-9D7A-8135C3AA9400}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB24D6A9-19AF-4E5B-A430-988D96DFE25D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB24D6A9-19AF-4E5B-A430-988D96DFE25D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB24D6A9-19AF-4E5B-A430-988D96DFE25D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB24D6A9-19AF-4E5B-A430-988D96DFE25D}.Release|Any CPU.Build.0 = Release|Any CPU
{6E5B2E1F-BF0A-4B4A-9D7A-8135C3AA9400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E5B2E1F-BF0A-4B4A-9D7A-8135C3AA9400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E5B2E1F-BF0A-4B4A-9D7A-8135C3AA9400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E5B2E1F-BF0A-4B4A-9D7A-8135C3AA9400}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading

0 comments on commit a059678

Please sign in to comment.