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 >{DB80DF10-16F3-4DD2-A87F-8C188B6D6A67}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >UniversalResourceTransfer</RootNamespace >
11- <AssemblyName >UniversalResourceTransfer</AssemblyName >
12- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <Deterministic >true</Deterministic >
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >portable</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >..\..\..\Games\KSP instances\KSP Dev Install\GameData\BeamedPowerStandalone\Plugins\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- <GenerateSerializationAssemblies >Auto</GenerateSerializationAssemblies >
25- <DocumentationFile >
26- </DocumentationFile >
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29- <DebugType >pdbonly</DebugType >
30- <Optimize >true</Optimize >
31- <OutputPath >obj\Release\</OutputPath >
32- <DefineConstants >DEBUG;TRACE</DefineConstants >
33- <ErrorReport >prompt</ErrorReport >
34- <WarningLevel >4</WarningLevel >
35- </PropertyGroup >
36- <PropertyGroup >
37- <StartupObject />
38- </PropertyGroup >
39- <ItemGroup >
40- <Reference Include =" Assembly-CSharp" >
41- <HintPath >..\..\KSP dlls\Assembly-CSharp.dll</HintPath >
42- </Reference >
43- <Reference Include =" Assembly-CSharp-firstpass" >
44- <HintPath >..\..\KSP dlls\Assembly-CSharp-firstpass.dll</HintPath >
45- </Reference >
46- <Reference Include =" System" />
47- <Reference Include =" System.Core" />
48- <Reference Include =" UnityEngine" >
49- <HintPath >..\..\KSP dlls\UnityEngine.dll</HintPath >
50- </Reference >
51- <Reference Include =" UnityEngine.CoreModule" >
52- <HintPath >..\..\KSP dlls\UnityEngine.CoreModule.dll</HintPath >
53- </Reference >
54- <Reference Include =" UnityEngine.UI" >
55- <HintPath >..\..\KSP dlls\UnityEngine.UI.dll</HintPath >
56- </Reference >
57- </ItemGroup >
58- <ItemGroup >
59- <Compile Include =" BeamedPowerReceiver.cs" />
60- <Compile Include =" BeamedPowerSource.cs" />
61- <Compile Include =" ReceivedPower.cs" />
62- <Compile Include =" Settings.cs" />
63- <Compile Include =" VesselModule.cs" />
64- <Compile Include =" BeamedPowerReflector.cs" />
65- <Compile Include =" UsefulModules.cs" />
66- <Compile Include =" Properties\AssemblyInfo.cs" />
67- </ItemGroup >
68- <ItemGroup >
69- <None Include =" Properties\Version.version" />
70- </ItemGroup >
71- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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 >{DB80DF10-16F3-4DD2-A87F-8C188B6D6A67}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >UniversalResourceTransfer</RootNamespace >
11+ <AssemblyName >UniversalResourceTransfer</AssemblyName >
12+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <Deterministic >true</Deterministic >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >portable</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >..\..\..\Games\KSP instances\KSP Dev Install\GameData\BeamedPowerStandalone\Plugins\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ <GenerateSerializationAssemblies >Auto</GenerateSerializationAssemblies >
25+ <DocumentationFile >
26+ </DocumentationFile >
27+ <PlatformTarget >ARM64</PlatformTarget >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >obj\Release\</OutputPath >
33+ <DefineConstants >DEBUG;TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <PropertyGroup >
38+ <StartupObject />
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" Assembly-CSharp" >
42+ <HintPath >..\..\KSP dlls\Assembly-CSharp.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Assembly-CSharp-firstpass" >
45+ <HintPath >..\..\KSP dlls\Assembly-CSharp-firstpass.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" System" />
48+ <Reference Include =" System.Core" />
49+ <Reference Include =" UnityEngine" >
50+ <HintPath >..\..\KSP dlls\UnityEngine.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" UnityEngine.CoreModule" >
53+ <HintPath >..\..\KSP dlls\UnityEngine.CoreModule.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" UnityEngine.UI" >
56+ <HintPath >..\..\KSP dlls\UnityEngine.UI.dll</HintPath >
57+ </Reference >
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" WirelessReceiver.cs" />
61+ <Compile Include =" WirelessSource.cs" />
62+ <Compile Include =" ReceivedPower.cs" />
63+ <Compile Include =" Settings.cs" />
64+ <Compile Include =" VesselModule.cs" />
65+ <Compile Include =" WirelessReflector.cs" />
66+ <Compile Include =" UsefulModules.cs" />
67+ <Compile Include =" Properties\AssemblyInfo.cs" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <None Include =" Properties\Version.version" />
71+ </ItemGroup >
72+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7273</Project >
0 commit comments