-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUsing_EPBot64.vbproj
More file actions
33 lines (28 loc) · 835 Bytes
/
Using_EPBot64.vbproj
File metadata and controls
33 lines (28 loc) · 835 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
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Using_EPBot64</RootNamespace>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="EPBot64">
<HintPath>EPBot64.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Remove="Extracting-information.vb" />
<Compile Remove="Hand-simulation.vb" />
<Compile Remove="Public-private-information.vb" />
</ItemGroup>
<ItemGroup>
<Compile Update="Extracting-information.vb">
<ExcludeFromBuild>true</ExcludeFromBuild>
</Compile>
<Compile Update="Hand-simulation.vb">
<ExcludeFromBuild>true</ExcludeFromBuild>
</Compile>
<Compile Update="Public-private-information.vb">
<ExcludeFromBuild>true</ExcludeFromBuild>
</Compile>
</ItemGroup>
</Project>