Skip to content

Commit

Permalink
House keeping and project breaking changes
Browse files Browse the repository at this point in the history
* Rename executable to EDSEditor
* rename GUI project to EDSEditorGUI
* rename solution to EDSEditor
  • Loading branch information
robincornelius committed Nov 8, 2016
1 parent 558a3c4 commit b13156e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions EDSTest.sln → EDSEditor.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EDSTest", "EDSTest\EDSTest.csproj", "{13D2D8ED-242B-4283-BF14-AA79FE875F7C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EDSEditorGUI", "EDSTest\EDSEditorGUI.csproj", "{13D2D8ED-242B-4283-BF14-AA79FE875F7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libEDSsharp", "libEDSsharp\libEDSsharp.csproj", "{CC0FA4B1-2BFC-43B3-8C56-B428DF2D24E7}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion EDSTest/EDSTest.csproj → EDSTest/EDSEditorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ODEditor</RootNamespace>
<AssemblyName>EDSTest</AssemblyName>
<AssemblyName>EDSEditor</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand Down

0 comments on commit b13156e

Please sign in to comment.