Skip to content

Commit 686f04c

Browse files
committed
Rename EDSTest EDSEditorGUI - directory and all occurrences in files
1 parent fcc4f7c commit 686f04c

88 files changed

Lines changed: 17 additions & 17 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/libEDSsharp/obj
22
/libEDSsharp/bin
3-
/EDSTest/obj
4-
/EDSTest/bin
3+
/EDSEditorGUI/obj
4+
/EDSEditorGUI/bin
55
/Cia306Tester/obj
66
/libEDSsharp/bin
77
/*.suo
88
/libEDSsharp/obj
9-
/EDSTest/obj/Release
10-
/EDSTest/bin/Release
11-
/.vs/EDSTest/v14/*.suo
9+
/EDSEditorGUI/obj/Release
10+
/EDSEditorGUI/bin/Release
11+
/.vs/EDSEditorGUI/v14/*.suo
1212
/.vs/EDSEditor/v14/*.suo
1313
edseditor-Setup.exe
1414
/Tests/bin
@@ -19,7 +19,7 @@ edseditor-Setup.exe
1919
/EDSSharp/bin/Debug
2020
/EDSSharp/obj
2121
/EDSSharp/bin/Release
22-
/EDSTest/bin/*.zip
22+
/EDSEditorGUI/bin/*.zip
2323
/Backup
2424
/SourceGrid_4.21
2525
/packages/

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ notifications:
99
- secure: "FId7MhkC2Fq8T9ETn5XrWw1STQusuhR7MbOz/YaCPLAvxvo4pPMyGKVu+1urrbvS9eW+o15xqL0dZow2/JG+6vxPgQIyHBcJT0LYfLROrHC22DhR2oydPO0Y4wejxWwcj4LzAXrI/09zynbX6tWphMM0MVbLRKL+WpJRVhAsCHB2FXHZxF2uT6774J+7dEpY2gtW676ShO4gU7DmD/bEOgasyvDqtpGtM4bxEQJubJr4iaUlxvGlQ8CJyBXfBxcviL5ufMjJxGmuDYHzKu2pxN1v6adfRA53CrgSlb2JIx+ubNx/xGJQN+XeGrnA6aRU15CE/6iC8qZ6CW5FBfcCESp6/JPpVeom3WHbYoXZBQbAOXDuLg+zHxF5N4kwSuZLapOcfIm7wppVlrSbY6cUZ5cNUnbVCfml+1BGC6R1++80wOaBG6g/IkHsbo3ZMtqibutg2BDEYoJeFq0GORySYPp5MTt2+iuKngLjtY4z9q2RWF+0e9/5rcYkUysUT7M0pP9SmKnI3Xvyxl853KY4xH7IiN+hZ4qoAGw4yQKJggPtUka9zihCxnxDyDOKnf6XVcZrPFucW2k2qwwZI9BMX5thNi2sB/3pAcA0kRC7yOGwLWLY21sTObB5QpDKJKeDYK1n9iss+xyIV2OoD7vwTw+sIeFFTTxyWA50AIdtmYU="
1010

1111
before_deploy:
12-
- cp $TRAVIS_BUILD_DIR/EDSSharp/bin/Release/EDSSharp.* $TRAVIS_BUILD_DIR/EDSTest/bin/Release/
13-
- cd $TRAVIS_BUILD_DIR/EDSTest/bin/Release/
12+
- cp $TRAVIS_BUILD_DIR/EDSSharp/bin/Release/EDSSharp.* $TRAVIS_BUILD_DIR/EDSEditorGUI/bin/Release/
13+
- cd $TRAVIS_BUILD_DIR/EDSEditorGUI/bin/Release/
1414
- zip -r $TRAVIS_BUILD_DIR/build/OpenEDSEditor-latest.zip *
1515
- cd $TRAVIS_BUILD_DIR
1616

EDSEditor.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.28307.329
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EDSEditorGUI", "EDSTest\EDSEditorGUI.csproj", "{13D2D8ED-242B-4283-BF14-AA79FE875F7C}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EDSEditorGUI", "EDSEditorGUI\EDSEditorGUI.csproj", "{13D2D8ED-242B-4283-BF14-AA79FE875F7C}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libEDSsharp", "libEDSsharp\libEDSsharp.csproj", "{CC0FA4B1-2BFC-43B3-8C56-B428DF2D24E7}"
99
EndProject

0 commit comments

Comments
 (0)