Replaced the old VS templates with ones that offer more flexiblity. Started replacing the Content Project for the samples with our custom project type. Inlcuded a basic not yet working AssimpImporter.
20 lines
726 B
XML
20 lines
726 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ContentProject Version="1.3" Creator="ANX Visual Studio Extension" xmlns="https://anxframework.codeplex.com/AnxContentProject.xsd">
|
|
<ProjectName>$projectname$</ProjectName>
|
|
<Configurations>
|
|
<Configuration Name="Debug" Platform="Windows">
|
|
<Profile>HiDef</Profile>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<CompressContent>false</CompressContent>
|
|
</Configuration>
|
|
<Configuration Name="Release" Platform="Windows">
|
|
<Profile>HiDef</Profile>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<CompressContent>false</CompressContent>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<BuildItems>
|
|
</BuildItems>
|
|
</ContentProject> |