win32: sign .net 2.0 assemblies with a default key
[deb_libcec.git] / project / LibCecSharp.vcxproj
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 <LinkKeyFile>$(SolutionDir)LibCecSharp.Net2-dev.snk</LinkKeyFile>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50 <LinkIncremental>false</LinkIncremental>
51 <IncludePath>$(SolutionDir)\..\include;$(IncludePath)</IncludePath>
52 <LinkKeyFile>$(SolutionDir)LibCecSharp.Net2-dev.snk</LinkKeyFile>
53 </PropertyGroup>
54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55 <ClCompile>
56 <WarningLevel>Level3</WarningLevel>
57 <Optimization>Disabled</Optimization>
58 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59 <PrecompiledHeader>NotUsing</PrecompiledHeader>
60 </ClCompile>
61 <Link>
62 <GenerateDebugInformation>true</GenerateDebugInformation>
63 <AdditionalDependencies>
64 </AdditionalDependencies>
65 </Link>
66 </ItemDefinitionGroup>
67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <ClCompile>
69 <WarningLevel>Level3</WarningLevel>
70 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71 <PrecompiledHeader>NotUsing</PrecompiledHeader>
72 </ClCompile>
73 <Link>
74 <GenerateDebugInformation>true</GenerateDebugInformation>
75 <AdditionalDependencies>
76 </AdditionalDependencies>
77 </Link>
78 </ItemDefinitionGroup>
79 <ItemGroup>
80 <Reference Include="System" />
81 <Reference Include="System.Data" />
82 <Reference Include="System.Xml" />
83 </ItemGroup>
84 <ItemGroup>
85 <ClInclude Include="..\include\cec.h" />
86 <ClInclude Include="..\include\cectypes.h" />
87 <ClInclude Include="..\src\LibCecSharp\resource.h" />
88 </ItemGroup>
89 <ItemGroup>
90 <ClCompile Include="..\src\LibCecSharp\AssemblyInfo.cpp" />
91 <ClCompile Include="..\src\LibCecSharp\LibCecSharp.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>