-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModelToRDF.sln
37 lines (37 loc) · 2.06 KB
/
ModelToRDF.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelToRdf", "ModelToRdf\ModelToRdf.csproj", "{0D6C72EB-92F2-4E80-B980-3FF6E5C1E63C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelToRdf.UnitTests", "ModelToRdf.UnitTests\ModelToRdf.UnitTests.csproj", "{257B72E3-621A-4613-BDA4-BD9C1F907253}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelToRdf.Wasm", "ModelToRdf.Wasm\ModelToRdf.Wasm.csproj", "{9F1FB327-EAEF-447B-A083-614D36616A03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D6C72EB-92F2-4E80-B980-3FF6E5C1E63C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D6C72EB-92F2-4E80-B980-3FF6E5C1E63C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D6C72EB-92F2-4E80-B980-3FF6E5C1E63C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D6C72EB-92F2-4E80-B980-3FF6E5C1E63C}.Release|Any CPU.Build.0 = Release|Any CPU
{257B72E3-621A-4613-BDA4-BD9C1F907253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257B72E3-621A-4613-BDA4-BD9C1F907253}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257B72E3-621A-4613-BDA4-BD9C1F907253}.Release|Any CPU.ActiveCfg = Release|Any CPU
{257B72E3-621A-4613-BDA4-BD9C1F907253}.Release|Any CPU.Build.0 = Release|Any CPU
{9F1FB327-EAEF-447B-A083-614D36616A03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F1FB327-EAEF-447B-A083-614D36616A03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F1FB327-EAEF-447B-A083-614D36616A03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F1FB327-EAEF-447B-A083-614D36616A03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0367399-9ACB-46C2-94EF-0DFDADC077FF}
EndGlobalSection
EndGlobal