Skip to content

Commit

Permalink
Enable checking against a schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olympic1 committed Nov 22, 2017
1 parent 724d3e9 commit 8680a5a
Show file tree
Hide file tree
Showing 5 changed files with 478 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Core/CKAN-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\_build\lib\nuget\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema, Version=9.10.6.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>..\_build\lib\nuget\NJsonSchema.9.10.6\lib\net45\NJsonSchema.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net" />
<Reference Include="System.Transactions" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -132,10 +136,12 @@
<Compile Include="Win32Registry.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="builds.json" />
<EmbeddedResource Include="CKAN.schema" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild">
Expand Down
Loading

0 comments on commit 8680a5a

Please sign in to comment.