summaryrefslogtreecommitdiff
path: root/NewCamera.csproj
blob: 25b57958054f6d0568f2b2f595cbf592c322e912 (plain)
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
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="SharpPluginLoader.ImGui" Version="1.90.2.3" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="SharpPluginLoader.Bootstrapper">
      <HintPath>..\SharpPluginLoader-fork\SharpPluginLoader.Bootstrapper\bin\Release\net8.0\SharpPluginLoader.Bootstrapper.dll</HintPath>
    </Reference>
    <Reference Include="SharpPluginLoader.Core">
      <HintPath>..\SharpPluginLoader-fork\SharpPluginLoader.Core\bin\Release\net8.0\SharpPluginLoader.Core.dll</HintPath>
    </Reference>
    <Reference Include="SharpPluginLoader.InternalCallGenerator">
      <HintPath>..\SharpPluginLoader-fork\SharpPluginLoader.InternalCallGenerator\bin\Release\netstandard2.0\SharpPluginLoader.InternalCallGenerator.dll</HintPath>
    </Reference>
    <Reference Include="WorldTuningTool">
      <HintPath>..\WorldTuningTool\bin\Release\net8.0\WorldTuningTool.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>