-
Notifications
You must be signed in to change notification settings - Fork 0
/
Andraste.Payload.Generic.csproj
40 lines (39 loc) · 1.66 KB
/
Andraste.Payload.Generic.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{D204EA37-9912-40DF-9517-F3417DF2015E}</ProjectGuid>
<TargetFramework>net48</TargetFramework>
<AssemblyTitle>Andraste.Payload.Generic</AssemblyTitle>
<Product>Andraste.Payload.Generic</Product>
<OutputPath>bin\$(Configuration)\</OutputPath>
<!-- NuGet -->
<Copyright>Copyright 2023-2024 The AndrasteFramework Team</Copyright>
<PackageId>Andraste.Payload.Generic</PackageId>
<Version>0.2.2</Version>
<Authors>MeFisto94</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://andrasteframework.github.io/</PackageProjectUrl>
<RepositoryUrl>https://github.com/AndrasteFramework/Payload.Generic</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Andraste.EasyHook" Version="1.0.2" />
<PackageReference Include="Andraste.Payload" Version="0.2.2" />
<PackageReference Include="Andraste.Shared" Version="0.2.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Runtime.Remoting" />
</ItemGroup>
<!-- Local Dev -->
<!-- <ItemGroup>
<ProjectReference Include="..\Andraste.Payload\Andraste.Payload.csproj" />
<ProjectReference Include="..\Andraste.Shared\Andraste.Shared.csproj" />
</ItemGroup>
-->
</Project>