|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>net6.0</TargetFramework> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <PublishUrl>publish\</PublishUrl> |
6 | | - <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
7 | | - <LangVersion>default</LangVersion> |
8 | | - <Nullable>enable</Nullable> |
9 | | - <PublishSingleFile>true</PublishSingleFile> |
10 | | - <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
11 | | - </PropertyGroup> |
12 | | - <PropertyGroup> |
13 | | - <SignManifests>false</SignManifests> |
14 | | - </PropertyGroup> |
15 | | - <PropertyGroup> |
16 | | - <ApplicationIcon>Resources\AppIcon.ico</ApplicationIcon> |
17 | | - </PropertyGroup> |
18 | | - <PropertyGroup> |
19 | | - <StartupObject>MinecraftClient.Program</StartupObject> |
20 | | - </PropertyGroup> |
21 | | - <ItemGroup> |
22 | | - <Content Include="Resources\AppIcon.ico" /> |
23 | | - <Content Include="Resources\containers\ContainerType.BrewingStand.txt" /> |
24 | | - <Content Include="Resources\containers\ContainerType.Crafting.txt" /> |
25 | | - <Content Include="Resources\containers\ContainerType.Generic_3x3.txt" /> |
26 | | - <Content Include="Resources\containers\ContainerType.Generic_9x3.txt" /> |
27 | | - <Content Include="Resources\containers\ContainerType.Generic_9x6.txt" /> |
28 | | - <Content Include="Resources\containers\ContainerType.PlayerInventory.txt" /> |
29 | | - </ItemGroup> |
30 | | - <ItemGroup> |
31 | | - <PackageReference Include="DnsClient" Version="1.5.0" /> |
32 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0-1.final" /> |
33 | | - <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
34 | | - <PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.2.233001"> |
35 | | - <PrivateAssets>all</PrivateAssets> |
36 | | - </PackageReference> |
37 | | - <PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.2" /> |
38 | | - <PackageReference Include="SingleFileExtractor.Core" Version="1.0.1" /> |
39 | | - </ItemGroup> |
40 | | - <ItemGroup> |
41 | | - <Compile Remove="config\ChatBots\AutoLook.cs" /> |
42 | | - <Compile Remove="config\ChatBots\AutoTree.cs" /> |
43 | | - <Compile Remove="config\ChatBots\ClckRuAPI.cs" /> |
44 | | - <Compile Remove="config\ChatBots\CobblestoneMiner.cs" /> |
45 | | - <Compile Remove="config\ChatBots\DiscordWebhook.cs" /> |
46 | | - <Compile Remove="config\ChatBots\OreMiner.cs" /> |
47 | | - <Compile Remove="config\ChatBots\PayKassa.cs" /> |
48 | | - <Compile Remove="config\ChatBots\QIWIAPI.cs" /> |
49 | | - <Compile Remove="config\ChatBots\SugarCaneMiner.cs" /> |
50 | | - <Compile Remove="config\ChatBots\TreeFarmer.cs" /> |
51 | | - <Compile Remove="config\ChatBots\VkMessager.cs" /> |
52 | | - <Compile Remove="config\sample-script-extended.cs" /> |
53 | | - <Compile Remove="config\sample-script-pm-forwarder.cs" /> |
54 | | - <Compile Remove="config\sample-script-random-command.cs" /> |
55 | | - <Compile Remove="config\sample-script-with-chatbot.cs" /> |
56 | | - <Compile Remove="config\sample-script-with-http-request.cs" /> |
57 | | - <Compile Remove="config\sample-script-with-task.cs" /> |
58 | | - <Compile Remove="config\sample-script-with-world-access.cs" /> |
59 | | - <Compile Remove="config\sample-script.cs" /> |
60 | | - <Compile Remove="config\ChatBots\MineCube.cs" /> |
61 | | - <Compile Remove="config\ChatBots\SugarCaneFarmer.cs" /> |
62 | | - <Compile Remove="Mapping\VillagerInfo.cs" /> |
63 | | - </ItemGroup> |
64 | | - <ItemGroup> |
65 | | - <ProjectReference Include="..\ConsoleInteractive\ConsoleInteractive\ConsoleInteractive\ConsoleInteractive.csproj" /> |
66 | | - </ItemGroup> |
67 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>net6.0</TargetFramework> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <PublishUrl>publish\</PublishUrl> |
| 6 | + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| 7 | + <LangVersion>default</LangVersion> |
| 8 | + <Nullable>enable</Nullable> |
| 9 | + <PublishSingleFile>true</PublishSingleFile> |
| 10 | + <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
| 11 | + </PropertyGroup> |
| 12 | + <PropertyGroup> |
| 13 | + <SignManifests>false</SignManifests> |
| 14 | + </PropertyGroup> |
| 15 | + <PropertyGroup> |
| 16 | + <ApplicationIcon>Resources\AppIcon.ico</ApplicationIcon> |
| 17 | + </PropertyGroup> |
| 18 | + <PropertyGroup> |
| 19 | + <StartupObject>MinecraftClient.Program</StartupObject> |
| 20 | + </PropertyGroup> |
| 21 | + <ItemGroup> |
| 22 | + <Content Include="Resources\AppIcon.ico" /> |
| 23 | + <Content Include="Resources\containers\ContainerType.BrewingStand.txt" /> |
| 24 | + <Content Include="Resources\containers\ContainerType.Crafting.txt" /> |
| 25 | + <Content Include="Resources\containers\ContainerType.Generic_3x3.txt" /> |
| 26 | + <Content Include="Resources\containers\ContainerType.Generic_9x3.txt" /> |
| 27 | + <Content Include="Resources\containers\ContainerType.Generic_9x6.txt" /> |
| 28 | + <Content Include="Resources\containers\ContainerType.PlayerInventory.txt" /> |
| 29 | + </ItemGroup> |
| 30 | + <ItemGroup> |
| 31 | + <PackageReference Include="DnsClient" Version="1.5.0" /> |
| 32 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0-1.final" /> |
| 33 | + <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
| 34 | + <PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.2.233001"> |
| 35 | + <PrivateAssets>all</PrivateAssets> |
| 36 | + </PackageReference> |
| 37 | + <PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.2" /> |
| 38 | + <PackageReference Include="SingleFileExtractor.Core" Version="1.0.1" /> |
| 39 | + </ItemGroup> |
| 40 | + <ItemGroup> |
| 41 | + <Compile Remove="config\ChatBots\AutoLook.cs" /> |
| 42 | + <Compile Remove="config\ChatBots\AutoTree.cs" /> |
| 43 | + <Compile Remove="config\ChatBots\ClckRuAPI.cs" /> |
| 44 | + <Compile Remove="config\ChatBots\CobblestoneMiner.cs" /> |
| 45 | + <Compile Remove="config\ChatBots\DiscordWebhook.cs" /> |
| 46 | + <Compile Remove="config\ChatBots\OreMiner.cs" /> |
| 47 | + <Compile Remove="config\ChatBots\PayKassa.cs" /> |
| 48 | + <Compile Remove="config\ChatBots\QIWIAPI.cs" /> |
| 49 | + <Compile Remove="config\ChatBots\SugarCaneMiner.cs" /> |
| 50 | + <Compile Remove="config\ChatBots\TreeFarmer.cs" /> |
| 51 | + <Compile Remove="config\ChatBots\VkMessager.cs" /> |
| 52 | + <Compile Remove="config\sample-script-extended.cs" /> |
| 53 | + <Compile Remove="config\sample-script-pm-forwarder.cs" /> |
| 54 | + <Compile Remove="config\sample-script-random-command.cs" /> |
| 55 | + <Compile Remove="config\sample-script-with-chatbot.cs" /> |
| 56 | + <Compile Remove="config\sample-script-with-http-request.cs" /> |
| 57 | + <Compile Remove="config\sample-script-with-task.cs" /> |
| 58 | + <Compile Remove="config\sample-script-with-world-access.cs" /> |
| 59 | + <Compile Remove="config\sample-script.cs" /> |
| 60 | + <Compile Remove="config\ChatBots\MineCube.cs" /> |
| 61 | + <Compile Remove="config\ChatBots\SugarCaneFarmer.cs" /> |
| 62 | + <Compile Remove="Mapping\VillagerInfo.cs" /> |
| 63 | + </ItemGroup> |
| 64 | + <ItemGroup> |
| 65 | + <ProjectReference Include="..\ConsoleInteractive\ConsoleInteractive\ConsoleInteractive\ConsoleInteractive.csproj" /> |
| 66 | + </ItemGroup> |
| 67 | +</Project> |
0 commit comments