-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from 0xbrock/develop
Develop
- Loading branch information
Showing
11 changed files
with
45 additions
and
27 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,26 @@ | ||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2008 | ||
|
||
Project("{F45767E5-704C-35FE-EC77-F0E3AE1BA59B}") = "HarrisonAlley", "Assembly-CSharp.csproj", "{23DD63B6-7DAE-6E5D-1FB2-4301E89E3AE1}" | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2015 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HarrisonAlley.CSharp", "HarrisonAlley.CSharp.csproj", "{D24D6369-6377-C4D6-E7A9-AF817917ACBB}" | ||
EndProject | ||
Project("{F45767E5-704C-35FE-EC77-F0E3AE1BA59B}") = "HarrisonAlley", "Assembly-CSharp-Editor.csproj", "{C7179F05-647A-4288-C489-5442A6F5AE9A}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HarrisonAlley.CSharp.Editor", "HarrisonAlley.CSharp.Editor.csproj", "{21E34F93-BB9B-F26B-16E0-B8BF5FD04531}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{23DD63B6-7DAE-6E5D-1FB2-4301E89E3AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{23DD63B6-7DAE-6E5D-1FB2-4301E89E3AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{23DD63B6-7DAE-6E5D-1FB2-4301E89E3AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{23DD63B6-7DAE-6E5D-1FB2-4301E89E3AE1}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{C7179F05-647A-4288-C489-5442A6F5AE9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C7179F05-647A-4288-C489-5442A6F5AE9A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C7179F05-647A-4288-C489-5442A6F5AE9A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C7179F05-647A-4288-C489-5442A6F5AE9A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{D24D6369-6377-C4D6-E7A9-AF817917ACBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{D24D6369-6377-C4D6-E7A9-AF817917ACBB}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{D24D6369-6377-C4D6-E7A9-AF817917ACBB}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{D24D6369-6377-C4D6-E7A9-AF817917ACBB}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{21E34F93-BB9B-F26B-16E0-B8BF5FD04531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{21E34F93-BB9B-F26B-16E0-B8BF5FD04531}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{21E34F93-BB9B-F26B-16E0-B8BF5FD04531}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{21E34F93-BB9B-F26B-16E0-B8BF5FD04531}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(MonoDevelopProperties) = preSolution | ||
StartupItem = Assembly-CSharp.csproj | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
m_EditorVersion: 5.4.2f1 | ||
m_EditorVersion: 5.4.1f1 | ||
m_StandardAssetsVersion: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters