108 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			108 lines
		
	
	
		
			3.9 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>{C03B0E11-9BB1-4E8E-AF4D-5374AC9E47EE}</ProjectGuid>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ApplicationIcon>
 | |
|     </ApplicationIcon>
 | |
|     <AssemblyKeyContainerName>
 | |
|     </AssemblyKeyContainerName>
 | |
|     <AssemblyName>VisualBasic.02.3DSound</AssemblyName>
 | |
|     <AssemblyOriginatorKeyFile>
 | |
|     </AssemblyOriginatorKeyFile>
 | |
|     <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
 | |
|     <DefaultClientScript>JScript</DefaultClientScript>
 | |
|     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
 | |
|     <DefaultTargetSchema>IE50</DefaultTargetSchema>
 | |
|     <DelaySign>false</DelaySign>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <OptionCompare>Binary</OptionCompare>
 | |
|     <OptionExplicit>On</OptionExplicit>
 | |
|     <OptionStrict>Off</OptionStrict>
 | |
|     <RootNamespace>VisualBasic._02._3DSound</RootNamespace>
 | |
|     <StartupObject>VisualBasic._02._3DSound.Module1</StartupObject>
 | |
|     <FileUpgradeFlags>
 | |
|     </FileUpgradeFlags>
 | |
|     <MyType>Console</MyType>
 | |
|     <UpgradeBackupLocation>
 | |
|     </UpgradeBackupLocation>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <OutputPath>..\..\bin\dotnet-1.1\</OutputPath>
 | |
|     <DocumentationFile>VisualBasic.02.3DSound.xml</DocumentationFile>
 | |
|     <BaseAddress>285212672</BaseAddress>
 | |
|     <ConfigurationOverrideFile>
 | |
|     </ConfigurationOverrideFile>
 | |
|     <DefineConstants>
 | |
|     </DefineConstants>
 | |
|     <DefineDebug>true</DefineDebug>
 | |
|     <DefineTrace>true</DefineTrace>
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <Optimize>false</Optimize>
 | |
|     <RegisterForComInterop>false</RegisterForComInterop>
 | |
|     <RemoveIntegerChecks>false</RemoveIntegerChecks>
 | |
|     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 | |
|     <WarningLevel>1</WarningLevel>
 | |
|     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
 | |
|     <DebugType>full</DebugType>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <OutputPath>..\..\bin\dotnet-1.1\</OutputPath>
 | |
|     <DocumentationFile>VisualBasic.02.3DSound.xml</DocumentationFile>
 | |
|     <BaseAddress>285212672</BaseAddress>
 | |
|     <ConfigurationOverrideFile>
 | |
|     </ConfigurationOverrideFile>
 | |
|     <DefineConstants>
 | |
|     </DefineConstants>
 | |
|     <DefineDebug>false</DefineDebug>
 | |
|     <DefineTrace>true</DefineTrace>
 | |
|     <DebugSymbols>false</DebugSymbols>
 | |
|     <Optimize>true</Optimize>
 | |
|     <RegisterForComInterop>false</RegisterForComInterop>
 | |
|     <RemoveIntegerChecks>false</RemoveIntegerChecks>
 | |
|     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 | |
|     <WarningLevel>1</WarningLevel>
 | |
|     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
 | |
|     <DebugType>none</DebugType>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="irrKlang.NET">
 | |
|       <Name>irrKlang.NET</Name>
 | |
|       <HintPath>..\..\bin\dotnet-1.1\irrKlang.NET.dll</HintPath>
 | |
|     </Reference>
 | |
|     <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>
 | |
|     <Import Include="Microsoft.VisualBasic" />
 | |
|     <Import Include="System" />
 | |
|     <Import Include="System.Collections" />
 | |
|     <Import Include="System.Data" />
 | |
|     <Import Include="System.Diagnostics" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="AssemblyInfo.vb">
 | |
|       <SubType>Code</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Module1.vb">
 | |
|       <SubType>Code</SubType>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
 | |
|   <PropertyGroup>
 | |
|     <PreBuildEvent>
 | |
|     </PreBuildEvent>
 | |
|     <PostBuildEvent>
 | |
|     </PostBuildEvent>
 | |
|   </PropertyGroup>
 | |
| </Project> |