31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
<PropertyGroup>
|
||
|
|
<AssemblyName>ExploitPlugin.Client</AssemblyName>
|
||
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
||
|
|
<TargetFramework>net48</TargetFramework>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup>
|
||
|
|
<LangVersion>14.0</LangVersion>
|
||
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup>
|
||
|
|
<RootNamespace />
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Remove="poelmpiFx7RS9IgQk9.YKjYNsng52AmNkDOaR" />
|
||
|
|
<EmbeddedResource Include="poelmpiFx7RS9IgQk9.YKjYNsng52AmNkDOaR" LogicalName="poelmpiFx7RS9IgQk9.YKjYNsng52AmNkDOaR" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="System.Core">
|
||
|
|
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Core.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="System.Xml">
|
||
|
|
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Xml.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="System.ServiceModel" />
|
||
|
|
<Reference Include="System.Runtime.Serialization">
|
||
|
|
<HintPath>../../../../../../../usr/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/System.Runtime.Serialization.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|