Skip to content

Commit

Permalink
moved sample runner to a second profile on the dualityeditor project (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax authored Jun 24, 2020
1 parent b43d359 commit abe9e13
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
7 changes: 0 additions & 7 deletions Duality.sln
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks.Sample.Core", "S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DualityPhysics", "Source\Core\Physics\DualityPhysics.csproj", "{5CA66347-C3DA-47DA-B07B-E2B89E6E712A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleRunner", "Samples\SampleRunner\SampleRunner.csproj", "{A9B86395-ED96-4695-8A18-548301524B42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DualityTemplates", "Source\DualityTemplates\DualityTemplates.csproj", "{3AB26D57-70D9-40DE-B12D-6B1489035805}"
EndProject
Global
Expand Down Expand Up @@ -258,10 +256,6 @@ Global
{5CA66347-C3DA-47DA-B07B-E2B89E6E712A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CA66347-C3DA-47DA-B07B-E2B89E6E712A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CA66347-C3DA-47DA-B07B-E2B89E6E712A}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B86395-ED96-4695-8A18-548301524B42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B86395-ED96-4695-8A18-548301524B42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B86395-ED96-4695-8A18-548301524B42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B86395-ED96-4695-8A18-548301524B42}.Release|Any CPU.Build.0 = Release|Any CPU
{3AB26D57-70D9-40DE-B12D-6B1489035805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AB26D57-70D9-40DE-B12D-6B1489035805}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AB26D57-70D9-40DE-B12D-6B1489035805}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -311,7 +305,6 @@ Global
{D220795D-8A59-432F-A8EC-CE9143DD07D5} = {9D215950-8E34-4070-914F-7B7D8A54ED6C}
{165D83B8-EAE8-4CDC-9003-E595D4225B8F} = {9D215950-8E34-4070-914F-7B7D8A54ED6C}
{5CA66347-C3DA-47DA-B07B-E2B89E6E712A} = {FC08D0D6-612E-4AD2-950C-8E9BA895D5D1}
{A9B86395-ED96-4695-8A18-548301524B42} = {9D215950-8E34-4070-914F-7B7D8A54ED6C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74E2A280-F2F3-400D-9CC2-7A91D6D3D15C}
Expand Down
9 changes: 0 additions & 9 deletions Samples/SampleRunner/Properties/launchSettings.json

This file was deleted.

7 changes: 0 additions & 7 deletions Samples/SampleRunner/SampleRunner.csproj

This file was deleted.

12 changes: 12 additions & 0 deletions Source/Editor/DualityEditor/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"profiles": {
"DualityEditor": {
"commandName": "Project"
},
"Debug Sample": {
"commandName": "Executable",
"executablePath": "$(SolutionDir)Build\\Output\\DualityEditor.exe",
"workingDirectory": "$(SolutionDir)Samples\\DualStickSpaceShooter\\Content"
}
}
}

0 comments on commit abe9e13

Please sign in to comment.