mirror of
https://github.com/Smaug123/dotnet-classical-ciphers
synced 2025-10-06 04:58:40 +00:00
20 lines
616 B
XML
20 lines
616 B
XML
<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>
|