Skip to content

Commit 469548b

Browse files
committed
Initial import
1 parent 4af9ff9 commit 469548b

50 files changed

Lines changed: 6328 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# Set default behavior for command prompt diff.
8+
#
9+
# This is need for earlier builds of msysgit that does not have it on by
10+
# default for csharp files.
11+
# Note: This is only used by command line
12+
###############################################################################
13+
#*.cs diff=csharp
14+
15+
###############################################################################
16+
# Set the merge driver for project and solution files
17+
#
18+
# Merging from the command prompt will add diff markers to the files if there
19+
# are conflicts (Merging from VS is not affected by the settings below, in VS
20+
# the diff markers are never inserted). Diff markers may cause the following
21+
# file extensions to fail to load in VS. An alternative would be to treat
22+
# these files as binary and thus will always conflict and require user
23+
# intervention with every merge. To do so, just uncomment the entries below
24+
###############################################################################
25+
#*.sln merge=binary
26+
#*.csproj merge=binary
27+
#*.vbproj merge=binary
28+
#*.vcxproj merge=binary
29+
#*.vcproj merge=binary
30+
#*.dbproj merge=binary
31+
#*.fsproj merge=binary
32+
#*.lsproj merge=binary
33+
#*.wixproj merge=binary
34+
#*.modelproj merge=binary
35+
#*.sqlproj merge=binary
36+
#*.wwaproj merge=binary
37+
38+
###############################################################################
39+
# behavior for image files
40+
#
41+
# image files are treated as binary by default.
42+
###############################################################################
43+
#*.jpg binary
44+
#*.png binary
45+
#*.gif binary
46+
47+
###############################################################################
48+
# diff behavior for common document formats
49+
#
50+
# Convert binary document formats to text before diffing them. This feature
51+
# is only available from the command line. Turn it on by uncommenting the
52+
# entries below.
53+
###############################################################################
54+
#*.doc diff=astextplain
55+
#*.DOC diff=astextplain
56+
#*.docx diff=astextplain
57+
#*.DOCX diff=astextplain
58+
#*.dot diff=astextplain
59+
#*.DOT diff=astextplain
60+
#*.pdf diff=astextplain
61+
#*.PDF diff=astextplain
62+
#*.rtf diff=astextplain
63+
#*.RTF diff=astextplain

BMB_USB.sln

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2005
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuzzPluginDriver", "BuzzPluginDriver\BuzzPluginDriver.csproj", "{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}"
7+
EndProject
8+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BMB_USB", "BMB_USB\BMB_USB.vbproj", "{085C4D06-B6E8-4ED3-A1F2-54E91996D719}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Debug|x64 = Debug|x64
14+
Debug|x86 = Debug|x86
15+
Release|Any CPU = Release|Any CPU
16+
Release|x64 = Release|x64
17+
Release|x86 = Release|x86
18+
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Debug|x64.ActiveCfg = Debug|Any CPU
23+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Debug|x64.Build.0 = Debug|Any CPU
24+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Debug|x86.ActiveCfg = Debug|Any CPU
25+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Debug|x86.Build.0 = Debug|Any CPU
26+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Release|x64.ActiveCfg = Release|Any CPU
29+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Release|x64.Build.0 = Release|Any CPU
30+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Release|x86.ActiveCfg = Release|Any CPU
31+
{E944CCBA-9557-4FF5-B126-65FFBECBD7FB}.Release|x86.Build.0 = Release|Any CPU
32+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Debug|x64.ActiveCfg = Debug|x64
35+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Debug|x64.Build.0 = Debug|x64
36+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Debug|x86.ActiveCfg = Debug|x86
37+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Debug|x86.Build.0 = Debug|x86
38+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Release|x64.ActiveCfg = Release|x64
41+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Release|x64.Build.0 = Release|x64
42+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Release|x86.ActiveCfg = Release|x86
43+
{085C4D06-B6E8-4ED3-A1F2-54E91996D719}.Release|x86.Build.0 = Release|x86
44+
EndGlobalSection
45+
GlobalSection(SolutionProperties) = preSolution
46+
HideSolutionNode = FALSE
47+
EndGlobalSection
48+
GlobalSection(ExtensibilityGlobals) = postSolution
49+
SolutionGuid = {48E91EC6-1642-4D33-A4CE-81066BC94D0D}
50+
EndGlobalSection
51+
EndGlobal

0 commit comments

Comments
 (0)