Skip to content

Latest commit

 

History

History
80 lines (51 loc) · 2.38 KB

README.md

File metadata and controls

80 lines (51 loc) · 2.38 KB

AutoMix Software

This project aims to create a virtual and intelligent DJ to help customers create their own mix so they can enjoy any music without interruption.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
See deployment for notes on how to build and deploy the project on a live system.

Prerequisites

This project was developed in C# and .NET under Microsoft Visual Studio 2017. No plugins are required.

Get Visual Studio here.

Installing

Clone the repository on your computer.

git clone https://github.com/LesProjecteurs/AutomixSoftware.git

Open solution in Visual Studio.

File > Open > Project/Solution > "[...]/Automix Software.sln"

Run solution in Debug mode and under Any CPU architecture.


Deployment

Open a command prompt for Visual Studio and navigate to the Automix Software folder in the repository.

msbuild /m /nologo /p:Configuration=Release;Platform="Any CPU" "Automix Software.sln"

The .exe file will be built in the Release directory.


Built With


Contributing

Please read CONTRIBUTING.md for details on our coding style, and the process for submitting merge requests to us.


Authors


License

Copyright (C) 2016 - 2021 LesProjecteurs

LesProjecteurs is a partnership between Maxime STEVENOT, Guillaume HANNES, Jordan ERNULT, Louis CARLIER & Pierre GABON.

This project is licensed under MIT License - see the LICENSE file for details.