Skip to content

Commit 8b89575

Browse files
committed
Update OWL2DTDL to build to external Ontology project
1 parent 2d97480 commit 8b89575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
1313
"program": "${workspaceFolder}/OWL2DTDL/bin/Debug/netcoreapp3.1/OWL2DTDL.dll",
14-
"args": ["-u","https://w3id.org/rec/full/3.3/","-o","${workspaceFolder}/Ontology","-i","RecIgnoredNames.csv","-s","rec_3_3"],
14+
"args": ["-u","https://w3id.org/rec/full/3.3/","-o","${workspaceFolder}/../opendigitaltwins-building/Ontology","-i","RecIgnoredNames.csv","-s","rec_3_3"],
1515
"cwd": "${workspaceFolder}/OWL2DTDL",
1616
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
1717
"console": "internalConsole",

OWL2DTDL/OWL2DTDL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
99
<StartAction>Project</StartAction>
10-
<StartArguments>-u https://w3id.org/rec/full/3.3/ -i ./RecIgnoredNames.csv -o ../Ontology/</StartArguments>
10+
<StartArguments>-u https://w3id.org/rec/full/3.3/ -i ./RecIgnoredNames.csv -s rec_3_3 -o /Users/karl/Documents/GitHub/Azure/opendigitaltwins-building/Ontology</StartArguments>
1111
<ExternalConsole>true</ExternalConsole>
1212
</PropertyGroup>
1313
<ItemGroup>

0 commit comments

Comments
 (0)