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.
28 lines
869 B
XML
28 lines
869 B
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{1231F66C-FF21-4DC6-8EEE-2BA88186DC16}</ProjectGuid>
|
|
<AssemblyName>VisualStudio.Project.UnitTests</AssemblyName>
|
|
|
|
<GlobalProperty>Global</GlobalProperty>
|
|
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<ConfigProperty>DebugValue</ConfigProperty>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<ConfigProperty>ReleaseValue</ConfigProperty>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="File.cs" />
|
|
<Compile Include="OtherFile.cs">
|
|
<Metadata>OtherFileProperty</Metadata>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<Target Name="GetFrameworkPaths">
|
|
|
|
</Target>
|
|
</Project> |