preliminary implimentation of dynamic-sized input
This commit is contained in:
@ -13,12 +13,14 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\caesarcrypt.c" />
|
||||
<ClCompile Include="src\crypt.c" />
|
||||
<ClCompile Include="src\dyninput.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="caesarcrypt.licenseheader" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\crypt.h" />
|
||||
<ClInclude Include="src\dyninput.h" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
||||
|
Reference in New Issue
Block a user