1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" 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 >{CFA036CD-0BD0-4363-9A4B-621567C9F5E3}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >DistantObject</RootNamespace >
11+ <AssemblyName >DistantObject</AssemblyName >
12+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ <Prefer32Bit >false</Prefer32Bit >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <PlatformTarget >AnyCPU</PlatformTarget >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ <Prefer32Bit >false</Prefer32Bit >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Compile Include =" DarkenSky.cs" />
36+ <Compile Include =" FlareDraw.cs" />
37+ <Compile Include =" SettingsGui.cs" />
38+ <Compile Include =" SharedAssemblyInfo.cs" />
39+ <Compile Include =" ToolbarDOE.cs" />
40+ <Compile Include =" ToolbarWrapper.cs" />
41+ <Compile Include =" Utils.cs" />
42+ <Compile Include =" VesselDraw.cs" />
43+ </ItemGroup >
44+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
45+ <Import Project =" $(SolutionDir)KSPBuildTools\KSPCommon.targets" />
46+ </Project >
0 commit comments