Browse Source

special functions: fix native build (missing links)

Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
pull/2/head
Christoph Ruegg 17 years ago
parent
commit
6357037460
  1. 8
      src/Native/Native.csproj

8
src/Native/Native.csproj

@ -94,7 +94,7 @@
</Compile>
<Compile Include="..\Managed\Precision.cs">
<Link>Precision.cs</Link>
</Compile>
</Compile>
<Compile Include="..\Managed\Properties\Resources.Designer.cs">
<Link>Properties\Resources.Designer.cs</Link>
</Compile>
@ -104,6 +104,12 @@
<Compile Include="..\Managed\SiPrefixes.cs">
<Link>SiPrefixes.cs</Link>
</Compile>
<Compile Include="..\Managed\SpecialFunctions.cs">
<Link>SpecialFunctions.cs</Link>
</Compile>
<Compile Include="..\Managed\SpecialFunctions\Erf.cs">
<Link>SpecialFunctions\Erf.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save