-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeystone.NET.csproj
More file actions
25 lines (25 loc) · 993 Bytes
/
keystone.NET.csproj
File metadata and controls
25 lines (25 loc) · 993 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<DocumentationFile>keystone.xml</DocumentationFile>
<Configuration>Release</Configuration>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
<EnableDefaultItems>false</EnableDefaultItems>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Platforms>AnyCPU;x64</Platforms>
<BaseOutputPath>bin\</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="M:\My_Projects\Keystone.NET\keystone.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="CppSharp.Runtime">
<HintPath>M:\My_Projects\WRAPGlobal\WrapGlobal\bin\x64\Debug\net5.0\CppSharp.Runtime.dll</HintPath>
</Reference>
<Reference Include="Std">
<HintPath>M:\My_Projects\Keystone.NET\Std.dll</HintPath>
</Reference>
</ItemGroup>
</Project>