Skip to content

Commit

Permalink
Merge pull request #20 from dsdude123/upcoming-1.0
Browse files Browse the repository at this point in the history
Version 1.0 Changes
  • Loading branch information
dsdude123 authored Mar 14, 2021
2 parents f961c99 + 2b91685 commit 339b005
Show file tree
Hide file tree
Showing 32 changed files with 927 additions and 606 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,5 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
/MigrationBackup/2d4660d8/GroovyRPCore
12 changes: 9 additions & 3 deletions GroovyRP.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroovyRP", "GroovyRP\GroovyRP.csproj", "{45926D2D-EEDD-488A-B2F6-3C93A87A0BC2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroovyRPCore", "GroovyRPCore\GroovyRPCore.csproj", "{45926D2D-EEDD-488A-B2F6-3C93A87A0BC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroovyRPHelper", "GroovyRPHelper\GroovyRPHelper.csproj", "{FA68302A-429D-437C-840C-FA157247D9DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,6 +17,10 @@ Global
{45926D2D-EEDD-488A-B2F6-3C93A87A0BC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45926D2D-EEDD-488A-B2F6-3C93A87A0BC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45926D2D-EEDD-488A-B2F6-3C93A87A0BC2}.Release|Any CPU.Build.0 = Release|Any CPU
{FA68302A-429D-437C-840C-FA157247D9DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA68302A-429D-437C-840C-FA157247D9DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA68302A-429D-437C-840C-FA157247D9DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA68302A-429D-437C-840C-FA157247D9DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
18 changes: 0 additions & 18 deletions GroovyRP/App.config

This file was deleted.

Binary file removed GroovyRP/openedfilesview/OpenedFilesView.chm
Binary file not shown.
Binary file removed GroovyRP/openedfilesview/OpenedFilesView.exe
Binary file not shown.
Loading

0 comments on commit 339b005

Please sign in to comment.