<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<PropertyGroup> |
<PropertyGroup> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
<ProductVersion>10.0.0</ProductVersion> |
<ProductVersion>10.0.0</ProductVersion> |
<SchemaVersion>2.0</SchemaVersion> |
<SchemaVersion>2.0</SchemaVersion> |
<ProjectGuid>{45ACC1CC-942C-4A66-BFC7-8BE375938B18}</ProjectGuid> |
<ProjectGuid>{45ACC1CC-942C-4A66-BFC7-8BE375938B18}</ProjectGuid> |
<OutputType>Library</OutputType> |
<OutputType>Library</OutputType> |
<RootNamespace>VOID</RootNamespace> |
<RootNamespace>VOID</RootNamespace> |
<AssemblyName>VOID</AssemblyName> |
<AssemblyName>VOID</AssemblyName> |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
</PropertyGroup> |
</PropertyGroup> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
<Optimize>false</Optimize> |
<Optimize>false</Optimize> |
<OutputPath>bin\Debug</OutputPath> |
<OutputPath>bin\Debug</OutputPath> |
<DefineConstants>DEBUG; TRACE</DefineConstants> |
<DefineConstants>DEBUG; TRACE</DefineConstants> |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
<ConsolePause>false</ConsolePause> |
<ConsolePause>false</ConsolePause> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<Command type="AfterBuild" command="xcopy /Y ${ProjectDir}\bin\Debug\*.dll ..\..\..\Games\KSP_win\GameData\VOID\Plugins\" workingdir="${ProjectDir}" externalConsole="True" /> |
<Command type="AfterBuild" command="xcopy /Y ${ProjectDir}\bin\Debug\*.dll ..\..\..\Games\KSP_win\GameData\VOID\Plugins\" workingdir="${ProjectDir}" externalConsole="True" /> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</PropertyGroup> |
</PropertyGroup> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
<OutputPath>bin\Release</OutputPath> |
<OutputPath>bin\Release</OutputPath> |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
<ConsolePause>false</ConsolePause> |
<ConsolePause>false</ConsolePause> |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE</DefineConstants> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<Command type="AfterBuild" command="xcopy /Y ${ProjectDir}\bin\Release\*.dll ..\..\..\Games\KSP_win\GameData\VOID\Plugins\" workingdir="${ProjectDir}" externalConsole="True" /> |
<Command type="AfterBuild" command="xcopy /Y ${ProjectDir}\bin\Release\*.dll ..\..\..\Games\KSP_win\GameData\VOID\Plugins\" workingdir="${ProjectDir}" externalConsole="True" /> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</PropertyGroup> |
</PropertyGroup> |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
<ItemGroup> |
<ItemGroup> |
<Compile Include="Tools.cs" /> |
<Compile Include="Tools.cs" /> |
<Compile Include="IVOID_Module.cs" /> |
<Compile Include="IVOID_Module.cs" /> |
<Compile Include="VOIDFlightMaster.cs" /> |
<Compile Include="VOIDFlightMaster.cs" /> |
<Compile Include="VOID_Core.cs" /> |
<Compile Include="VOID_Core.cs" /> |
<Compile Include="VOID_Module.cs" /> |
<Compile Include="VOID_Module.cs" /> |
<Compile Include="VOID_HUD.cs" /> |
<Compile Include="VOID_HUD.cs" /> |
<Compile Include="VOID_SaveValue.cs" /> |
<Compile Include="VOID_SaveValue.cs" /> |
<Compile Include="VOID_Orbital.cs" /> |
<Compile Include="VOID_Orbital.cs" /> |
<Compile Include="VOID_SurfAtmo.cs" /> |
<Compile Include="VOID_SurfAtmo.cs" /> |
<Compile Include="VOID_VesselInfo.cs" /> |
<Compile Include="VOID_VesselInfo.cs" /> |
<Compile Include="VOID_Transfer.cs" /> |
<Compile Include="VOID_Transfer.cs" /> |
<Compile Include="VOID_CBInfoBrowser.cs" /> |
<Compile Include="VOID_CBInfoBrowser.cs" /> |
<Compile Include="VOID_Rendezvous.cs" /> |
<Compile Include="VOID_Rendezvous.cs" /> |
<Compile Include="VOID_VesselRegister.cs" /> |
<Compile Include="VOID_VesselRegister.cs" /> |
<Compile Include="VOID_DataLogger.cs" /> |
<Compile Include="VOID_DataLogger.cs" /> |
<Compile Include="VOID_EditorCore.cs" /> |
<Compile Include="VOID_EditorCore.cs" /> |
<Compile Include="VOID_EditorHUD.cs" /> |
<Compile Include="VOID_EditorHUD.cs" /> |
</ItemGroup> |
</ItemGroup> |
<ItemGroup> |
<ItemGroup> |
<Reference Include="Assembly-CSharp"> |
<Reference Include="Assembly-CSharp"> |
<HintPath>..\..\..\Games\KSP_win\KSP_Data\Managed\Assembly-CSharp.dll</HintPath> |
<HintPath>..\..\..\Games\KSP_win\KSP_Data\Managed\Assembly-CSharp.dll</HintPath> |
|
<Private>False</Private> |
</Reference> |
</Reference> |
<Reference Include="UnityEngine"> |
<Reference Include="UnityEngine"> |
<HintPath>..\..\..\Games\KSP_win\KSP_Data\Managed\UnityEngine.dll</HintPath> |
<HintPath>..\..\..\Games\KSP_win\KSP_Data\Managed\UnityEngine.dll</HintPath> |
|
<Private>False</Private> |
</Reference> |
</Reference> |
<Reference Include="System"> |
<Reference Include="System"> |
<HintPath>..\..\..\Games\KSP_win\KSP_Data\Managed\System.dll</HintPath> |
<HintPath>..\..\..\Games\KSP_win\KSP_Data\Managed\System.dll</HintPath> |
|
<Private>False</Private> |
</Reference> |
</Reference> |
</ItemGroup> |
</ItemGroup> |
<ItemGroup> |
<ItemGroup> |
<ProjectReference Include="..\Engineer.Extensions\Engineer.Extensions.csproj"> |
<ProjectReference Include="..\Engineer.Extensions\Engineer.Extensions.csproj"> |
<Project>{2FCF882B-0771-4649-8D04-81D7AA76A486}</Project> |
<Project>{2FCF882B-0771-4649-8D04-81D7AA76A486}</Project> |
<Name>Engineer.Extensions</Name> |
<Name>Engineer.Extensions</Name> |
</ProjectReference> |
</ProjectReference> |
<ProjectReference Include="..\VesselSimulator\VesselSimulator.csproj"> |
<ProjectReference Include="..\VesselSimulator\VesselSimulator.csproj"> |
<Project>{30FD6C0B-D36E-462F-B0FF-F0FAC9C666CF}</Project> |
<Project>{30FD6C0B-D36E-462F-B0FF-F0FAC9C666CF}</Project> |
<Name>VesselSimulator</Name> |
<Name>VesselSimulator</Name> |
</ProjectReference> |
</ProjectReference> |
</ItemGroup> |
</ItemGroup> |
<ProjectExtensions> |
<ProjectExtensions> |
<MonoDevelop> |
<MonoDevelop> |
<Properties> |
<Properties> |
<Policies> |
<Policies> |
<StandardHeader Text=" 
 ${FileName}
 
 Author:
 ${AuthorName} <${AuthorEmail}>

 Copyright (c) ${Year} ${CopyrightHolder}

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>." IncludeInNewFiles="True" /> |
<StandardHeader Text=" 
 ${FileName}
 
 Author:
 ${AuthorName} <${AuthorEmail}>

 Copyright (c) ${Year} ${CopyrightHolder}

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>." IncludeInNewFiles="True" /> |
</Policies> |
</Policies> |
</Properties> |
</Properties> |
</MonoDevelop> |
</MonoDevelop> |
</ProjectExtensions> |
</ProjectExtensions> |
</Project> |
</Project> |