-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScripts.csproj
More file actions
45 lines (40 loc) · 1.78 KB
/
Scripts.csproj
File metadata and controls
45 lines (40 loc) · 1.78 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
<LangVersion>11.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Skua.Core">
<HintPath>$InstallPathforSkua$\Skua AQW Bot\Assemblies\Skua.Core.dll</HintPath>
</Reference>
<Reference Include="Skua.Core.Interfaces">
<HintPath>C:\Program Files\Skua\Skua AQW Bot\Assemblies\Skua.Core.Interfaces.dll</HintPath>
</Reference>
<Reference Include="Skua.Core.Models">
<HintPath>$InstallPathforSkua$\Assemblies\Skua.Core.Models.dll</HintPath>
</Reference>
<Reference Include="Skua.Core.Utils">
<HintPath>$InstallPathforSkua$\Skua AQW Bot\Assemblies\Skua.Core.Utils.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms">
<HintPath>C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Windows.Forms.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem.Watcher">
<HintPath>C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.13\System.IO.FileSystem.Watcher.dll</HintPath>
</Reference>
<Reference Include="CommunityToolkit.Mvvm">
<HintPath>$InstallPathforSkua$\Skua AQW Bot\Assemblies\CommunityToolkit.Mvvm.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
</ItemGroup>
<ItemGroup>
<Compile Remove="z_CompiledScript.cs" />
</ItemGroup>
</Project>