OSDN Git Service

e5e023dc6035d7873f760a369802a69abe02af48
[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   </ItemGroup>
65   <ItemGroup>
66     <Compile Include="AutomapMod.cs" />
67     <Compile Include="Properties\AssemblyInfo.cs" />
68     <Compile Include="Helpers.cs" />
69     <Compile Include="Data\PointOfInterest.cs" />
70     <Compile Include="Data\Designator.cs" />
71   </ItemGroup>
72   <ItemGroup>
73     <Folder Include="VS_libs\" />
74     <Folder Include="Data\" />
75   </ItemGroup>
76   <ItemGroup>
77     <None Include="modinfo.json">
78       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
79     </None>
80   </ItemGroup>
81   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
82 </Project>