Unneeded settings file deleted

This commit is contained in:
Raynaldo Rivera 2011-06-26 02:26:37 +00:00
parent 0f93cb1fa8
commit d98968d433
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<StartWorkingDirectory>D:\Eigene Dateien\Ogre CVS\cAudio\Samples\CSharpAudioPlayer\bin\debug</StartWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<StartWorkingDirectory>D:\Eigene Dateien\Ogre CVS\cAudio\Samples\CSharpAudioPlayer\bin\release</StartWorkingDirectory>
</PropertyGroup>
</Project>