Add missile launcher and missile controller projects
[SEScripts.git] / MiningRover / MiningRover.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>{DBCD62FE-F7AA-4A03-9241-0A4BE6952664}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <RootNamespace>IngameScript</RootNamespace>
10     <AssemblyName>MiningRover</AssemblyName>
11     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
12     <FileAlignment>512</FileAlignment>
13     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14     <TargetFrameworkProfile />
15     <PublishUrl>publish\</PublishUrl>
16     <Install>true</Install>
17     <InstallFrom>Disk</InstallFrom>
18     <UpdateEnabled>false</UpdateEnabled>
19     <UpdateMode>Foreground</UpdateMode>
20     <UpdateInterval>7</UpdateInterval>
21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22     <UpdatePeriodically>false</UpdatePeriodically>
23     <UpdateRequired>false</UpdateRequired>
24     <MapFileExtensions>true</MapFileExtensions>
25     <ApplicationRevision>0</ApplicationRevision>
26     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27     <IsWebBootstrapper>false</IsWebBootstrapper>
28     <UseApplicationTrust>false</UseApplicationTrust>
29     <BootstrapperEnabled>true</BootstrapperEnabled>
30   </PropertyGroup>
31   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
32     <DebugSymbols>true</DebugSymbols>
33     <OutputPath>bin\</OutputPath>
34     <DefineConstants>DEBUG;TRACE</DefineConstants>
35     <DebugType>full</DebugType>
36     <PlatformTarget>x64</PlatformTarget>
37     <ErrorReport>prompt</ErrorReport>
38     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
39     <Prefer32Bit>true</Prefer32Bit>
40     <LangVersion>6</LangVersion>
41   </PropertyGroup>
42   <ItemGroup>
43     <Reference Include="netstandard" />
44     <Reference Include="System" />
45     <Reference Include="System.Core" />
46     <Reference Include="System.Xml.Linq" />
47     <Reference Include="System.Data.DataSetExtensions" />
48     <Reference Include="Microsoft.CSharp" />
49     <Reference Include="System.Data" />
50     <Reference Include="System.Net.Http" />
51     <Reference Include="System.Xml" />
52   </ItemGroup>
53   <Import Project="MDK/MDK.options.props" />
54   <Import Project="MDK/MDK.paths.props" Condition="exists('MDK/MDK.paths.props')" />
55   <ItemGroup>
56     <Compile Include="MDK\Bootstrapper.cs" />
57     <AdditionalFiles Include="MDK\MDK.options.props">
58       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
59     </AdditionalFiles>
60     <AdditionalFiles Include="MDK\MDK.paths.props">
61       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
62     </AdditionalFiles>
63     <Compile Include="Program.cs" />
64     <AdditionalFiles Include="Instructions.readme" />
65     <AdditionalFiles Include="thumb.png" />
66     <AdditionalFiles Include="MDK\whitelist.cache" />
67   </ItemGroup>
68   <ItemGroup>
69     <BootstrapperPackage Include=".NETFramework,Version=v4.8">
70       <Visible>False</Visible>
71       <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
72       <Install>true</Install>
73     </BootstrapperPackage>
74     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
75       <Visible>False</Visible>
76       <ProductName>.NET Framework 3.5 SP1</ProductName>
77       <Install>false</Install>
78     </BootstrapperPackage>
79   </ItemGroup>
80   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81   <Target Name="AfterBuild">
82     <Copy SourceFiles="MDK\MDK.options.props" DestinationFolder="$(TargetDir)\MDK" />
83     <Copy SourceFiles="MDK\MDK.paths.props" DestinationFolder="$(TargetDir)\MDK" />
84   </Target>
85 </Project>