OSDN Git Service

Revisit(er) & ReadOnly chunk use
[automap/automap.git] / ShardProcessor / ShardProcessor.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProjectGuid>{837EE90B-7C03-413B-B54D-B50B2ED1EC00}</ProjectGuid>\r
7     <OutputType>Exe</OutputType>\r
8     <RootNamespace>ShardProcessor</RootNamespace>\r
9     <AssemblyName>ShardProcessor</AssemblyName>\r
10     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\r
11   </PropertyGroup>\r
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
13     <DebugSymbols>true</DebugSymbols>\r
14     <DebugType>full</DebugType>\r
15     <Optimize>false</Optimize>\r
16     <OutputPath>bin\Debug</OutputPath>\r
17     <DefineConstants>DEBUG;</DefineConstants>\r
18     <ErrorReport>prompt</ErrorReport>\r
19     <WarningLevel>4</WarningLevel>\r
20     <ExternalConsole>true</ExternalConsole>\r
21     <Commandlineparameters></Commandlineparameters>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release</OutputPath>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <ExternalConsole>true</ExternalConsole>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="System" />\r
32     <Reference Include="protobuf-net">\r
33       <HintPath>..\Automap\VS_libs\protobuf-net.dll</HintPath>\r
34     </Reference>\r
35     <Reference Include="Pngcs">\r
36       <HintPath>..\Automap\VS_libs\Pngcs.dll</HintPath>\r
37     </Reference>\r
38     <Reference Include="Newtonsoft.Json">\r
39       <HintPath>..\Automap\VS_libs\Newtonsoft.Json.dll</HintPath>\r
40     </Reference>\r
41     <Reference Include="VintagestoryAPI">\r
42       <HintPath>..\Automap\VS_libs\VintagestoryAPI.dll</HintPath>\r
43     </Reference>\r
44     <Reference Include="VintagestoryLib">\r
45       <HintPath>..\Automap\VS_libs\VintagestoryLib.dll</HintPath>\r
46     </Reference>\r
47     <Reference Include="VSEssentials">\r
48       <HintPath>..\Automap\VS_libs\VSEssentials.dll</HintPath>\r
49     </Reference>\r
50     <Reference Include="VSCreativeMod">\r
51       <HintPath>..\Automap\VS_libs\VSCreativeMod.dll</HintPath>\r
52     </Reference>\r
53     <Reference Include="VSSurvivalMod">\r
54       <HintPath>..\Automap\VS_libs\VSSurvivalMod.dll</HintPath>\r
55     </Reference>\r
56     <Reference Include="System.Data" />\r
57     <Reference Include="System.Data.SQLite">\r
58       <HintPath>..\Automap\VS_libs\System.Data.SQLite.dll</HintPath>\r
59     </Reference>\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <Compile Include="Program.cs" />\r
63     <Compile Include="Properties\AssemblyInfo.cs" />\r
64     <Compile Include="LogAdaptor.cs" />\r
65     <Compile Include="WalkableMapDB.cs" />\r
66     <Compile Include="ProcessingMethods.cs" />\r
67   </ItemGroup>\r
68   <ItemGroup>\r
69     <ProjectReference Include="..\Automap\Automap.csproj">\r
70       <Project>{0287E0DF-B785-40E8-BB50-2D684B45FC61}</Project>\r
71       <Name>Automap</Name>\r
72     </ProjectReference>\r
73   </ItemGroup>\r
74   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
75 </Project>