mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-11-22 00:00:28 -05:00
This is my initial commit; I have all the necessary files, and the code technically works. Right now, the output maps are just black, but soon they will be actual world maps.
18 lines
374 B
XML
18 lines
374 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>Map-Projections</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>
|