- added ContentProject to Tasks namespace - implemented Saving of the ContentProject (Loading is still missing) Content Compiler: - Basic creation/saving of an empty project without any files to XML works - added Save and SaveAs implementations
8 lines
160 B
XML
8 lines
160 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup>
|
|
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
|
</configuration>
|