aboutsummaryrefslogtreecommitdiff
path: root/HelloApp/HelloApp.fsproj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-02-04 22:23:23 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-02-04 22:27:29 +0100
commita8760944a08519edc0f74a33c396d5a6053de5e9 (patch)
tree36369db6b48f4f8a729077ce103fc5e2e062a145 /HelloApp/HelloApp.fsproj
Initial version.
Diffstat (limited to 'HelloApp/HelloApp.fsproj')
-rw-r--r--HelloApp/HelloApp.fsproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/HelloApp/HelloApp.fsproj b/HelloApp/HelloApp.fsproj
new file mode 100644
index 0000000..54be4a7
--- /dev/null
+++ b/HelloApp/HelloApp.fsproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.0</TargetFramework>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="Program.fs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\HelloLib\HelloLib.fsproj" />
+ <ProjectReference Include="..\HelloGrpc\HelloGrpc.csproj" />
+ </ItemGroup>
+</Project> \ No newline at end of file