File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
638
638
<Compile Include =" src\crypto\digests\NonMemoableDigest.cs" />
639
639
<Compile Include =" src\crypto\engines\SerpentEngineBase.cs" />
640
640
<Compile Include =" src\crypto\engines\TnepresEngine.cs" />
641
+ <Compile Include =" src\crypto\generators\BCrypt.cs" />
642
+ <Compile Include =" src\crypto\generators\OpenBsdBCrypt.cs" />
641
643
<Compile Include =" src\crypto\IAsymmetricBlockCipher.cs" />
642
644
<Compile Include =" src\crypto\IAsymmetricCipherKeyPairGenerator.cs" />
643
645
<Compile Include =" src\crypto\IBasicAgreement.cs" />
1510
1512
<None Include =" checklist.txt" />
1511
1513
</ItemGroup >
1512
1514
<Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
1513
- </Project >
1515
+ </Project >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
633
633
<Compile Include =" src\crypto\digests\NonMemoableDigest.cs" />
634
634
<Compile Include =" src\crypto\engines\SerpentEngineBase.cs" />
635
635
<Compile Include =" src\crypto\engines\TnepresEngine.cs" />
636
+ <Compile Include =" src\crypto\generators\BCrypt.cs" />
637
+ <Compile Include =" src\crypto\generators\OpenBsdBCrypt.cs" />
636
638
<Compile Include =" src\crypto\IAsymmetricBlockCipher.cs" />
637
639
<Compile Include =" src\crypto\IAsymmetricCipherKeyPairGenerator.cs" />
638
640
<Compile Include =" src\crypto\IBasicAgreement.cs" />
1505
1507
<None Include =" checklist.txt" />
1506
1508
</ItemGroup >
1507
1509
<Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
1508
- </Project >
1510
+ </Project >
You can’t perform that action at this time.
0 commit comments