xenolightning / AudioSwitcher_v1

Version 1 of Audio Switcher
Microsoft Public License
894 stars 90 forks source link

Documentation #2147

Closed cOborski closed 8 months ago

cOborski commented 7 years ago

Do you guys have any further documentation or a getting started guide as far as developing using your source code?

xenolightning commented 7 years ago

No official getting started guide for the Audio Switcher project, it's on the list of things to do. And include it in the readme.

The project is pretty simple and the requirements are low.

Visual Studio 2010+ .NET 4.5.2 SDK Windows 7+ (works on Vista, but realisticly who uses that anymore!)

It should just open and build, nothing special regarding configuration.

Coding style is close to, if not, Microsoft's C# coding style guides. Follow the existing style if you're not sure.

https://msdn.microsoft.com/en-us/library/ff926074.aspx

cOborski commented 7 years ago

One more quick question, is fourtyone.pfx password protected? The import keeps failing.

xenolightning commented 7 years ago

Yeah, that's for signing the release version.

Only used in the packaging and deployment of the app. You won't need to install the key to do development.