summaryrefslogtreecommitdiff
path: root/JopaBridge.csproj
diff options
context:
space:
mode:
authorprospanclaudebot <[email protected]>2026-07-10 22:10:31 +0000
committerprospanclaudebot <[email protected]>2026-07-10 22:10:31 +0000
commitf7b25e5d3d01a42c96dee90e5285706a057f6705 (patch)
tree284d4404d5797c0d759bc91dd3d3c30aac395e74 /JopaBridge.csproj
downloadjopa-bridge-f7b25e5d3d01a42c96dee90e5285706a057f6705.tar.gz
jopa-bridge-f7b25e5d3d01a42c96dee90e5285706a057f6705.zip
initial import: jopa-bridgeHEADmain
Diffstat (limited to 'JopaBridge.csproj')
-rw-r--r--JopaBridge.csproj16
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>