Skip to content

Commit

Permalink
Renaming LiteFx to Fx and LiteFxBrowser to LiteFx
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Jul 25, 2021
1 parent 7309c78 commit d882db1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -34,8 +34,8 @@ src/compiledlibraries/net472dlls/
src/compiledlibraries/net461dllsAOT/
src/compiledlibraries/net472dllsAOT/
src/compiledlibraries/unitynet35dlls/
liteFxOutput/Nethereum.LiteFx/**
liteFxOutput/Nethereum.LiteFxTests/**
FxOutput/Nethereum.Fx/**
FxOutput/Nethereum.Fx.Tests/**

# Visual Studio 2015 cache/options directory
.vs/
Expand Down
6 changes: 3 additions & 3 deletions Nethereum.LiteFx.sln → Nethereum.Fx.sln
Expand Up @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.LiteFx", "src\Nethereum.LiteFx.csproj", "{2BC13ADC-AB5A-4DD2-9483-D4111DB5CEE4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.Fx", "src\Nethereum.Fx.csproj", "{2BC13ADC-AB5A-4DD2-9483-D4111DB5CEE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.LiteFx.Tests", "tests\Nethereum.LiteFx.Tests.csproj", "{DC7E1012-91A3-408C-95E7-10D697DC3A1F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.Fx.Tests", "tests\Nethereum.Fx.Tests.csproj", "{DC7E1012-91A3-408C-95E7-10D697DC3A1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.LiteFxBrowser", "liteFxOutput\Nethereum.LiteFxBrowser\Nethereum.LiteFxBrowser.csproj", "{CB269109-AF81-4F43-BA48-CFF8C6B0A121}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nethereum.LiteFx", "FxOutput\Nethereum.LiteFx\Nethereum.LiteFx.csproj", "{CB269109-AF81-4F43-BA48-CFF8C6B0A121}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion src/Nethereum.LiteFx.csproj → src/Nethereum.Fx.csproj
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\liteFxOutput\Nethereum.LiteFx\</OutputPath>
<OutputPath>..\FxOutput\Nethereum.Fx\</OutputPath>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
Expand Down
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<OutputPath>..\liteFxOutput\Nethereum.LiteFxTests\</OutputPath>
<OutputPath>..\FxOutput\Nethereum.Fx.Tests\</OutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -149,7 +149,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\Nethereum.LiteFx.csproj" />
<ProjectReference Include="..\src\Nethereum.Fx.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d882db1

Please sign in to comment.