summaryrefslogtreecommitdiff
path: root/Source/Basetypes/Basetypes.csproj
diff options
context:
space:
mode:
authorGravatar Dietrich <dgeisler50@gmail.com>2015-04-17 11:55:39 -0600
committerGravatar Dietrich <dgeisler50@gmail.com>2015-04-17 11:55:39 -0600
commitea068f2bddb4be2eb4827f75418f46f52fd3a1f9 (patch)
tree0c4bd7a69324fb0fe081209dd9788f7fd58c40dc /Source/Basetypes/Basetypes.csproj
parent806c64ca4b15898e783fef5e31f5a8f700a2612a (diff)
Added the fp32 class, copied from the previously existing BigDec class. No significant changes from BigDec have been made
Diffstat (limited to 'Source/Basetypes/Basetypes.csproj')
-rw-r--r--Source/Basetypes/Basetypes.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Basetypes/Basetypes.csproj b/Source/Basetypes/Basetypes.csproj
index 8e6310e6..fea8eebc 100644
--- a/Source/Basetypes/Basetypes.csproj
+++ b/Source/Basetypes/Basetypes.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -34,7 +34,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile Condition=" '$(OS)' == 'Windows_NT'" >Client</TargetFrameworkProfile>
+ <TargetFrameworkProfile Condition=" '$(OS)' == 'Windows_NT'">Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -163,6 +163,7 @@
</Compile>
<Compile Include="BigDec.cs" />
<Compile Include="BigNum.cs" />
+ <Compile Include="fp32.cs" />
<Compile Include="Rational.cs" />
<Compile Include="Set.cs" />
</ItemGroup>
@@ -200,4 +201,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
+</Project> \ No newline at end of file