diff options
| author | 2026-07-30 14:59:35 -0400 | |
|---|---|---|
| committer | 2026-07-30 15:01:21 -0400 | |
| commit | e3245a877cce2448367a9b3d1de3abd88372d854 (patch) | |
| tree | ea80860790b75479b3e3cef02ebad3044b2ee764 /WorldTuningTool.csproj | |
| parent | a8c54700446b892efbed2253321a17a4989393a5 (diff) | |
| download | WorldTuningTool-e3245a877cce2448367a9b3d1de3abd88372d854.tar.gz WorldTuningTool-e3245a877cce2448367a9b3d1de3abd88372d854.tar.bz2 WorldTuningTool-e3245a877cce2448367a9b3d1de3abd88372d854.zip | |
dos2unix
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'WorldTuningTool.csproj')
| -rw-r--r--[-rwxr-xr-x] | WorldTuningTool.csproj | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/WorldTuningTool.csproj b/WorldTuningTool.csproj index bde04c5..35aa9b3 100755..100644 --- a/WorldTuningTool.csproj +++ b/WorldTuningTool.csproj @@ -1,26 +1,26 @@ -<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>
- </ItemGroup>
-
-</Project>
+<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> + </ItemGroup> + +</Project> |