<?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_win</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug_win</Configuration> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<ProductVersion>8.0.30703</ProductVersion> |
<ProductVersion>8.0.30703</ProductVersion> |
<SchemaVersion>2.0</SchemaVersion> |
<SchemaVersion>2.0</SchemaVersion> |
<ProjectGuid>{B36F2C11-962E-4A75-9F41-61AD56D11493}</ProjectGuid> |
<ProjectGuid>{B36F2C11-962E-4A75-9F41-61AD56D11493}</ProjectGuid> |
<OutputType>Library</OutputType> |
<OutputType>Library</OutputType> |
<RootNamespace>AntennaRange</RootNamespace> |
<RootNamespace>AntennaRange</RootNamespace> |
<AssemblyName>AntennaRange</AssemblyName> |
<AssemblyName>AntennaRange</AssemblyName> |
<ReleaseVersion>1.3</ReleaseVersion> |
<ReleaseVersion>1.3</ReleaseVersion> |
<SynchReleaseVersion>false</SynchReleaseVersion> |
<SynchReleaseVersion>false</SynchReleaseVersion> |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
<UseMSBuildEngine>False</UseMSBuildEngine> |
<UseMSBuildEngine>False</UseMSBuildEngine> |
</PropertyGroup> |
</PropertyGroup> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_win|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_win|AnyCPU' "> |
<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}\AntennaRange.cfg ${ProjectDir}\GameData\AntennaRange\" /> |
|
<Command type="AfterBuild" command="xcopy /y ${TargetFile} ${ProjectDir}\GameData\AntennaRange\" /> |
<Command type="AfterBuild" command="xcopy /y ${TargetFile} ${ProjectDir}\GameData\AntennaRange\" /> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</PropertyGroup> |
</PropertyGroup> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_win|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_win|AnyCPU' "> |
<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> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<Command type="AfterBuild" command="xcopy /y ${ProjectDir}\AntennaRange.cfg ${ProjectDir}\GameData\AntennaRange\" /> |
|
<Command type="AfterBuild" command="xcopy /y ${TargetFile} ${ProjectDir}\GameData\AntennaRange\" /> |
<Command type="AfterBuild" command="xcopy /y ${TargetFile} ${ProjectDir}\GameData\AntennaRange\" /> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
|
<DocumentationFile>bin\Release\AntennaRange.xml</DocumentationFile> |
</PropertyGroup> |
</PropertyGroup> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_linux|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_linux|AnyCPU' "> |
<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="cp -afv ${TargetFile} ${ProjectDir}/${ProjectName}.cfg ${ProjectDir}/GameData/${ProjectName}/" /> |
<Command type="AfterBuild" command="cp -afv ${TargetFile} ${ProjectDir}/GameData/${ProjectName}/" /> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</PropertyGroup> |
</PropertyGroup> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_linux|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_linux|AnyCPU' "> |
<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> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<CustomCommands> |
<Command type="AfterBuild" command="cp -afv ${TargetFile} ${ProjectDir}/${ProjectName}.cfg ${ProjectDir}/GameData/${ProjectName}/" /> |
<Command type="AfterBuild" command="cp -afv ${TargetFile} ${ProjectDir}/GameData/${ProjectName}/" /> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
</CustomCommands> |
<ConsolePause>false</ConsolePause> |
<ConsolePause>false</ConsolePause> |
</PropertyGroup> |
</PropertyGroup> |
<ItemGroup> |
<ItemGroup> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="IAntennaRelay.cs" /> |
<Compile Include="IAntennaRelay.cs" /> |
<Compile Include="ModuleLimitedDataTransmitter.cs" /> |
<Compile Include="ModuleLimitedDataTransmitter.cs" /> |
<Compile Include="AntennaRelay.cs" /> |
<Compile Include="AntennaRelay.cs" /> |
<Compile Include="ProtoAntennaRelay.cs" /> |
<Compile Include="ProtoAntennaRelay.cs" /> |
<Compile Include="RelayDatabase.cs" /> |
<Compile Include="RelayDatabase.cs" /> |
<Compile Include="RelayExtensions.cs" /> |
<Compile Include="RelayExtensions.cs" /> |
<Compile Include="ARConfiguration.cs" /> |
<Compile Include="ARConfiguration.cs" /> |
<Compile Include="ARFlightController.cs" /> |
<Compile Include="ARFlightController.cs" /> |
|
<Compile Include="ARMapRenderer.cs" /> |
</ItemGroup> |
</ItemGroup> |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
<ItemGroup> |
<ItemGroup> |
<Reference Include="Assembly-CSharp"> |
<Reference Include="Assembly-CSharp"> |
<HintPath>..\_KSPAssemblies\Assembly-CSharp.dll</HintPath> |
<HintPath>..\_KSPAssemblies\Assembly-CSharp.dll</HintPath> |
<Private>False</Private> |
<Private>False</Private> |
</Reference> |
</Reference> |
<Reference Include="System"> |
<Reference Include="System"> |
<HintPath>..\_KSPAssemblies\System.dll</HintPath> |
<HintPath>..\_KSPAssemblies\System.dll</HintPath> |
<Private>False</Private> |
<Private>False</Private> |
</Reference> |
</Reference> |
<Reference Include="UnityEngine"> |
<Reference Include="UnityEngine"> |
<HintPath>..\_KSPAssemblies\UnityEngine.dll</HintPath> |
<HintPath>..\_KSPAssemblies\UnityEngine.dll</HintPath> |
<Private>False</Private> |
<Private>False</Private> |
</Reference> |
</Reference> |
</ItemGroup> |
</ItemGroup> |
<ItemGroup> |
<ItemGroup> |
<ProjectReference Include="..\ToadicusTools\ToadicusTools.csproj"> |
<ProjectReference Include="..\ToadicusTools\ToadicusTools.csproj"> |
<Project>{D48A5542-6655-4149-BC27-B27DF0466F1C}</Project> |
<Project>{D48A5542-6655-4149-BC27-B27DF0466F1C}</Project> |
<Name>ToadicusTools</Name> |
<Name>ToadicusTools</Name> |
</ProjectReference> |
</ProjectReference> |
</ItemGroup> |
</ItemGroup> |
<ItemGroup> |
<ItemGroup> |
<None Include="GameData\AntennaRange\AntennaRange.cfg" /> |
<None Include="GameData\AntennaRange\AntennaRange.cfg" /> |
<None Include="GameData\AntennaRange\ATM_AntennaRange.cfg" /> |
<None Include="GameData\AntennaRange\ATM_AntennaRange.cfg" /> |
</ItemGroup> |
</ItemGroup> |
</Project> |
</Project> |