| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 | 
							- <?xml version="1.0" encoding="utf-8"?>
 
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
-   <ItemGroup Label="ProjectConfigurations">
 
-     <ProjectConfiguration Include="Debug|Win32">
 
-       <Configuration>Debug</Configuration>
 
-       <Platform>Win32</Platform>
 
-     </ProjectConfiguration>
 
-     <ProjectConfiguration Include="Release|Win32">
 
-       <Configuration>Release</Configuration>
 
-       <Platform>Win32</Platform>
 
-     </ProjectConfiguration>
 
-   </ItemGroup>
 
-   <PropertyGroup Label="Globals">
 
-     <ProjectGuid>{EBFE5EB3-182A-47A6-922B-52ECF777F6A3}</ProjectGuid>
 
-     <RootNamespace>rtmidilib</RootNamespace>
 
-   </PropertyGroup>
 
-   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
-   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
-     <ConfigurationType>StaticLibrary</ConfigurationType>
 
-     <CharacterSet>Unicode</CharacterSet>
 
-     <WholeProgramOptimization>true</WholeProgramOptimization>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
-     <ConfigurationType>StaticLibrary</ConfigurationType>
 
-     <CharacterSet>Unicode</CharacterSet>
 
-   </PropertyGroup>
 
-   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
-   <ImportGroup Label="ExtensionSettings">
 
-   </ImportGroup>
 
-   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
-     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
-   </ImportGroup>
 
-   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
-     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
-   </ImportGroup>
 
-   <PropertyGroup Label="UserMacros" />
 
-   <PropertyGroup>
 
-     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
 
-     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
 
-     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
 
-     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
 
-     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
 
-   </PropertyGroup>
 
-   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
-     <ClCompile>
 
-       <Optimization>Disabled</Optimization>
 
-       <PreprocessorDefinitions>__WINDOWS_MM__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
-       <MinimalRebuild>true</MinimalRebuild>
 
-       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
-       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
-       <WarningLevel>Level3</WarningLevel>
 
-       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
-     </ClCompile>
 
-     <Lib>
 
-       <OutputFile>..\lib\rtmidid.lib</OutputFile>
 
-     </Lib>
 
-   </ItemDefinitionGroup>
 
-   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
-     <ClCompile>
 
-       <Optimization>MaxSpeed</Optimization>
 
-       <IntrinsicFunctions>true</IntrinsicFunctions>
 
-       <PreprocessorDefinitions>__WINDOWS_MM__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
-       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
-       <FunctionLevelLinking>true</FunctionLevelLinking>
 
-       <WarningLevel>Level3</WarningLevel>
 
-       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
-     </ClCompile>
 
-     <Lib>
 
-       <OutputFile>..\lib\rtmidi.lib</OutputFile>
 
-     </Lib>
 
-   </ItemDefinitionGroup>
 
-   <ItemGroup>
 
-     <ClCompile Include="..\Midi.cpp" />
 
-     <ClCompile Include="..\MidiMessage.cpp" />
 
-     <ClCompile Include="..\RtMidi.cpp" />
 
-     <ClCompile Include="..\Launchpad.cpp" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ClInclude Include="..\Midi.h" />
 
-     <ClInclude Include="..\MidiMessage.h" />
 
-     <ClInclude Include="..\RtMidi.h" />
 
-     <ClInclude Include="..\Launchpad.h" />
 
-   </ItemGroup>
 
-   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
-   <ImportGroup Label="ExtensionTargets">
 
-   </ImportGroup>
 
- </Project>
 
 
  |