Skip to content

Commit

Permalink
#4 Implementace matematické knihovny
Browse files Browse the repository at this point in the history
-forgotten file
  • Loading branch information
daliborjelinek committed Mar 24, 2017
1 parent 46ae164 commit e3d077e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Calculator/MathLibraryTests/MathLibraryTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AdvancedMethods\LogarithmTest.cs" />
<Compile Include="AdvancedMethods\NegationTest.cs" />
<Compile Include="AdvancedMethods\RootTest.cs" />
<Compile Include="AdvancedMethods\PowerTest.cs" />
<Compile Include="AdvancedMethods\FactorialTest.cs" />
Expand All @@ -78,6 +79,9 @@
<Name>MathLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down

0 comments on commit e3d077e

Please sign in to comment.