diff options
Diffstat (limited to 'Main/Main.csproj')
-rw-r--r-- | Main/Main.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Main/Main.csproj b/Main/Main.csproj new file mode 100644 index 0000000..dd85bc5 --- /dev/null +++ b/Main/Main.csproj @@ -0,0 +1,14 @@ +<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup>
+ <ProjectReference Include="..\..\Classes\Classes.csproj" />
+ <ProjectReference Include="..\Parser\Parser.csproj" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ <LangVersion>Latest</LangVersion>
+ </PropertyGroup>
+
+</Project>
|