Skip to content

Commit

Permalink
non source code files
Browse files Browse the repository at this point in the history
  • Loading branch information
JDziurlaj committed Apr 30, 2019
1 parent 802105c commit 2bf25b5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*.xsd
*.xml
*.xsl
*.sch
*.swp
*.*~
project.lock.json
Expand Down
19 changes: 19 additions & 0 deletions CdfTools.Tests/CdfTools.Tests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CdfTools\CdfTools.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions CdfTools/CdfValidator.csproj → CdfTools/CdfTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="Colorful.Console" Version="1.2.9" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.11" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion CdfValidator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CdfValidator", "CdfTools\CdfValidator.csproj", "{50D1F743-698E-41A0-887D-A8E2727C529F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CdfValidator", "CdfTools\CdfTools.csproj", "{50D1F743-698E-41A0-887D-A8E2727C529F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CdfTools.Tests", "CdfTools.Tests\CdfTools.Tests.csproj", "{BB62A6B2-8651-4961-9E40-344EDDBB3497}"
EndProject
Expand Down

0 comments on commit 2bf25b5

Please sign in to comment.