prj/syntrax-c/syntrax-c.vcxprojView |
---|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|Win32"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Release|Win32"> |
| 9 | + <Configuration>Release</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + </ItemGroup> |
| 13 | + <ItemGroup> |
| 14 | + <ClCompile Include="..\..\src\syntrax\file.c" /> |
| 15 | + <ClCompile Include="..\..\src\syntrax\resampler.c" /> |
| 16 | + <ClCompile Include="..\..\src\syntrax\syntrax.c" /> |
| 17 | + </ItemGroup> |
| 18 | + <ItemGroup> |
| 19 | + <ClInclude Include="..\..\src\syntrax\file.h" /> |
| 20 | + <ClInclude Include="..\..\src\syntrax\resampler.h" /> |
| 21 | + <ClInclude Include="..\..\src\syntrax\syntrax.h" /> |
| 22 | + </ItemGroup> |
| 23 | + <PropertyGroup Label="Globals"> |
| 24 | + <ProjectGuid>{F66764E0-B136-4EDB-8F6A-8D2C4E984CBC}</ProjectGuid> |
| 25 | + <Keyword>Win32Proj</Keyword> |
| 26 | + <RootNamespace>syntraxc</RootNamespace> |
| 27 | + </PropertyGroup> |
| 28 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 29 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 30 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 31 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 32 | + <CharacterSet>Unicode</CharacterSet> |
| 33 | + </PropertyGroup> |
| 34 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 35 | + <ConfigurationType>StaticLibrary</ConfigurationType> |
| 36 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 37 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 38 | + <CharacterSet>Unicode</CharacterSet> |
| 39 | + </PropertyGroup> |
| 40 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 41 | + <ImportGroup Label="ExtensionSettings"> |
| 42 | + </ImportGroup> |
| 43 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 44 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 45 | + </ImportGroup> |
| 46 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 47 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 48 | + </ImportGroup> |
| 49 | + <PropertyGroup Label="UserMacros" /> |
| 50 | + <PropertyGroup /> |
| 51 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 52 | + <ClCompile> |
| 53 | + <PrecompiledHeader> |
| 54 | + </PrecompiledHeader> |
| 55 | + <WarningLevel>Level3</WarningLevel> |
| 56 | + <Optimization>Disabled</Optimization> |
| 57 | + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 58 | + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 59 | + </ClCompile> |
| 60 | + <Link> |
| 61 | + <SubSystem>Windows</SubSystem> |
| 62 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 63 | + </Link> |
| 64 | + </ItemDefinitionGroup> |
| 65 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 66 | + <ClCompile> |
| 67 | + <WarningLevel>Level3</WarningLevel> |
| 68 | + <PrecompiledHeader> |
| 69 | + </PrecompiledHeader> |
| 70 | + <Optimization>MaxSpeed</Optimization> |
| 71 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 72 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 73 | + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 74 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 75 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 76 | + </ClCompile> |
| 77 | + <Link> |
| 78 | + <SubSystem>Windows</SubSystem> |
| 79 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 80 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 81 | + <OptimizeReferences>true</OptimizeReferences> |
| 82 | + </Link> |
| 83 | + </ItemDefinitionGroup> |
| 84 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 85 | + <ImportGroup Label="ExtensionTargets"> |
| 86 | + </ImportGroup> |
| 87 | +</Project> |