Skip to content

Commit

Permalink
Initial checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gelb committed Dec 28, 2017
1 parent a00943b commit 8d23e13
Show file tree
Hide file tree
Showing 90 changed files with 19,864 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CpuToYourEars.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 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CpuToYourEars", "CpuToYourEars\CpuToYourEars.csproj", "{BE9E02BB-0939-4AE7-84F4-EDAA78FE6505}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE9E02BB-0939-4AE7-84F4-EDAA78FE6505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE9E02BB-0939-4AE7-84F4-EDAA78FE6505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE9E02BB-0939-4AE7-84F4-EDAA78FE6505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE9E02BB-0939-4AE7-84F4-EDAA78FE6505}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B0A5D14-0F2C-4F83-B2E1-1B2C0A325FDF}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions CpuToYourEars/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.6.1" />
</startup>
</configuration>
Loading

0 comments on commit 8d23e13

Please sign in to comment.