Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions LevelScriptEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net5.0</TargetFramework>
<UseWindowsForms>false</UseWindowsForms>
<Version>0.0.2</Version>
<Authors>joey</Authors>
</PropertyGroup>

</Project>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.22.25.128" />
<PackageReference Include="GtkSourceSharp" Version="3.22.25.128" />
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<Compile Remove="src\Forms\ReplaceScriptsForm*.cs" />
<Compile Remove="src\Forms\Login*.cs" />
<Compile Remove="src\Forms\Server*.cs" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions LevelScriptEditor.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=NPC/@EntryIndexedValue">NPC</s:String></wpf:ResourceDictionary>
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "5.0.100-rc.1.20452.10"
}
}
264 changes: 200 additions & 64 deletions src/Forms/MainWindow.Designer.cs

Large diffs are not rendered by default.

Loading