Skip to content

Commit

Permalink
Added structure back
Browse files Browse the repository at this point in the history
  • Loading branch information
HiceS committed Jun 18, 2018
1 parent 6f1a34d commit 81245ad
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -26,3 +26,23 @@ Synthesis is comprised of 4 separate components that are mostly developed indepe
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. This way, we can ensure that there is no overlap between contributions and internal development work. You may contact us at frc@autodesk.com.

When ready to contribute, just submit a pull request and be sure to include a clear and detailed description of the changes you've made so that we can verify them and eventually merge.

## Directory Structure

In order to achieve maximum user satisfaction we can insert all of the code into a single repository and
then follow up with constant commits while using
the issue tracker and tags for the major build
versions, the entire team would transfer to this
version of git in order to best benefit the
community. We plan to include all of the current
repositories into a single repository by making
sub directories and more specific READMEs to
direct the users on how to make pull requests
and fork properly. This would also be configured
with recursive build files for easy access to the
built executables.

Below are some examples I
made on how to achieve this properly:

![Directory Structure](https://cloud.githubusercontent.com/assets/6741771/16959078/360a5042-4d98-11e6-904b-bf5f636f2430.png)
20 changes: 20 additions & 0 deletions exporters/Aardvark-Libraries/SimulatorFileIO/SimulatorAPI.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimulatorAPI", "SimulatorAPI.csproj", "{52DC911D-AD5D-4D01-9FC1-22AAADA97740}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Benchmark|Any CPU = Benchmark|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52DC911D-AD5D-4D01-9FC1-22AAADA97740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52DC911D-AD5D-4D01-9FC1-22AAADA97740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52DC911D-AD5D-4D01-9FC1-22AAADA97740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52DC911D-AD5D-4D01-9FC1-22AAADA97740}.Release|Any CPU.Build.0 = Release|Any CPU
{52DC911D-AD5D-4D01-9FC1-22AAADA97740}.Benchmark|Any CPU.ActiveCfg = Benchmark|Any CPU
{52DC911D-AD5D-4D01-9FC1-22AAADA97740}.Benchmark|Any CPU.Build.0 = Benchmark|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit 81245ad

Please sign in to comment.