- Timestamp:
- Aug 1, 2022, 12:54:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MapRendering/WebAndMapRendering.csproj
r373 r382 47 47 <Private>False</Private> 48 48 </Reference> 49 <Reference Include="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 50 <HintPath>..\7dtd-binaries\System.dll</HintPath> 51 <Private>False</Private> 52 </Reference> 53 <Reference Include="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 54 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath> 55 <Private>False</Private> 56 </Reference> 49 57 <Reference Include="UnityEngine"> 50 58 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath> … … 57 65 <Reference Include="mscorlib"> 58 66 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath> 59 <Private>False</Private>60 </Reference>61 <Reference Include="System.Xml">62 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>63 <Private>False</Private>64 </Reference>65 <Reference Include="System">66 <HintPath>..\7dtd-binaries\System.dll</HintPath>67 67 <Private>False</Private> 68 68 </Reference> … … 78 78 <ItemGroup> 79 79 <Compile Include="AssemblyInfo.cs" /> 80 <Compile Include="Commands\Exception.cs" /> 80 81 <Compile Include="MapRendering\MapRendering.cs" /> 81 82 <Compile Include="MapRendering\MapRenderBlockBuffer.cs" /> … … 87 88 <Compile Include="Web\API\GetHostileLocation.cs" /> 88 89 <Compile Include="Web\API\Null.cs" /> 90 <Compile Include="Web\Handlers\RewriteHandler.cs" /> 89 91 <Compile Include="Web\SSE\EventLog.cs" /> 90 92 <Compile Include="Web\SSE\SseHandler.cs" /> … … 105 107 <Compile Include="Web\Handlers\ApiHandler.cs" /> 106 108 <Compile Include="Web\Handlers\ItemIconHandler.cs" /> 107 <Compile Include="Web\Handlers\ PathHandler.cs" />109 <Compile Include="Web\Handlers\AbsHandler.cs" /> 108 110 <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" /> 109 111 <Compile Include="Web\Handlers\StaticHandler.cs" /> … … 131 133 <Private>False</Private> 132 134 </ProjectReference> 135 <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj"> 136 <Project>{e273d042-57f9-4e2e-8268-5053527e5287}</Project> 137 <Name>SpaceWizards.HttpListener</Name> 138 </ProjectReference> 133 139 </ItemGroup> 134 140 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.