-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathV8Simple.net.csproj
More file actions
25 lines (25 loc) · 744 Bytes
/
V8Simple.net.csproj
File metadata and controls
25 lines (25 loc) · 744 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>net6.0</TargetFramework>
<Version>5.5.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="test\**\*" />
</ItemGroup>
<ItemGroup>
<None Remove="building-v8\**\*" />
<None Remove="deps\**\*" />
<None Remove="osx_build.sh" />
<None Remove="V8Simple.vcxproj.filters" />
<None Remove="Makefile" />
<None Remove="README.md" />
<None Remove=".gitignore" />
<None Remove="V8Simple.cpp" />
<None Remove="extract_pinvoke.sh" />
<None Remove="V8Simple.h" />
<None Remove="LICENSE.txt" />
<None Remove="android_build.sh" />
<None Remove="lib\**\*" />
<None Remove="test\**\*" />
</ItemGroup>
</Project>