Skip to content

Commit

Permalink
moved to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitris Kastaniotis committed Nov 23, 2023
1 parent 889f555 commit 54af2dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Sups.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sups", "Sups\Sups.csproj", "{CD79756C-E667-440D-9B7A-FC8F76DEA69C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iconic.Core", "..\Iconic.Core\Iconic.Core\Iconic.Core.csproj", "{BC3ECC43-224A-4F72-B691-D95632AF32C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sups.Tests", "Sups.Tests\Sups.Tests.csproj", "{1682424E-8D10-47FC-938B-FA684131B14B}"
EndProject
Global
Expand All @@ -16,10 +14,6 @@ Global
{CD79756C-E667-440D-9B7A-FC8F76DEA69C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD79756C-E667-440D-9B7A-FC8F76DEA69C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD79756C-E667-440D-9B7A-FC8F76DEA69C}.Release|Any CPU.Build.0 = Release|Any CPU
{BC3ECC43-224A-4F72-B691-D95632AF32C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC3ECC43-224A-4F72-B691-D95632AF32C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC3ECC43-224A-4F72-B691-D95632AF32C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC3ECC43-224A-4F72-B691-D95632AF32C2}.Release|Any CPU.Build.0 = Release|Any CPU
{1682424E-8D10-47FC-938B-FA684131B14B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1682424E-8D10-47FC-938B-FA684131B14B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1682424E-8D10-47FC-938B-FA684131B14B}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
3 changes: 2 additions & 1 deletion Sups.sln.DotSettings.user
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<s:String x:Key="/Default/Environment/Highlighting/HighlightingSourceSnapshotLocation/@EntryValue">/home/dimkasta/.cache/JetBrains/Rider2023.2/resharper-host/temp/Rider/vAny/CoverageData/_Sups.-642809374/Snapshot/snapshot.utdcvr</s:String>
<s:String x:Key="/Default/Environment/UnitTesting/UnitTestSessionStore/Sessions/=e92716a7_002D3de6_002D42d7_002D83ff_002D88818e1fa443/@EntryIndexedValue">&lt;SessionState ContinuousTestingMode="0" IsActive="True" Name="All tests from Solution" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"&gt;
&lt;Solution /&gt;
&lt;/SessionState&gt;</s:String></wpf:ResourceDictionary>
&lt;/SessionState&gt;</s:String>
</wpf:ResourceDictionary>
2 changes: 1 addition & 1 deletion Sups/Sups.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Iconic.Core\Iconic.Core\Iconic.Core.csproj" />
<PackageReference Include="Iconic.Core" Version="1.0.10" />
</ItemGroup>

</Project>

0 comments on commit 54af2dc

Please sign in to comment.