Added Editor scripts

.dll files auto compile into DunGenPlus folder
This commit is contained in:
LadyAliceMargatroid 2024-09-10 20:06:05 -07:00
parent 99d9d7ae1e
commit 894645d85c
7 changed files with 186 additions and 1 deletions

View file

@ -5,6 +5,8 @@ VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DunGenPlus", "DunGenPlus\DunGenPlus.csproj", "{13CDE60E-1975-463B-9DA1-CCB3F3EBABD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DunGenPlusEditor", "DunGenPlusEditor\DunGenPlusEditor.csproj", "{D3F32D4B-49DA-46D2-A408-000D4B2513EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -15,6 +17,10 @@ Global
{13CDE60E-1975-463B-9DA1-CCB3F3EBABD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13CDE60E-1975-463B-9DA1-CCB3F3EBABD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13CDE60E-1975-463B-9DA1-CCB3F3EBABD8}.Release|Any CPU.Build.0 = Release|Any CPU
{D3F32D4B-49DA-46D2-A408-000D4B2513EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3F32D4B-49DA-46D2-A408-000D4B2513EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3F32D4B-49DA-46D2-A408-000D4B2513EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3F32D4B-49DA-46D2-A408-000D4B2513EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE