104 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <PropertyGroup>
 | 
						|
    <ProjectType>Local</ProjectType>
 | 
						|
    <ProductVersion>8.0.50727</ProductVersion>
 | 
						|
    <SchemaVersion>2.0</SchemaVersion>
 | 
						|
    <ProjectGuid>{49444AE7-02F6-40C2-9348-D2F1A448CC3B}</ProjectGuid>
 | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | 
						|
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | 
						|
    <ApplicationIcon>App.ico</ApplicationIcon>
 | 
						|
    <AssemblyKeyContainerName>
 | 
						|
    </AssemblyKeyContainerName>
 | 
						|
    <AssemblyName>CSharp.02.3DSound</AssemblyName>
 | 
						|
    <AssemblyOriginatorKeyFile>
 | 
						|
    </AssemblyOriginatorKeyFile>
 | 
						|
    <DefaultClientScript>JScript</DefaultClientScript>
 | 
						|
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
 | 
						|
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
 | 
						|
    <DelaySign>false</DelaySign>
 | 
						|
    <OutputType>Exe</OutputType>
 | 
						|
    <RootNamespace>CSharp._02._3DSound</RootNamespace>
 | 
						|
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 | 
						|
    <StartupObject>
 | 
						|
    </StartupObject>
 | 
						|
    <FileUpgradeFlags>
 | 
						|
    </FileUpgradeFlags>
 | 
						|
    <UpgradeBackupLocation>
 | 
						|
    </UpgradeBackupLocation>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
						|
    <OutputPath>..\..\bin\dotnet-2.0\</OutputPath>
 | 
						|
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
 | 
						|
    <BaseAddress>285212672</BaseAddress>
 | 
						|
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 | 
						|
    <ConfigurationOverrideFile>
 | 
						|
    </ConfigurationOverrideFile>
 | 
						|
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
						|
    <DocumentationFile>
 | 
						|
    </DocumentationFile>
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <FileAlignment>4096</FileAlignment>
 | 
						|
    <NoStdLib>false</NoStdLib>
 | 
						|
    <NoWarn>
 | 
						|
    </NoWarn>
 | 
						|
    <Optimize>false</Optimize>
 | 
						|
    <RegisterForComInterop>false</RegisterForComInterop>
 | 
						|
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 | 
						|
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 | 
						|
    <WarningLevel>4</WarningLevel>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
						|
    <OutputPath>..\..\bin\dotnet-2.0\</OutputPath>
 | 
						|
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
 | 
						|
    <BaseAddress>285212672</BaseAddress>
 | 
						|
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 | 
						|
    <ConfigurationOverrideFile>
 | 
						|
    </ConfigurationOverrideFile>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <DocumentationFile>
 | 
						|
    </DocumentationFile>
 | 
						|
    <DebugSymbols>false</DebugSymbols>
 | 
						|
    <FileAlignment>4096</FileAlignment>
 | 
						|
    <NoStdLib>false</NoStdLib>
 | 
						|
    <NoWarn>
 | 
						|
    </NoWarn>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <RegisterForComInterop>false</RegisterForComInterop>
 | 
						|
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 | 
						|
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 | 
						|
    <WarningLevel>4</WarningLevel>
 | 
						|
    <DebugType>none</DebugType>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <PlatformTarget>x86</PlatformTarget>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="irrKlang.NET2.0, Version=1.6.0.0, Culture=neutral, PublicKeyToken=a854741bd80517c7, processorArchitecture=x86" />
 | 
						|
    <Reference Include="System">
 | 
						|
      <Name>System</Name>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="System.Data">
 | 
						|
      <Name>System.Data</Name>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="System.Xml">
 | 
						|
      <Name>System.XML</Name>
 | 
						|
    </Reference>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Content Include="App.ico" />
 | 
						|
    <Compile Include="AssemblyInfo.cs">
 | 
						|
      <SubType>Code</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="Class1.cs">
 | 
						|
      <SubType>Code</SubType>
 | 
						|
    </Compile>
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <PreBuildEvent>
 | 
						|
    </PreBuildEvent>
 | 
						|
    <PostBuildEvent>
 | 
						|
    </PostBuildEvent>
 | 
						|
  </PropertyGroup>
 | 
						|
</Project> |