| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | 
							- <Project Sdk="Microsoft.NET.Sdk">
 
-     <PropertyGroup>
 
-         <TargetFramework>netstandard2.1</TargetFramework>
 
-         <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
 
-         <RootNamespace>Comal.Classes</RootNamespace>
 
- 		<Nullable>enable</Nullable>
 
- 		<Configurations>Debug;Release;Test</Configurations>
 
- 		<Platforms>AnyCPU;x64</Platforms>
 
-     </PropertyGroup>
 
-     <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
-       <DefineConstants>TRACE; </DefineConstants>
 
-     </PropertyGroup>
 
-     <ItemGroup>
 
-       <None Remove=".gitignore" />
 
-       <None Remove="PRSClasses\**" />
 
-     </ItemGroup>
 
-     <ItemGroup>
 
-       <Compile Remove="PRSClasses\**" />
 
-     </ItemGroup>
 
-     <ItemGroup>
 
-       <EmbeddedResource Remove="PRSClasses\**" />
 
-     </ItemGroup>
 
-     <ItemGroup>
 
-       <Compile Remove="Entities\Product\ProductForecast.cs" />
 
-     </ItemGroup>
 
-     <ItemGroup>
 
-       <PackageReference Include="AutoProperties.Fody" Version="1.25.0" />
 
-       <PackageReference Include="Fody" Version="6.8.1" PrivateAssets="All">
 
-         <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 
-       </PackageReference>
 
-       <PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
 
-     </ItemGroup>
 
-     <ItemGroup>
 
-       <ProjectReference Include="..\..\inabox\InABox.Core\InABox.Core.csproj" />
 
-       <ProjectReference Include="..\..\inabox\InABox.Logikal\InABox.Logikal.csproj" />
 
-     </ItemGroup>
 
- </Project>
 
 
  |