Hopefully fixed runtime identifiers stopping the program from running.

NodesAndConnections
Liam Golly 5 years ago
parent 0cab8fdb72
commit 9b64435906

@ -28,11 +28,9 @@
</select> </select>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="8d840f1a-4000-4390-ab3f-2383ed6434d5" name="Default Changelist" comment="Added Paths custom control and Modes enum."> <list default="true" id="8d840f1a-4000-4390-ab3f-2383ed6434d5" name="Default Changelist" comment="Updated Paths with a direction enum, and added seaskipper costs enum">
<change afterPath="$PROJECT_DIR$/Extensions/Direction.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Extensions/SeaskipperCosts.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.NodeEditor/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.NodeEditor/.idea/contentModel.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.NodeEditor/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.NodeEditor/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/.idea.NodeEditor/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.NodeEditor/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Controls/Node.xaml.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Controls/Node.xaml.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/NodeEditor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/NodeEditor.csproj" afterDir="false" /> <change beforePath="$PROJECT_DIR$/NodeEditor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/NodeEditor.csproj" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@ -48,15 +46,19 @@
</option> </option>
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component> </component>
<component name="HighlightingSettingsPerFile">
<setting file="mock://C:/Users/Liam/NodeEditor/Controls/Path.xaml.cs" root0="SKIP_HIGHLIGHTING" />
</component>
<component name="IdeDocumentHistory"> <component name="IdeDocumentHistory">
<option name="CHANGED_PATHS"> <option name="CHANGED_PATHS">
<list> <list>
<option value="$PROJECT_DIR$/Controls/Node.xaml.cs" />
<option value="$PROJECT_DIR$/Controls/Path.xaml" /> <option value="$PROJECT_DIR$/Controls/Path.xaml" />
<option value="$PROJECT_DIR$/Extensions/Modes.cs" /> <option value="$PROJECT_DIR$/Extensions/Modes.cs" />
<option value="$PROJECT_DIR$/Controls/Path.xaml.cs" />
<option value="$PROJECT_DIR$/Extensions/SeaskipperCosts.cs" /> <option value="$PROJECT_DIR$/Extensions/SeaskipperCosts.cs" />
<option value="$PROJECT_DIR$/Extensions/Direction.cs" /> <option value="$PROJECT_DIR$/Extensions/Direction.cs" />
<option value="$PROJECT_DIR$/Controls/Path.xaml.cs" />
<option value="$PROJECT_DIR$/Controls/Node.xaml.cs" />
<option value="$PROJECT_DIR$/NodeEditor.csproj" />
</list> </list>
</option> </option>
</component> </component>
@ -114,7 +116,7 @@
<updated>1608418540783</updated> <updated>1608418540783</updated>
<workItem from="1608418548513" duration="1911000" /> <workItem from="1608418548513" duration="1911000" />
<workItem from="1608578473230" duration="1904000" /> <workItem from="1608578473230" duration="1904000" />
<workItem from="1608581445298" duration="3174000" /> <workItem from="1608581445298" duration="4238000" />
</task> </task>
<task id="LOCAL-00001" summary="Added custom Node control"> <task id="LOCAL-00001" summary="Added custom Node control">
<created>1608580007149</created> <created>1608580007149</created>
@ -130,7 +132,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1608582666680</updated> <updated>1608582666680</updated>
</task> </task>
<option name="localTasksCounter" value="3" /> <task id="LOCAL-00003" summary="Updated Paths with a direction enum, and added seaskipper costs enum">
<created>1608584795551</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1608584795551</updated>
</task>
<option name="localTasksCounter" value="4" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -181,13 +190,18 @@
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" /> <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
<MESSAGE value="Added custom Node control" /> <MESSAGE value="Added custom Node control" />
<MESSAGE value="Added Paths custom control and Modes enum." /> <MESSAGE value="Added Paths custom control and Modes enum." />
<option name="LAST_COMMIT_MESSAGE" value="Added Paths custom control and Modes enum." /> <MESSAGE value="Updated Paths with a direction enum, and added seaskipper costs enum" />
<option name="LAST_COMMIT_MESSAGE" value="Updated Paths with a direction enum, and added seaskipper costs enum" />
</component> </component>
<component name="WindowStateProjectService"> <component name="WindowStateProjectService">
<state x="0" y="228" key="SettingsEditor" timestamp="1608583242732"> <state x="0" y="228" key="SettingsEditor" timestamp="1608583242732">
<screen x="0" y="0" width="1920" height="1160" /> <screen x="0" y="0" width="1920" height="1160" />
</state> </state>
<state x="0" y="228" key="SettingsEditor/0.0.1920.1160@0.0.1920.1160" timestamp="1608583242732" /> <state x="0" y="228" key="SettingsEditor/0.0.1920.1160@0.0.1920.1160" timestamp="1608583242732" />
<state x="92" y="92" width="1736" height="976" key="VCS.FileHistoryDialog" timestamp="1608585366848">
<screen x="0" y="0" width="1920" height="1160" />
</state>
<state x="92" y="92" width="1736" height="976" key="VCS.FileHistoryDialog/0.0.1920.1160@0.0.1920.1160" timestamp="1608585366848" />
<state x="552" y="313" key="Vcs.Push.Dialog.v2" timestamp="1608582676704"> <state x="552" y="313" key="Vcs.Push.Dialog.v2" timestamp="1608582676704">
<screen x="0" y="0" width="1920" height="1160" /> <screen x="0" y="0" width="1920" height="1160" />
</state> </state>

@ -10,8 +10,6 @@ namespace NodeEditor.Controls
public partial class Node : UserControl public partial class Node : UserControl
{ {
public static List<Node> Nodes { get; } = new List<Node>(); public static List<Node> Nodes { get; } = new List<Node>();
// ReSharper disable once UnusedAutoPropertyAccessor.Global
public string Desc { get; set; } public string Desc { get; set; }
public Node() public Node()

@ -9,6 +9,7 @@
<RootNamespace>NodeEditor</RootNamespace> <RootNamespace>NodeEditor</RootNamespace>
<AssemblyName>NodeEditor</AssemblyName> <AssemblyName>NodeEditor</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<RuntimeIdentifiers>win</RuntimeIdentifiers>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>

Loading…
Cancel
Save