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.
23 lines
911 B
XML
23 lines
911 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$ Content</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>
|
|
<BuildReferences>
|
|
<BuildReference Include="../$safeprojectname$/$safeprojectname$.csproj" Guid="$guid1$" ContentRoot="Content" Name="$projectName$"/>
|
|
</BuildReferences>
|
|
<BuildItems>
|
|
</BuildItems>
|
|
</ContentProject> |