Updated to import project instead of lib

This commit is contained in:
2021-03-11 15:21:16 -05:00
parent 2452c3bddd
commit cc328b78a4

View File

@@ -1,14 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="CSClasses"> <ProjectReference Include="..\..\..\C#\CSClasses\CSClasses\CSClasses.csproj"/>
<HintPath>..\..\..\C#\CSClasses\CSClasses\bin\Release\netstandard2.0\CSClasses.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
</Project> </Project>