fixed vs project file
[profile/ivi/common-api-runtime.git] / CommonAPI.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{C18FDEDE-810E-405D-9100-57A1CC5C78A9}</ProjectGuid>\r
15     <RootNamespace>CommonAPI</RootNamespace>\r
16   </PropertyGroup>\r
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
19     <ConfigurationType>StaticLibrary</ConfigurationType>\r
20     <UseDebugLibraries>true</UseDebugLibraries>\r
21     <PlatformToolset>v120</PlatformToolset>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
24     <ConfigurationType>Application</ConfigurationType>\r
25     <UseDebugLibraries>false</UseDebugLibraries>\r
26     <PlatformToolset>v120</PlatformToolset>\r
27     <WholeProgramOptimization>true</WholeProgramOptimization>\r
28     <CharacterSet>MultiByte</CharacterSet>\r
29   </PropertyGroup>\r
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
31   <ImportGroup Label="ExtensionSettings">\r
32   </ImportGroup>\r
33   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
35   </ImportGroup>\r
36   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
38   </ImportGroup>\r
39   <PropertyGroup Label="UserMacros" />\r
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
41     <IncludePath>$(IncludePath)</IncludePath>\r
42     <LibraryPath>$(LibraryPath)</LibraryPath>\r
43   </PropertyGroup>\r
44   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
45     <ClCompile>\r
46       <WarningLevel>Level3</WarningLevel>\r
47       <Optimization>Disabled</Optimization>\r
48       <SDLCheck>true</SDLCheck>\r
49       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
50       <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
51       <DebugInformationFormat>OldStyle</DebugInformationFormat>\r
52     </ClCompile>\r
53     <Link>\r
54       <GenerateDebugInformation>true</GenerateDebugInformation>\r
55       <AdditionalDependencies>gtestd.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
56     </Link>\r
57     <Lib>\r
58       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>\r
59     </Lib>\r
60     <Lib>\r
61       <Verbose>true</Verbose>\r
62     </Lib>\r
63   </ItemDefinitionGroup>\r
64   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
65     <ClCompile>\r
66       <WarningLevel>Level3</WarningLevel>\r
67       <Optimization>MaxSpeed</Optimization>\r
68       <FunctionLevelLinking>true</FunctionLevelLinking>\r
69       <IntrinsicFunctions>true</IntrinsicFunctions>\r
70       <SDLCheck>true</SDLCheck>\r
71     </ClCompile>\r
72     <Link>\r
73       <GenerateDebugInformation>true</GenerateDebugInformation>\r
74       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
75       <OptimizeReferences>true</OptimizeReferences>\r
76     </Link>\r
77   </ItemDefinitionGroup>\r
78   <ItemGroup>\r
79     <ClInclude Include="src\CommonAPI\Attribute.h" />\r
80     <ClInclude Include="src\CommonAPI\AttributeExtension.h" />\r
81     <ClInclude Include="src\CommonAPI\ByteBuffer.h" />\r
82     <ClInclude Include="src\CommonAPI\CommonAPI.h" />\r
83     <ClInclude Include="src\CommonAPI\Event.h" />\r
84     <ClInclude Include="src\CommonAPI\Factory.h" />\r
85     <ClInclude Include="src\CommonAPI\InputStream.h" />\r
86     <ClInclude Include="src\CommonAPI\MainLoopContext.h" />\r
87     <ClInclude Include="src\CommonAPI\MiddlewareInfo.h" />\r
88     <ClInclude Include="src\CommonAPI\OutputStream.h" />\r
89     <ClInclude Include="src\CommonAPI\Proxy.h" />\r
90     <ClInclude Include="src\CommonAPI\Runtime.h" />\r
91     <ClInclude Include="src\CommonAPI\SerializableStruct.h" />\r
92     <ClInclude Include="src\CommonAPI\SerializableVariant.h" />\r
93     <ClInclude Include="src\CommonAPI\SerializableVariant.hpp" />\r
94     <ClInclude Include="src\CommonAPI\Stub.h" />\r
95     <ClInclude Include="src\CommonAPI\types.h" />\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <ClCompile Include="src\CommonAPI\Runtime.cpp" />\r
99   </ItemGroup>\r
100   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
101   <ImportGroup Label="ExtensionTargets">\r
102   </ImportGroup>\r
103 </Project>