summaryrefslogtreecommitdiff
path: root/JopaBridge.csproj
diff options
context:
space:
mode:
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>