diff options
author | Leonard Kugis <leonard@kug.is> | 2022-04-25 18:43:46 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2022-04-25 18:43:46 +0200 |
commit | c9dd9469183d95c6c2f4d01e3d6365ec57386a65 (patch) | |
tree | 07ec933179eced02eec8a70f8b64c9281d453457 /.project (1) |
Diffstat (limited to '.project (1)')
-rwxr-xr-x | .project (1) | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.project (1) b/.project (1) new file mode 100755 index 0000000..5a0ce15 --- /dev/null +++ b/.project (1) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Kryptographie</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
|