|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
| - <ProjectGuid>{E0D7AE07-D1B9-4F5E-A293-083030AA8217}</ProjectGuid> |
8 |
| - <OutputType>WinExe</OutputType> |
| 7 | + <ProjectGuid>{02B752D3-E0D1-485A-BA2C-D7DEFDFE43BE}</ProjectGuid> |
| 8 | + <OutputType>Exe</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 |
| - <RootNamespace>SESandbox</RootNamespace> |
11 |
| - <AssemblyName>SESandbox</AssemblyName> |
| 10 | + <RootNamespace>Project_AUTUMN</RootNamespace> |
| 11 | + <AssemblyName>Project AUTUMN</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | </PropertyGroup>
|
|
32 | 32 | <WarningLevel>4</WarningLevel>
|
33 | 33 | </PropertyGroup>
|
34 | 34 | <ItemGroup>
|
35 |
| - <Reference Include="Sandbox.Common"> |
36 |
| - <HintPath>..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin64\Sandbox.Common.dll</HintPath> |
37 |
| - </Reference> |
38 |
| - <Reference Include="Sandbox.Common.XmlSerializers"> |
39 |
| - <HintPath>..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin64\Sandbox.Common.XmlSerializers.dll</HintPath> |
40 |
| - </Reference> |
41 |
| - <Reference Include="Sandbox.Game"> |
42 |
| - <HintPath>..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin64\Sandbox.Game.dll</HintPath> |
43 |
| - </Reference> |
44 |
| - <Reference Include="Sandbox.Graphics"> |
45 |
| - <HintPath>..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin64\Sandbox.Graphics.dll</HintPath> |
46 |
| - </Reference> |
47 | 35 | <Reference Include="System" />
|
48 | 36 | <Reference Include="System.Core" />
|
49 | 37 | <Reference Include="System.Xml.Linq" />
|
50 | 38 | <Reference Include="System.Data.DataSetExtensions" />
|
51 | 39 | <Reference Include="Microsoft.CSharp" />
|
52 | 40 | <Reference Include="System.Data" />
|
53 |
| - <Reference Include="System.Deployment" /> |
54 |
| - <Reference Include="System.Drawing" /> |
55 |
| - <Reference Include="System.Windows.Forms" /> |
56 | 41 | <Reference Include="System.Xml" />
|
57 |
| - <Reference Include="VRage"> |
58 |
| - <HintPath>..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin64\VRage.dll</HintPath> |
59 |
| - </Reference> |
60 |
| - <Reference Include="VRage.Common"> |
61 |
| - <HintPath>D:\SteamLibrary\SteamApps\common\SpaceEngineers\Bin64\VRage.Common.dll</HintPath> |
62 |
| - </Reference> |
63 |
| - <Reference Include="VRage.Library"> |
64 |
| - <HintPath>..\..\..\..\..\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin64\VRage.Library.dll</HintPath> |
65 |
| - </Reference> |
66 |
| - <Reference Include="VRage.Math"> |
67 |
| - <HintPath>D:\SteamLibrary\SteamApps\common\SpaceEngineers\Bin64\VRage.Math.dll</HintPath> |
68 |
| - </Reference> |
69 |
| - <Reference Include="VRage.Render"> |
70 |
| - <HintPath>D:\SteamLibrary\SteamApps\common\SpaceEngineers\Bin64\VRage.Render.dll</HintPath> |
71 |
| - </Reference> |
72 | 42 | </ItemGroup>
|
73 | 43 | <ItemGroup>
|
| 44 | + <Compile Include="Program.cs" /> |
74 | 45 | <Compile Include="Properties\AssemblyInfo.cs" />
|
75 |
| - <Compile Include="ShipAI Core.cs" /> |
76 |
| - <Compile Include="ShipAI Interaction Module.cs" /> |
77 |
| - <Compile Include="ShipAI Screens module.cs" /> |
78 |
| - <EmbeddedResource Include="Properties\Resources.resx"> |
79 |
| - <Generator>ResXFileCodeGenerator</Generator> |
80 |
| - <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
81 |
| - <SubType>Designer</SubType> |
82 |
| - </EmbeddedResource> |
83 |
| - <Compile Include="Properties\Resources.Designer.cs"> |
84 |
| - <AutoGen>True</AutoGen> |
85 |
| - <DependentUpon>Resources.resx</DependentUpon> |
86 |
| - </Compile> |
87 |
| - <None Include="Properties\Settings.settings"> |
88 |
| - <Generator>SettingsSingleFileGenerator</Generator> |
89 |
| - <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
90 |
| - </None> |
91 |
| - <Compile Include="Properties\Settings.Designer.cs"> |
92 |
| - <AutoGen>True</AutoGen> |
93 |
| - <DependentUpon>Settings.settings</DependentUpon> |
94 |
| - <DesignTimeSharedInput>True</DesignTimeSharedInput> |
95 |
| - </Compile> |
96 | 46 | </ItemGroup>
|
97 |
| - <ItemGroup /> |
| 47 | + <ItemGroup> |
| 48 | + <None Include="App.config" /> |
| 49 | + </ItemGroup> |
98 | 50 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
99 | 51 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
100 | 52 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments