Move things around to support building with Unity and VS from the same source
The root solution loads the projects inside the src folder and subfolders, and the GitHub.Unity project puts its output DLLS in the unity\TestProject folder, which serves as a Unity test project for the compiled DLLs. If we need to debug the code in Unity, the src\UnityExtension folder is also a Unity project, and Unity compiles the sources files in it, so everything should magically work. ignore rules for Unity and non-Unity projects are mutually exclusive (csproj files being ignored, DLLs allowed, .meta files being included in Unity projects), so we need to keep the Unity projects in a separate tree from the rest of the .net projects in order to easily have gitignore rules that work for both
Showing
- .gitignore 2 additions, 3 deletions.gitignore
- GitHub.Unity.sln 2 additions, 2 deletionsGitHub.Unity.sln
- common/GitHub.ruleset 0 additions, 0 deletionscommon/GitHub.ruleset
- lib/5.5/ICSharpCode.NRefactory.dll 0 additions, 0 deletionslib/5.5/ICSharpCode.NRefactory.dll
- lib/5.5/Mono.Cecil.Mdb.dll 0 additions, 0 deletionslib/5.5/Mono.Cecil.Mdb.dll
- lib/5.5/Mono.Cecil.Pdb.dll 0 additions, 0 deletionslib/5.5/Mono.Cecil.Pdb.dll
- lib/5.5/Mono.Cecil.dll 0 additions, 0 deletionslib/5.5/Mono.Cecil.dll
- lib/5.5/nunit.core.dll 0 additions, 0 deletionslib/5.5/nunit.core.dll
- lib/5.5/nunit.core.interfaces.dll 0 additions, 0 deletionslib/5.5/nunit.core.interfaces.dll
- lib/5.5/nunit.framework.dll 0 additions, 0 deletionslib/5.5/nunit.framework.dll
- src/.gitignore 278 additions, 1 deletionsrc/.gitignore
- src/GitHub.Unity/.gitignore 0 additions, 275 deletionssrc/GitHub.Unity/.gitignore
- src/IOTests/.gitignore 0 additions, 275 deletionssrc/IOTests/.gitignore
- src/IOTests/IOTests.csproj 1 addition, 1 deletionsrc/IOTests/IOTests.csproj
- src/UnityExtension/Assets/Editor/GitHub.Unity/Extensions/ActionExtensions.cs 0 additions, 0 deletions...Assets/Editor/GitHub.Unity/Extensions/ActionExtensions.cs
- src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj 5 additions, 6 deletions...yExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj
- src/UnityExtension/Assets/Editor/GitHub.Unity/Helpers/LineProcessor.cs 0 additions, 0 deletions...nsion/Assets/Editor/GitHub.Unity/Helpers/LineProcessor.cs
- src/UnityExtension/Assets/Editor/GitHub.Unity/Helpers/StringExtensions.cs 0 additions, 0 deletions...on/Assets/Editor/GitHub.Unity/Helpers/StringExtensions.cs
- src/UnityExtension/Assets/Editor/GitHub.Unity/IO/BaseOutputProcessor.cs 0 additions, 0 deletions...sion/Assets/Editor/GitHub.Unity/IO/BaseOutputProcessor.cs
- src/UnityExtension/Assets/Editor/GitHub.Unity/IO/BranchListOutputProcessor.cs 0 additions, 0 deletions...ssets/Editor/GitHub.Unity/IO/BranchListOutputProcessor.cs
Loading
Please register or sign in to comment