mirror of
https://github.com/Smaug123/dotnet-classical-ciphers
synced 2025-10-13 08:28:39 +00:00
Initial commit
This commit is contained in:
19
CipherSuite/CipherSuite.fsproj
Normal file
19
CipherSuite/CipherSuite.fsproj
Normal file
@@ -0,0 +1,19 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="Arr4D.fs" />
|
||||
<Compile Include="Assembly.fs" />
|
||||
<Compile Include="FitnessAnalyser.fs" />
|
||||
<Compile Include="Caesar.fs" />
|
||||
<Compile Include="Affine.fs" />
|
||||
<Compile Include="Monoalphabetic.fs" />
|
||||
<EmbeddedResource Include="tetragraphs.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user