IW4M-Admin/Integrations/Cod/Integrations.Cod.csproj

20 lines
595 B
XML
Raw Normal View History

2021-06-03 11:51:03 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-01-26 11:32:16 -05:00
<TargetFramework>net6.0</TargetFramework>
2021-06-03 11:51:03 -04:00
<AssemblyName>Integrations.Cod</AssemblyName>
<RootNamespace>Integrations.Cod</RootNamespace>
2021-06-11 12:52:30 -04:00
<Configurations>Debug;Release;Prerelease</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Prerelease' ">
<Optimize>true</Optimize>
2021-06-03 11:51:03 -04:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\SharedLibraryCore\SharedLibraryCore.csproj" />
</ItemGroup>
</Project>