From 1cc9ab14999820b84b91df25572bfcb22e889908 Mon Sep 17 00:00:00 2001 From: Sean Chapman Date: Tue, 26 Nov 2013 22:44:29 +1300 Subject: [PATCH] Project Setup --- .gitattributes | 63 +++++++++++++++++++++++++++++++++++ AudioSwitcher.AudioApi.csproj | 57 +++++++++++++++++++++++++++++++ AudioSwitcher.AudioApi.sln | 20 +++++++++++ Class1.cs | 11 ++++++ Properties/AssemblyInfo.cs | 36 ++++++++++++++++++++ 5 files changed, 187 insertions(+) create mode 100644 .gitattributes create mode 100644 AudioSwitcher.AudioApi.csproj create mode 100644 AudioSwitcher.AudioApi.sln create mode 100644 Class1.cs create mode 100644 Properties/AssemblyInfo.cs diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/AudioSwitcher.AudioApi.csproj b/AudioSwitcher.AudioApi.csproj new file mode 100644 index 0000000..ec051fb --- /dev/null +++ b/AudioSwitcher.AudioApi.csproj @@ -0,0 +1,57 @@ + + + + + Debug + AnyCPU + {3A60C5E8-AE91-437D-93AC-857593D7E2E6} + Library + Properties + AudioSwitcher.AudioApi + AudioSwitcher.AudioApi + v4.0 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AudioSwitcher.AudioApi.sln b/AudioSwitcher.AudioApi.sln new file mode 100644 index 0000000..3cd110d --- /dev/null +++ b/AudioSwitcher.AudioApi.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioSwitcher.AudioApi", "AudioSwitcher.AudioApi.csproj", "{3A60C5E8-AE91-437D-93AC-857593D7E2E6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3A60C5E8-AE91-437D-93AC-857593D7E2E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3A60C5E8-AE91-437D-93AC-857593D7E2E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3A60C5E8-AE91-437D-93AC-857593D7E2E6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3A60C5E8-AE91-437D-93AC-857593D7E2E6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Class1.cs b/Class1.cs new file mode 100644 index 0000000..826eb2e --- /dev/null +++ b/Class1.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace AudioSwitcher.AudioApi +{ + public class Class1 + { + } +} diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c19ae69 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("AudioSwitcher.AudioApi")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("AudioSwitcher.AudioApi")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("256dd4bf-07af-4335-b9f5-c0702ee870e9")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")]