Initial Commit
This commit is contained in:
31
Server/DemoLibrary/Summit.ApiDemo.DemoLibrary.csproj
Normal file
31
Server/DemoLibrary/Summit.ApiDemo.DemoLibrary.csproj
Normal file
@@ -0,0 +1,31 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>Summit.ApiDemo.DemoLibrary</AssemblyName>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<OutputPath>..\..\bin</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<Authors>Peter Donker</Authors>
|
||||
<Company>Summit</Company>
|
||||
<Product>apidemo</Product>
|
||||
<Copyright>Copyright 2025 by Summit</Copyright>
|
||||
<PackageId>ApiDemo</PackageId>
|
||||
<AssemblyVersion>0.0.1</AssemblyVersion>
|
||||
<FileVersion>0.0.1</FileVersion>
|
||||
<Description>ApiDemo module</Description>
|
||||
<NeutralLanguage>en-US</NeutralLanguage>
|
||||
<ApplicationIcon />
|
||||
<OutputType>Library</OutputType>
|
||||
<StartupObject />
|
||||
<DebugType>Portable</DebugType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Web" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DotNetNuke.Abstractions" Version="10.0.0" />
|
||||
<PackageReference Include="DotNetNuke.Core" Version="10.0.0" />
|
||||
<PackageReference Include="DotNetNuke.WebApi" Version="10.0.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user