OSDN Git Service

W.I.P. #3 This Coordinate system...tricky!
[automap/automap.git] / Automap / Automap.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectGuid>{0287E0DF-B785-40E8-BB50-2D684B45FC61}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <RootNamespace>Automap</RootNamespace>
9     <AssemblyName>Automap</AssemblyName>
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>               
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13     <DebugSymbols>true</DebugSymbols>
14     <DebugType>full</DebugType>
15     <Optimize>false</Optimize>
16     <OutputPath>bin\Debug</OutputPath>
17     <DefineConstants>DEBUG;</DefineConstants>
18     <ErrorReport>prompt</ErrorReport>
19     <WarningLevel>4</WarningLevel>
20     <ConsolePause>false</ConsolePause>
21     <CustomCommands>
22       <CustomCommands>
23         <Command type="AfterBuild" command="7z -tzip a ${ProjectName}_${ProjectConfig}.zip" workingdir="${TargetDir}" />
24         <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" />
25       </CustomCommands>
26     </CustomCommands>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Release</OutputPath>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33     <ConsolePause>false</ConsolePause>
34     <CustomCommands>
35       <CustomCommands>
36         <Command type="AfterBuild" command="7z -tzip a ${ProjectName}_${ProjectConfig}.zip" workingdir="${TargetDir}" />
37         <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" />
38       </CustomCommands>
39     </CustomCommands>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="System" />
43     <Reference Include="VintagestoryAPI">
44       <HintPath>VS_libs\VintagestoryAPI.dll</HintPath>
45       <Private>False</Private>
46     </Reference>
47     <Reference Include="VintagestoryLib">
48       <HintPath>VS_libs\VintagestoryLib.dll</HintPath>
49       <Private>False</Private>
50     </Reference>
51     <Reference Include="VSCreativeMod">
52       <HintPath>VS_libs\VSCreativeMod.dll</HintPath>
53       <Private>False</Private>
54     </Reference>
55     <Reference Include="VSEssentials">
56       <HintPath>VS_libs\VSEssentials.dll</HintPath>
57       <Private>False</Private>
58     </Reference>
59     <Reference Include="VSSurvivalMod">
60       <HintPath>VS_libs\VSSurvivalMod.dll</HintPath>
61       <Private>False</Private>
62     </Reference>
63     <Reference Include="System.Drawing" />
64     <Reference Include="System.Web" />
65   </ItemGroup>
66   <ItemGroup>
67     <Compile Include="AutomapMod.cs" />
68     <Compile Include="Properties\AssemblyInfo.cs" />
69     <Compile Include="Helpers.cs" />
70     <Compile Include="Data\PointOfInterest.cs" />
71     <Compile Include="Data\Designator.cs" />
72     <Compile Include="Automap_Internals.cs" />
73   </ItemGroup>
74   <ItemGroup>
75     <Folder Include="VS_libs\" />
76     <Folder Include="Data\" />
77     <Folder Include="assets\" />
78     <Folder Include="assets\automap\" />
79     <Folder Include="assets\automap\config\" />
80   </ItemGroup>
81   <ItemGroup>
82     <None Include="modinfo.json">
83       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
84     </None>
85     <None Include="assets\automap\config\automap_format.css">
86       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
87     </None>
88   </ItemGroup>
89   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
90 </Project>