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)' == '' " >x64</Platform >
7+ <PlatformTarget >x64</PlatformTarget >
8+ <ProjectGuid >{B59E2A56-F99B-4D9B-AE1D-665A7182E37F}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >RichHudClient</RootNamespace >
12+ <AssemblyName >RichHudClient</AssemblyName >
13+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <Deterministic >true</Deterministic >
16+ <TargetFrameworkProfile />
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
19+ <DebugSymbols >true</DebugSymbols >
20+ <OutputPath >bin\x64\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <DocumentationFile >bin\Debug\RichHudClient.xml</DocumentationFile >
23+ <DebugType >full</DebugType >
24+ <PlatformTarget >x64</PlatformTarget >
25+ <LangVersion >6.0</LangVersion >
26+ <ErrorReport >prompt</ErrorReport >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
29+ <OutputPath >bin\x64\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <Optimize >true</Optimize >
32+ <DebugType >pdbonly</DebugType >
33+ <PlatformTarget >x64</PlatformTarget >
34+ <LangVersion >6.0</LangVersion >
35+ <ErrorReport >prompt</ErrorReport >
36+ <DocumentationFile >bin\x64\Release\RichHudClient.xml</DocumentationFile >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
40+ <Reference Include =" Sandbox.Common" >
41+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\Sandbox.Common.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Sandbox.Game" >
44+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\Sandbox.Game.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" SpaceEngineers.Game" >
47+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\SpaceEngineers.Game.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" SpaceEngineers.ObjectBuilders" >
50+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\SpaceEngineers.ObjectBuilders.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" System.Runtime.Serialization" />
55+ <Reference Include =" System.Xml.Linq" />
56+ <Reference Include =" System.Data.DataSetExtensions" />
57+ <Reference Include =" Microsoft.CSharp" />
58+ <Reference Include =" System.Data" />
59+ <Reference Include =" System.Xml" />
60+ <Reference Include =" VRage" >
61+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\VRage.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" VRage.Game" >
64+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\VRage.Game.dll</HintPath >
65+ </Reference >
66+ <Reference Include =" VRage.Input" >
67+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\VRage.Input.dll</HintPath >
68+ </Reference >
69+ <Reference Include =" VRage.Library" >
70+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\VRage.Library.dll</HintPath >
71+ </Reference >
72+ <Reference Include =" VRage.Math" >
73+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\VRage.Math.dll</HintPath >
74+ </Reference >
75+ <Reference Include =" VRage.Render" >
76+ <HintPath >C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\VRage.Render.dll</HintPath >
77+ </Reference >
78+ </ItemGroup >
79+ <ItemGroup >
80+ <Compile Include =" Client\RichHudClient.cs" />
81+ <Compile Include =" Client\UI\BindManager\Bind.cs" />
82+ <Compile Include =" Client\UI\BindManager\BindGroup.cs" />
83+ <Compile Include =" Client\UI\BindManager\BindManager.cs" />
84+ <Compile Include =" Client\UI\BindManager\Control.cs" />
85+ <Compile Include =" Client\UI\HUD\HudCursor.cs" />
86+ <Compile Include =" Client\UI\HUD\HudMain.cs" />
87+ <Compile Include =" Client\UI\HUD\Rendering\BillboardUtils.cs" />
88+ <Compile Include =" Client\UI\HUD\Rendering\FontManager\FontData.cs" />
89+ <Compile Include =" Client\UI\HUD\Rendering\FontManager\FontManager.cs" />
90+ <Compile Include =" Client\UI\HUD\Rendering\TextBoard.cs" />
91+ <Compile Include =" Client\UI\HUD\Rendering\TextBuilder.cs" />
92+ <Compile Include =" Client\UI\SettingsMenu\ControlCategory.cs" />
93+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalButton.cs" />
94+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalCheckbox.cs" />
95+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalColorPicker.cs" />
96+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalControlBase.cs" />
97+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalDragBox.cs" />
98+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalDropdown.cs" />
99+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalLabel.cs" />
100+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalList.cs" />
101+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalOnOffButton.cs" />
102+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalSlider.cs" />
103+ <Compile Include =" Client\UI\SettingsMenu\Controls\TerminalTextField.cs" />
104+ <Compile Include =" Client\UI\SettingsMenu\ControlTile.cs" />
105+ <Compile Include =" Client\UI\SettingsMenu\ListBoxData.cs" />
106+ <Compile Include =" Client\UI\SettingsMenu\ModControlRoot.cs" />
107+ <Compile Include =" Client\UI\SettingsMenu\Pages\ControlPage.cs" />
108+ <Compile Include =" Client\UI\SettingsMenu\Pages\RebindPage.cs" />
109+ <Compile Include =" Client\UI\SettingsMenu\Pages\TerminalPageBase.cs" />
110+ <Compile Include =" Client\UI\SettingsMenu\Pages\TextPage.cs" />
111+ <Compile Include =" Client\UI\SettingsMenu\RichHudTerminal.cs" />
112+ <Compile Include =" Client\UI\SettingsMenu\TerminalPageCategory.cs" />
113+ <Compile Include =" Shared\APIVersionIDTable.cs" />
114+ <Compile Include =" Shared\General\ApiContainers.cs" />
115+ <Compile Include =" Shared\General\Collections.cs" />
116+ <Compile Include =" Shared\General\Extensions\CollectionExtensions.cs" />
117+ <Compile Include =" Shared\General\Extensions\MathExtensions.cs" />
118+ <Compile Include =" Shared\General\Extensions\VectorExtensions.cs" />
119+ <Compile Include =" Shared\General\ObjectPool.cs" />
120+ <Compile Include =" Shared\General\PoolPolicies\ListPoolPolicy.cs" />
121+ <Compile Include =" Shared\General\PoolPolicies\StringBuilderPoolPolicy.cs" />
122+ <Compile Include =" Shared\General\TaskPool.cs" />
123+ <Compile Include =" Shared\General\Utilities\Color.cs" />
124+ <Compile Include =" Shared\General\Utilities\Debug.cs" />
125+ <Compile Include =" Shared\General\Utilities\Math.cs" />
126+ <Compile Include =" Shared\General\Utilities\ProtoBuf.cs" />
127+ <Compile Include =" Shared\General\Utilities\Xml.cs" />
128+ <Compile Include =" Shared\Internal\ExceptionHandler.cs" />
129+ <Compile Include =" Shared\Internal\ModBase.cs" />
130+ <Compile Include =" Shared\Internal\RichHudCore.cs" />
131+ <Compile Include =" Shared\IO\LocalFileIO.cs" />
132+ <Compile Include =" Shared\IO\ReadOnlyModFileIO.cs" />
133+ <Compile Include =" Shared\MsgEnums.cs" />
134+ <Compile Include =" Shared\UI\BindManager\BindClientAccessors.cs" />
135+ <Compile Include =" Shared\UI\BindManager\BindDefinition.cs" />
136+ <Compile Include =" Shared\UI\BindManager\BindGroupInitializer.cs" />
137+ <Compile Include =" Shared\UI\BindManager\ControlHandle.cs" />
138+ <Compile Include =" Shared\UI\BindManager\CustomControls.cs" />
139+ <Compile Include =" Shared\UI\BindManager\IBind.cs" />
140+ <Compile Include =" Shared\UI\BindManager\IBindGroup.cs" />
141+ <Compile Include =" Shared\UI\BindManager\IControl.cs" />
142+ <Compile Include =" Shared\UI\CmdManager.cs" />
143+ <Compile Include =" Shared\UI\HUD\HudElementBases\HudElementBase.cs" />
144+ <Compile Include =" Shared\UI\HUD\HudElementBases\HudNodeBase.cs" />
145+ <Compile Include =" Shared\UI\HUD\HudElementBases\HudNodeData.cs" />
146+ <Compile Include =" Shared\UI\HUD\HudElementBases\HudParentBase.cs" />
147+ <Compile Include =" Shared\UI\HUD\HudElementBases\HudSpaceNodeBase.cs" />
148+ <Compile Include =" Shared\UI\HUD\HudElementBases\LabelBoxBase.cs" />
149+ <Compile Include =" Shared\UI\HUD\HudElementBases\LabelElementBase.cs" />
150+ <Compile Include =" Shared\UI\HUD\HudElementBases\NodeUtils.cs" />
151+ <Compile Include =" Shared\UI\HUD\HudElementBases\ParentUtils.cs" />
152+ <Compile Include =" Shared\UI\HUD\HudElementBases\WindowBase.cs" />
153+ <Compile Include =" Shared\UI\HUD\HudElementEnums.cs" />
154+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\IEntryBox.cs" />
155+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\IHudCollection.cs" />
156+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\ILabelElement.cs" />
157+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\IReadOnlyHudElement.cs" />
158+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\IReadOnlyHudNode.cs" />
159+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\IReadOnlyHudParent.cs" />
160+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\IReadOnlyHudSpaceNode.cs" />
161+ <Compile Include =" Shared\UI\HUD\HudElementInterfaces\IValueControl.cs" />
162+ <Compile Include =" Shared\UI\HUD\HudElements\BorderBox.cs" />
163+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\BorderedButton.cs" />
164+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\BorderedCheckBox.cs" />
165+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\Button.cs" />
166+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\LabelBoxButton.cs" />
167+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\LabelButton.cs" />
168+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\NamedCheckBox.cs" />
169+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\NamedOnOffButton.cs" />
170+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Buttons\OnOffButton.cs" />
171+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\ColorPickerHSV.cs" />
172+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\ColorPickerRGB.cs" />
173+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\ScrollBox.cs" />
174+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\Dropdown.cs" />
175+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\ListBox.cs" />
176+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\RadialSelectionBox.cs" />
177+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\SelectionBox.cs" />
178+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\SelectionBoxBase.cs" />
179+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\TreeBox.cs" />
180+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\TreeBoxBase.cs" />
181+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\SelectionBoxes\TreeList.cs" />
182+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Sliders\NamedSliderBox.cs" />
183+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Sliders\ScrollBar.cs" />
184+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Sliders\SliderBar.cs" />
185+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\Sliders\SliderBox.cs" />
186+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\TextBox.cs" />
187+ <Compile Include =" Shared\UI\HUD\HudElements\ClickableHudElements\TextField.cs" />
188+ <Compile Include =" Shared\UI\HUD\HudElements\ContainerInterfaces\IHudNodeContainer.cs" />
189+ <Compile Include =" Shared\UI\HUD\HudElements\ContainerInterfaces\IListBoxEntry.cs" />
190+ <Compile Include =" Shared\UI\HUD\HudElements\ContainerInterfaces\IScrollBoxEntry.cs" />
191+ <Compile Include =" Shared\UI\HUD\HudElements\ContainerInterfaces\ISelectionBoxEntry.cs" />
192+ <Compile Include =" Shared\UI\HUD\HudElements\Containers\HudElementContainer.cs" />
193+ <Compile Include =" Shared\UI\HUD\HudElements\Containers\HudElementTuple.cs" />
194+ <Compile Include =" Shared\UI\HUD\HudElements\Containers\ListBoxEntry.cs" />
195+ <Compile Include =" Shared\UI\HUD\HudElements\Containers\ScrollBoxEntry.cs" />
196+ <Compile Include =" Shared\UI\HUD\HudElements\Containers\ScrollBoxEntryTuple.cs" />
197+ <Compile Include =" Shared\UI\HUD\HudElements\Containers\SelectionBoxEntry.cs" />
198+ <Compile Include =" Shared\UI\HUD\HudElements\DoubleLabelBox.cs" />
199+ <Compile Include =" Shared\UI\HUD\HudElements\EmptyHudElement.cs" />
200+ <Compile Include =" Shared\UI\HUD\HudElements\HudChain.cs" />
201+ <Compile Include =" Shared\UI\HUD\HudElements\HudCollection.cs" />
202+ <Compile Include =" Shared\UI\HUD\HudElements\InputElements\BindInputElement.cs" />
203+ <Compile Include =" Shared\UI\HUD\HudElements\InputElements\IBindInput.cs" />
204+ <Compile Include =" Shared\UI\HUD\HudElements\InputElements\IClickableElement.cs" />
205+ <Compile Include =" Shared\UI\HUD\HudElements\InputElements\IFocusHandler.cs" />
206+ <Compile Include =" Shared\UI\HUD\HudElements\InputElements\InputFocusHandler.cs" />
207+ <Compile Include =" Shared\UI\HUD\HudElements\InputElements\ListInputElement.cs" />
208+ <Compile Include =" Shared\UI\HUD\HudElements\InputElements\MouseInputElement.cs" />
209+ <Compile Include =" Shared\UI\HUD\HudElements\Label.cs" />
210+ <Compile Include =" Shared\UI\HUD\HudElements\LabelBox.cs" />
211+ <Compile Include =" Shared\UI\HUD\HudElements\TexturedBox.cs" />
212+ <Compile Include =" Shared\UI\HUD\HudMainEnums.cs" />
213+ <Compile Include =" Shared\UI\HUD\HudSpaceNodes\CamSpaceNode.cs" />
214+ <Compile Include =" Shared\UI\HUD\HudSpaceNodes\CustomSpaceNode.cs" />
215+ <Compile Include =" Shared\UI\HUD\HudSpaceNodes\ScaledSpaceNode.cs" />
216+ <Compile Include =" Shared\UI\HUD\ICursor.cs" />
217+ <Compile Include =" Shared\UI\HUD\Rendering\BillboardMats.cs" />
218+ <Compile Include =" Shared\UI\HUD\Rendering\BillboardUtils.cs" />
219+ <Compile Include =" Shared\UI\HUD\Rendering\BlockBoard.cs" />
220+ <Compile Include =" Shared\UI\HUD\Rendering\IFontMin.cs" />
221+ <Compile Include =" Shared\UI\HUD\Rendering\ITextBoard.cs" />
222+ <Compile Include =" Shared\UI\HUD\Rendering\MatBoard.cs" />
223+ <Compile Include =" Shared\UI\HUD\Rendering\Material.cs" />
224+ <Compile Include =" Shared\UI\HUD\Rendering\MaterialFrame.cs" />
225+ <Compile Include =" Shared\UI\HUD\Rendering\PolyBoard.cs" />
226+ <Compile Include =" Shared\UI\HUD\Rendering\PuncturedPolyBoard.cs" />
227+ <Compile Include =" Shared\UI\HUD\Rendering\QuadBoard.cs" />
228+ <Compile Include =" Shared\UI\HUD\Rendering\TextBuilderInterfaces\ILine.cs" />
229+ <Compile Include =" Shared\UI\HUD\Rendering\TextBuilderInterfaces\IRichChar.cs" />
230+ <Compile Include =" Shared\UI\HUD\Rendering\TextBuilderInterfaces\ITextBuilder.cs" />
231+ <Compile Include =" Shared\UI\HUD\RichText\GlyphFormat.cs" />
232+ <Compile Include =" Shared\UI\HUD\RichText\RichText.cs" />
233+ <Compile Include =" Shared\UI\HUD\TerminalColors.cs" />
234+ <Compile Include =" Shared\UI\HUD\ToolTip.cs" />
235+ <Compile Include =" Shared\UI\SettingsMenu\IControlCategory.cs" />
236+ <Compile Include =" Shared\UI\SettingsMenu\IControlPage.cs" />
237+ <Compile Include =" Shared\UI\SettingsMenu\IControlTile.cs" />
238+ <Compile Include =" Shared\UI\SettingsMenu\IModControlRoot.cs" />
239+ <Compile Include =" Shared\UI\SettingsMenu\IRebindPage.cs" />
240+ <Compile Include =" Shared\UI\SettingsMenu\ITerminalControl.cs" />
241+ <Compile Include =" Shared\UI\SettingsMenu\ITerminalPage.cs" />
242+ <Compile Include =" Shared\UI\SettingsMenu\ITerminalPageCategory.cs" />
243+ <Compile Include =" Shared\UI\SettingsMenu\ITextPage.cs" />
244+ <Compile Include =" Shared\UI\SharedBinds.cs" />
245+ <Compile Include =" Shared\UI\TextInput.cs" />
246+ </ItemGroup >
247+ <ItemGroup >
248+ <Folder Include =" Properties\" />
249+ </ItemGroup >
250+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
251+ </Project >
0 commit comments