summaryrefslogtreecommitdiff
path: root/Jennisys/Jennisys.fsproj
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-04-07 18:33:22 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2011-04-07 18:33:22 -0700
commit52275bb43cffab6c261f99f737960ba230a420db (patch)
tree917e81d0ce656d2ce2e860d0540ddeeb859d836a /Jennisys/Jennisys.fsproj
parent79a46755ba3768ce489db9188fb66e6285de82a5 (diff)
Jennisys: Parse and print
Diffstat (limited to 'Jennisys/Jennisys.fsproj')
-rw-r--r--Jennisys/Jennisys.fsproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jennisys/Jennisys.fsproj b/Jennisys/Jennisys.fsproj
index 831c56fc..372b8703 100644
--- a/Jennisys/Jennisys.fsproj
+++ b/Jennisys/Jennisys.fsproj
@@ -8,7 +8,7 @@
<ProjectGuid>{f2ff4b3a-2fe8-474a-88df-6950f7d78908}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Language</RootNamespace>
- <AssemblyName>Language</AssemblyName>
+ <AssemblyName>Jennisys</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<Name>Language</Name>
@@ -56,6 +56,7 @@
<FsLex Include="Lexer.fsl">
<OtherFlags>--unicode</OtherFlags>
</FsLex>
+ <Compile Include="Printer.fs" />
<Compile Include="Jennisys.fs" />
</ItemGroup>
<ItemGroup>
@@ -66,6 +67,7 @@
<Reference Include="FSharp.Core" />
<Reference Include="System" />
<Reference Include="System.Core" />
+ <Reference Include="System.Numerics" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.