Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
stulzq committed Jun 6, 2018
1 parent a000539 commit e36bea5
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions XC.Framework.Security.sln → RSAUtil.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XC.Framework.Security.Test", "XC.Framework.Security.Test\XC.Framework.Security.Test.csproj", "{939349EF-A767-49C5-9925-6C2705D6D2F0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XC.RSAUtil.Test", "XC.RSAUtil.Test\XC.RSAUtil.Test.csproj", "{939349EF-A767-49C5-9925-6C2705D6D2F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XC.Framework.Security.RSAUtil", "XC.Framework.Security.RSAUtil\XC.Framework.Security.RSAUtil.csproj", "{1EBBF9AB-132C-4B9B-A951-31618B713003}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XC.RSAUtil", "XC.RSAUtil\XC.RSAUtil.csproj", "{1EBBF9AB-132C-4B9B-A951-31618B713003}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XC.BouncyCastle.Crypto", "BouncyCastle.Crypto\XC.BouncyCastle.Crypto.csproj", "{0E7A4128-66AF-4111-A835-51D9BF4371B6}"
EndProject
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\XC.Framework.Security.RSAUtil\XC.Framework.Security.RSAUtil.csproj" />
<ProjectReference Include="..\XC.RSAUtil\XC.RSAUtil.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e36bea5

Please sign in to comment.