Skip to content

Commit 9c55ba9

Browse files
authored
Merge pull request #862 from FFXIV-CombatReborn/ecommonsNuget
Update ecommons, move from submodule to nuget package
2 parents 67b8854 + debf1db commit 9c55ba9

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

RotationSolver.Basic/RotationSolver.Basic.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
<PrivateAssets>all</PrivateAssets>
7878
</ProjectReference>
7979

80+
<PackageReference Include="ECommons" Version="3.0.0.1" />
81+
8082
<PackageReference Include="System.Drawing.Common" Version="9.0.5" />
8183
<ProjectReference Include="..\RotationSolver.SourceGenerators\RotationSolver.SourceGenerators.csproj" OutputItemType="Analyzer" ExcludeAssets="All" />
8284

RotationSolver.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1919
EndProject
2020
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RotationSolver", "RotationSolver\RotationSolver.csproj", "{99EA3D95-33DC-424F-A9E6-FE6064F11592}"
2121
EndProject
22-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommons", "ECommons\ECommons\ECommons.csproj", "{8EEA92E7-5D31-47AE-868A-0DCB96BAD31B}"
23-
EndProject
2422
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RotationSolver.Basic", "RotationSolver.Basic\RotationSolver.Basic.csproj", "{E4895C89-77DB-48CE-81DD-22B7B524EFFA}"
2523
EndProject
2624
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RotationSolver.SourceGenerators", "RotationSolver.SourceGenerators\RotationSolver.SourceGenerators.csproj", "{9DC5B596-ED7C-4FF7-AC3C-B3DB79BC3B86}"
@@ -43,10 +41,6 @@ Global
4341
{99EA3D95-33DC-424F-A9E6-FE6064F11592}.Debug|x64.Build.0 = Debug|x64
4442
{99EA3D95-33DC-424F-A9E6-FE6064F11592}.Release|x64.ActiveCfg = Release|x64
4543
{99EA3D95-33DC-424F-A9E6-FE6064F11592}.Release|x64.Build.0 = Release|x64
46-
{8EEA92E7-5D31-47AE-868A-0DCB96BAD31B}.Debug|x64.ActiveCfg = Debug|x64
47-
{8EEA92E7-5D31-47AE-868A-0DCB96BAD31B}.Debug|x64.Build.0 = Debug|x64
48-
{8EEA92E7-5D31-47AE-868A-0DCB96BAD31B}.Release|x64.ActiveCfg = Release|x64
49-
{8EEA92E7-5D31-47AE-868A-0DCB96BAD31B}.Release|x64.Build.0 = Release|x64
5044
{E4895C89-77DB-48CE-81DD-22B7B524EFFA}.Debug|x64.ActiveCfg = Debug|x64
5145
{E4895C89-77DB-48CE-81DD-22B7B524EFFA}.Debug|x64.Build.0 = Debug|x64
5246
{E4895C89-77DB-48CE-81DD-22B7B524EFFA}.Release|x64.ActiveCfg = Release|x64

RotationSolver/RotationSolver.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<OutputPath>$(SolutionDir)\bin\$(Configuration)</OutputPath>
1313
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1414
</PropertyGroup>
15+
<ItemGroup>
16+
<PackageReference Include="ECommons" Version="3.0.0.1" />
17+
</ItemGroup>
1518
<ItemGroup>
1619
<Reference Include="Dalamud.Common">
1720
<HintPath>$(DalamudLibPath)Dalamud.Common.dll</HintPath>

0 commit comments

Comments
 (0)