First commit
[SEScripts.git] / BaseMiner / BaseApp.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{22A83955-FE9B-4EBA-8980-D9DE01353C4C}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <RootNamespace>IngameScript</RootNamespace>
10     <AssemblyName>BaseApp</AssemblyName>
11     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
12     <FileAlignment>512</FileAlignment>
13     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14     <TargetFrameworkProfile />
15   </PropertyGroup>
16   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
17     <DebugSymbols>true</DebugSymbols>
18     <OutputPath>bin\</OutputPath>
19     <DefineConstants>DEBUG;TRACE</DefineConstants>
20     <DebugType>full</DebugType>
21     <PlatformTarget>x64</PlatformTarget>
22     <ErrorReport>prompt</ErrorReport>
23     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
24     <Prefer32Bit>true</Prefer32Bit>
25     <LangVersion>6</LangVersion>
26   </PropertyGroup>
27   <ItemGroup>
28     <Reference Include="netstandard" />
29     <Reference Include="System" />
30     <Reference Include="System.Core" />
31     <Reference Include="System.Xml.Linq" />
32     <Reference Include="System.Data.DataSetExtensions" />
33     <Reference Include="Microsoft.CSharp" />
34     <Reference Include="System.Data" />
35     <Reference Include="System.Net.Http" />
36     <Reference Include="System.Xml" />
37   </ItemGroup>
38   <Import Project="MDK/MDK.options.props" />
39   <Import Project="MDK/MDK.paths.props" Condition="exists('MDK/MDK.paths.props')" />
40   <ItemGroup>
41     <Compile Include="MDK\Bootstrapper.cs" />
42     <AdditionalFiles Include="MDK\MDK.options.props">
43       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
44     </AdditionalFiles>
45     <AdditionalFiles Include="MDK\MDK.paths.props">
46       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
47     </AdditionalFiles>
48     <Compile Include="Program.cs" />
49     <AdditionalFiles Include="MDK\whitelist.cache" />
50   </ItemGroup>
51   <Import Project="..\SECommon\SECommon.projitems" Label="Shared" />
52   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
53   <Target Name="AfterBuild">
54     <Copy SourceFiles="MDK\MDK.options.props" DestinationFolder="$(TargetDir)\MDK" />
55     <Copy SourceFiles="MDK\MDK.paths.props" DestinationFolder="$(TargetDir)\MDK" />
56   </Target>
57 </Project>