adjust LangResCollector for v1.14

This commit is contained in:
2023-01-06 15:46:53 +01:00
parent 6d46fab91b
commit fadf1f05c4
3 changed files with 52 additions and 30 deletions

View File

@@ -4,13 +4,14 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows7</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>SM64_ROM_Manager_LangRes_Collector</RootNamespace>
<StartupObject>SM64_ROM_Manager_LangRes_Collector.Program</StartupObject>
<RootNamespace>SM64_ROM_Manager.LangRes_Collector</RootNamespace>
<StartupObject>SM64_ROM_Manager.LangRes_Collector.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FastColoredTextBox-net5" Version="2.17.30.100" />
<PackageReference Include="FastColoredTextBox.Net5" Version="2.16.26" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
<ItemGroup>
@@ -20,12 +21,18 @@
<Reference Include="DevComponents.DotNetBar.Charts">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.DotNetBar.Charts.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar.Design">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.DotNetBar.Design.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar.Keyboard">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.DotNetBar.Keyboard.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar.Layout">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.DotNetBar.Layout.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar.Layout.Design">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.DotNetBar.Layout.Design.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar.Schedule">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.DotNetBar.Schedule.dll</HintPath>
</Reference>
@@ -38,6 +45,12 @@
<Reference Include="DevComponents.Instrumentation">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.Instrumentation.dll</HintPath>
</Reference>
<Reference Include="DevComponents.Instrumentation.Design">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.Instrumentation.Design.dll</HintPath>
</Reference>
<Reference Include="DevComponents.SuperGrid.Design">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.SuperGrid.Design.dll</HintPath>
</Reference>
<Reference Include="DevComponents.TreeGX">
<HintPath>..\Shared Libs\DotNetBarNew\DevComponents.TreeGX.dll</HintPath>
</Reference>