| 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 | <PropertyGroup Label="Globals"> |
| 14 | <ProjectGuid>{1AC27FBD-653A-4F5F-ADBC-2A8FD074EEB7}</ProjectGuid> |
| 15 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 16 | <Keyword>ManagedCProj</Keyword> |
| 17 | <RootNamespace>LibCecSharp</RootNamespace> |
| 18 | </PropertyGroup> |
| 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 21 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 22 | <UseDebugLibraries>true</UseDebugLibraries> |
| 23 | <CLRSupport>true</CLRSupport> |
| 24 | <CharacterSet>Unicode</CharacterSet> |
| 25 | </PropertyGroup> |
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 27 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 28 | <UseDebugLibraries>false</UseDebugLibraries> |
| 29 | <CLRSupport>true</CLRSupport> |
| 30 | <CharacterSet>Unicode</CharacterSet> |
| 31 | </PropertyGroup> |
| 32 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 33 | <ImportGroup Label="ExtensionSettings"> |
| 34 | </ImportGroup> |
| 35 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 37 | </ImportGroup> |
| 38 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 40 | </ImportGroup> |
| 41 | <PropertyGroup Label="UserMacros" /> |
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 43 | <LinkIncremental>true</LinkIncremental> |
| 44 | <IncludePath>$(SolutionDir)\..\include;$(IncludePath)</IncludePath> |
| 45 | <TargetName>$(ProjectName)</TargetName> |
| 46 | <OutDir>$(SolutionDir)..\</OutDir> |
| 47 | </PropertyGroup> |
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 49 | <LinkIncremental>false</LinkIncremental> |
| 50 | <IncludePath>$(SolutionDir)\..\include;$(IncludePath)</IncludePath> |
| 51 | </PropertyGroup> |
| 52 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 53 | <ClCompile> |
| 54 | <WarningLevel>Level3</WarningLevel> |
| 55 | <Optimization>Disabled</Optimization> |
| 56 | <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 57 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 58 | </ClCompile> |
| 59 | <Link> |
| 60 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 61 | <AdditionalDependencies> |
| 62 | </AdditionalDependencies> |
| 63 | </Link> |
| 64 | </ItemDefinitionGroup> |
| 65 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 66 | <ClCompile> |
| 67 | <WarningLevel>Level3</WarningLevel> |
| 68 | <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 69 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 70 | </ClCompile> |
| 71 | <Link> |
| 72 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 73 | <AdditionalDependencies> |
| 74 | </AdditionalDependencies> |
| 75 | </Link> |
| 76 | </ItemDefinitionGroup> |
| 77 | <ItemGroup> |
| 78 | <Reference Include="System" /> |
| 79 | <Reference Include="System.Data" /> |
| 80 | <Reference Include="System.Xml" /> |
| 81 | </ItemGroup> |
| 82 | <ItemGroup> |
| 83 | <ClInclude Include="..\include\cec.h" /> |
| 84 | <ClInclude Include="..\include\cectypes.h" /> |
| 85 | <ClInclude Include="..\src\LibCecSharp\resource.h" /> |
| 86 | <ClInclude Include="..\src\LibCecSharp\Stdafx.h" /> |
| 87 | </ItemGroup> |
| 88 | <ItemGroup> |
| 89 | <ClCompile Include="..\src\LibCecSharp\AssemblyInfo.cpp" /> |
| 90 | <ClCompile Include="..\src\LibCecSharp\LibCecSharp.cpp" /> |
| 91 | <ClCompile Include="..\src\LibCecSharp\Stdafx.cpp" /> |
| 92 | </ItemGroup> |
| 93 | <ItemGroup> |
| 94 | <ProjectReference Include="libcec.vcxproj"> |
| 95 | <Project>{c04b0fb1-667d-4f1c-bdae-a07cdffaaaa0}</Project> |
| 96 | </ProjectReference> |
| 97 | </ItemGroup> |
| 98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 99 | <ImportGroup Label="ExtensionTargets"> |
| 100 | </ImportGroup> |
| 101 | </Project> |