Skip to content

Commit

Permalink
First version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxx53 committed Apr 9, 2020
1 parent 4d5aa22 commit 3c6b793
Show file tree
Hide file tree
Showing 17 changed files with 1,364 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/RS_ASIO_GUI.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 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RS_ASIO_GUI", "RS_ASIO_GUI\RS_ASIO_GUI.csproj", "{C105C19D-E44D-4480-B018-68533885BDCE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C105C19D-E44D-4480-B018-68533885BDCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C105C19D-E44D-4480-B018-68533885BDCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C105C19D-E44D-4480-B018-68533885BDCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C105C19D-E44D-4480-B018-68533885BDCE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7A54BD7-CF92-4AE1-9D87-7774648DAD53}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions src/RS_ASIO_GUI/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.5" />
</startup>
</configuration>
291 changes: 291 additions & 0 deletions src/RS_ASIO_GUI/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c6b793

Please sign in to comment.