9 lines
400 B
XML
9 lines
400 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectView>ShowAllFiles</ProjectView>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<StartWorkingDirectory>E:\dx11intro\Engine\Engine\</StartWorkingDirectory>
|
|
</PropertyGroup>
|
|
</Project> |