Skip to content

Commit

Permalink
3.1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KaleidonKep99 committed May 14, 2016
1 parent d5cccd8 commit 2d72db9
Show file tree
Hide file tree
Showing 22 changed files with 719 additions and 1,087 deletions.
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*.suo
*.suo
*.tmp
keppydrvcfg2/
/*.dll
/*.exe
/*.opensdf
Expand All @@ -11,8 +10,8 @@ keppydrvcfg2/
/*.user
/*.vcxproj.user
/Debug
/Release
/ipch
/KeppyDriverConfigurator/KeppyDriverConfigurator/bin
/KeppyDriverConfigurator/KeppyDriverConfigurator/obj
/KeppyDrv/*.dll
/KeppyDrv/*.exe
/KeppyDrv/*.exp
Expand Down Expand Up @@ -49,12 +48,11 @@ keppydrvcfg2/
/KeppyDrvWasapi/out
/KeppyDrvWasapi/output
/KeppyDrvWasapi/x64
/Release
/ipch
/keppydrvconfig
/KeppyDriverConfigurator/KeppyDriverConfigurator/bin
/KeppyDriverConfigurator/KeppyDriverConfigurator/obj
/output/*.config
/output/*.dll
/output/*.exe
/output/*.manifest
/output/*.pdb
/output/*.xml
Expand All @@ -73,4 +71,7 @@ README.txt
git_ver.h
keppydrv.exe
keppydrvcfg2.v12.suo
keppydrvcfg2.v12.suo
keppydrvcfg2.v12.suo
keppydrvcfg2/
output/KeppyDriverConfigurator.exe
output/KeppyDriverConfigurator.vshost.exe
2 changes: 1 addition & 1 deletion KeppyDriverConfigurator/KeppyDriverConfigurator/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<configuration>
<startup>

<supportedRuntime version="v2.0.50727"/></startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KeppyDriverConfigurator</RootNamespace>
<AssemblyName>KeppyDriverConfigurator</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
Expand Down Expand Up @@ -90,18 +90,18 @@
<Compile Include="KeppyDriverInformation.Designer.cs">
<DependentUpon>KeppyDriverInformation.cs</DependentUpon>
</Compile>
<Compile Include="KeppyDriverMIDIOutSelectorWin.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="KeppyDriverMIDIOutSelectorWin.Designer.cs">
<DependentUpon>KeppyDriverMIDIOutSelectorWin.cs</DependentUpon>
</Compile>
<Compile Include="KeppyDriverOutputWAVDir.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="KeppyDriverOutputWAVDir.Designer.cs">
<DependentUpon>KeppyDriverOutputWAVDir.cs</DependentUpon>
</Compile>
<Compile Include="KeppyDriverUpdater.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="KeppyDriverUpdater.Designer.cs">
<DependentUpon>KeppyDriverUpdater.cs</DependentUpon>
</Compile>
<Compile Include="MIDI\Interop\Constants.cs" />
<Compile Include="MIDI\Interop\Functions.cs" />
<Compile Include="MIDI\Interop\Structures.cs" />
Expand All @@ -124,12 +124,12 @@
<EmbeddedResource Include="KeppyDriverInformation.resx">
<DependentUpon>KeppyDriverInformation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="KeppyDriverMIDIOutSelectorWin.resx">
<DependentUpon>KeppyDriverMIDIOutSelectorWin.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="KeppyDriverOutputWAVDir.resx">
<DependentUpon>KeppyDriverOutputWAVDir.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="KeppyDriverUpdater.resx">
<DependentUpon>KeppyDriverUpdater.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down

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

Loading

0 comments on commit 2d72db9

Please sign in to comment.