aboutsummaryrefslogtreecommitdiff
path: root/HelloApp/HelloApp.fsproj
diff options
context:
space:
mode:
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