- Timestamp:
- Mar 28, 2023, 5:11:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/WebAndMapRendering.csproj
r373 r420 9 9 <OutputType>Library</OutputType> 10 10 <RootNamespace>MapRendering</RootNamespace> 11 <AssemblyName> MapRendering</AssemblyName>11 <AssemblyName>AllocsWeb</AssemblyName> 12 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 </PropertyGroup> … … 39 39 <Private>False</Private> 40 40 </Reference> 41 <Reference Include="com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> 42 <HintPath>..\7dtd-binaries\com.rlabrecque.steamworks.net.dll</HintPath> 43 <Private>False</Private> 44 </Reference> 41 45 <Reference Include="LogLibrary"> 42 46 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath> 47 <Private>False</Private> 48 </Reference> 49 <Reference Include="MapRendering, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> 50 <HintPath>..\7dtd-binaries\MapRendering.dll</HintPath> 43 51 <Private>False</Private> 44 52 </Reference> … … 75 83 <Private>False</Private> 76 84 </Reference> 85 <Reference Include="WebServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> 86 <HintPath>..\7dtd-binaries\WebServer.dll</HintPath> 87 <Private>False</Private> 88 </Reference> 77 89 </ItemGroup> 78 90 <ItemGroup> 79 91 <Compile Include="AssemblyInfo.cs" /> 80 <Compile Include="MapRendering\MapRendering.cs" />81 <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />82 <Compile Include="MapRendering\Constants.cs" />83 <Compile Include="Commands\RenderMap.cs" />84 <Compile Include="Commands\EnableRendering.cs" />85 92 <Compile Include="API.cs" /> 86 93 <Compile Include="Web\API\GetAnimalsLocation.cs" /> … … 121 128 <Compile Include="Web\WebCommandResult.cs" /> 122 129 <Compile Include="Web\API\GetAllowedCommands.cs" /> 123 <Compile Include="Commands\EnableOpenIDDebug.cs" />124 130 <Compile Include="Web\API\GetPlayerInventories.cs" /> 125 131 </ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.