- Timestamp:
- Oct 28, 2015, 7:51:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/WebAndMapRendering.csproj
r250 r251 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> … … 21 21 </PropertyGroup> 22 22 <ItemGroup> 23 <Reference Include="System" /> 23 <Reference Include="System"> 24 <HintPath>..\7dtd-binaries\System.dll</HintPath> 25 <Private>False</Private> 26 </Reference> 27 <Reference Include="System.Drawing"> 28 <HintPath>..\7dtd-binaries\System.Drawing.dll</HintPath> 29 <Private>False</Private> 30 </Reference> 24 31 <Reference Include="LogLibrary"> 25 32 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath> … … 51 58 <Compile Include="Commands\EnableRendering.cs" /> 52 59 <Compile Include="API.cs" /> 60 <Compile Include="Web\API\GetAnimalsLocation.cs" /> 61 <Compile Include="Web\API\GetRawEntitiesList.cs" /> 62 <Compile Include="Web\API\GetHostileLocation.cs" /> 63 <Compile Include="Web\API\Null.cs" /> 53 64 <Compile Include="Web\Web.cs" /> 54 65 <Compile Include="Web\MimeType.cs" /> … … 87 98 </ProjectReference> 88 99 </ItemGroup> 89 <ItemGroup> 90 <Folder Include="Commands\" /> 91 <Folder Include="Web\Handlers\" /> 92 </ItemGroup> 100 <ItemGroup /> 93 101 <ItemGroup> 94 102 <None Include="ModInfo.xml">
Note:
See TracChangeset
for help on using the changeset viewer.