diff options
| author | prospanclaudebot <[email protected]> | 2026-07-10 22:10:31 +0000 |
|---|---|---|
| committer | prospanclaudebot <[email protected]> | 2026-07-10 22:10:31 +0000 |
| commit | f7b25e5d3d01a42c96dee90e5285706a057f6705 (patch) | |
| tree | 284d4404d5797c0d759bc91dd3d3c30aac395e74 /JopaBridge.csproj | |
| download | jopa-bridge-f7b25e5d3d01a42c96dee90e5285706a057f6705.tar.gz jopa-bridge-f7b25e5d3d01a42c96dee90e5285706a057f6705.zip | |
Diffstat (limited to 'JopaBridge.csproj')
| -rw-r--r-- | JopaBridge.csproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/JopaBridge.csproj b/JopaBridge.csproj new file mode 100644 index 0000000..c19cd3d --- /dev/null +++ b/JopaBridge.csproj @@ -0,0 +1,16 @@ +<Project Sdk="Microsoft.NET.Sdk"> + <PropertyGroup> + <TargetFramework>net9.0</TargetFramework> + <Nullable>disable</Nullable> + <ImplicitUsings>disable</ImplicitUsings> + <AssemblyName>JopaBridge</AssemblyName> + <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> + <GenerateAssemblyInfo>true</GenerateAssemblyInfo> + </PropertyGroup> + <ItemGroup> + <Reference Include="TShockAPI"><HintPath>../ts/ServerPlugins/TShockAPI.dll</HintPath><Private>false</Private></Reference> + <Reference Include="TerrariaServer"><HintPath>../ts/bin/TerrariaServer.dll</HintPath><Private>false</Private></Reference> + <Reference Include="OTAPI"><HintPath>../ts/bin/OTAPI.dll</HintPath><Private>false</Private></Reference> + <Reference Include="ModFramework"><HintPath>../ts/bin/ModFramework.dll</HintPath><Private>false</Private></Reference> + </ItemGroup> +</Project> |
