diff options
Diffstat (limited to 'Aggregator/Main/Main.csproj')
-rw-r--r-- | Aggregator/Main/Main.csproj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Aggregator/Main/Main.csproj b/Aggregator/Main/Main.csproj deleted file mode 100644 index dd85bc5..0000000 --- a/Aggregator/Main/Main.csproj +++ /dev/null @@ -1,14 +0,0 @@ -<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>
|