-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first step in migrating to .NET Core * improve generating vocabs based on SIOC * make transformation work for Schema * appy new code generation to the rest of vocabs * remove Hydra.cs * recreate vocabulary cs before build * build only master * fix script command * run scripty from right working dir * tweak build * update metadata * set version in build * fix env variable * fix pack command * fix output path for pack command * make scripty part of build thanks @colin-young, it works :) * Revert "make scripty part of build" This reverts commit e734c0a. * and actually, it only works with MSBuild
- Loading branch information
Showing
28 changed files
with
404 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25420.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{A1582D21-98E2-4B73-97ED-5444FAE9116C}" | ||
ProjectSection(SolutionItems) = preProject | ||
appveyor.yml = appveyor.yml | ||
paket.dependencies = paket.dependencies | ||
paket.lock = paket.lock | ||
EndProjectSection | ||
EndProject | ||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Rdf.Vocabularies", "Rdf.Vocabularies\Rdf.Vocabularies.xproj", "{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B549D5C4-7D1D-4A62-87A9-6B0A2115AF59}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.