UacHelpers.CppLibrary/UacHelpers.CppLibrary.vcxproj
author StephaneLenclud
Thu, 18 Apr 2013 23:25:10 +0200
changeset 402 ded1323b61ee
permissions -rw-r--r--
Front View plug-in does not init if no sensor added.
Fixing some format to make strings shorter.
Now trying to start SoundGraphAccess.exe process from same directory.
Packed mode now can display three sensors along with the current time.
     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="Debug|x64">
     9       <Configuration>Debug</Configuration>
    10       <Platform>x64</Platform>
    11     </ProjectConfiguration>
    12     <ProjectConfiguration Include="Release|Win32">
    13       <Configuration>Release</Configuration>
    14       <Platform>Win32</Platform>
    15     </ProjectConfiguration>
    16     <ProjectConfiguration Include="Release|x64">
    17       <Configuration>Release</Configuration>
    18       <Platform>x64</Platform>
    19     </ProjectConfiguration>
    20   </ItemGroup>
    21   <PropertyGroup Label="Globals">
    22     <ProjectName>UacHelpers.UserAccountControl</ProjectName>
    23     <ProjectGuid>{D043A646-FE7A-4334-B23D-E327593C1AE2}</ProjectGuid>
    24     <RootNamespace>UacHelpersCppLibrary</RootNamespace>
    25     <SccProjectName>SAK</SccProjectName>
    26     <SccAuxPath>SAK</SccAuxPath>
    27     <SccLocalPath>SAK</SccLocalPath>
    28     <SccProvider>SAK</SccProvider>
    29     <Keyword>ManagedCProj</Keyword>
    30   </PropertyGroup>
    31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    33     <ConfigurationType>DynamicLibrary</ConfigurationType>
    34     <PlatformToolset>v110</PlatformToolset>
    35     <CharacterSet>Unicode</CharacterSet>
    36     <CLRSupport>true</CLRSupport>
    37     <WholeProgramOptimization>true</WholeProgramOptimization>
    38   </PropertyGroup>
    39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    40     <ConfigurationType>DynamicLibrary</ConfigurationType>
    41     <PlatformToolset>v110</PlatformToolset>
    42     <CharacterSet>Unicode</CharacterSet>
    43     <CLRSupport>true</CLRSupport>
    44   </PropertyGroup>
    45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    46     <ConfigurationType>DynamicLibrary</ConfigurationType>
    47     <PlatformToolset>v110</PlatformToolset>
    48     <CharacterSet>Unicode</CharacterSet>
    49     <CLRSupport>true</CLRSupport>
    50     <WholeProgramOptimization>true</WholeProgramOptimization>
    51   </PropertyGroup>
    52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    53     <ConfigurationType>DynamicLibrary</ConfigurationType>
    54     <PlatformToolset>v110</PlatformToolset>
    55     <CharacterSet>Unicode</CharacterSet>
    56     <CLRSupport>true</CLRSupport>
    57   </PropertyGroup>
    58   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    59   <ImportGroup Label="ExtensionSettings">
    60   </ImportGroup>
    61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    63   </ImportGroup>
    64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    66   </ImportGroup>
    67   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    69   </ImportGroup>
    70   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    71     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    72   </ImportGroup>
    73   <PropertyGroup Label="UserMacros" />
    74   <PropertyGroup>
    75     <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
    76   </PropertyGroup>
    77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    78     <OutDir>..\output\</OutDir>
    79     <IntDir>$(Configuration)\</IntDir>
    80     <LinkIncremental>true</LinkIncremental>
    81   </PropertyGroup>
    82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    83     <OutDir>..\output\</OutDir>
    84     <IntDir>$(Platform)\$(Configuration)\</IntDir>
    85     <LinkIncremental>true</LinkIncremental>
    86   </PropertyGroup>
    87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    88     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    89     <IntDir>$(Configuration)\</IntDir>
    90     <LinkIncremental>false</LinkIncremental>
    91   </PropertyGroup>
    92   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    93     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
    94     <IntDir>$(Platform)\$(Configuration)\</IntDir>
    95     <LinkIncremental>false</LinkIncremental>
    96   </PropertyGroup>
    97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    98     <ClCompile>
    99       <Optimization>Disabled</Optimization>
   100       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   101       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   102       <PrecompiledHeader />
   103       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   104       <WarningLevel>Level3</WarningLevel>
   105       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   106     </ClCompile>
   107     <Link>
   108       <AdditionalDependencies />
   109       <GenerateDebugInformation>true</GenerateDebugInformation>
   110       <AssemblyDebug>true</AssemblyDebug>
   111       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   112       <DataExecutionPrevention />
   113       <TargetMachine>MachineX86</TargetMachine>
   114     </Link>
   115   </ItemDefinitionGroup>
   116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   117     <Midl>
   118       <TargetEnvironment>X64</TargetEnvironment>
   119     </Midl>
   120     <ClCompile>
   121       <Optimization>Disabled</Optimization>
   122       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   123       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
   124       <PrecompiledHeader />
   125       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   126       <WarningLevel>Level3</WarningLevel>
   127       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   128     </ClCompile>
   129     <Link>
   130       <AdditionalDependencies />
   131       <GenerateDebugInformation>true</GenerateDebugInformation>
   132       <AssemblyDebug>true</AssemblyDebug>
   133       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   134       <DataExecutionPrevention />
   135       <TargetMachine>MachineX64</TargetMachine>
   136     </Link>
   137   </ItemDefinitionGroup>
   138   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   139     <ClCompile>
   140       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   141       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   142       <PrecompiledHeader />
   143       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   144       <WarningLevel>Level3</WarningLevel>
   145       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   146     </ClCompile>
   147     <Link>
   148       <AdditionalDependencies />
   149       <GenerateDebugInformation>true</GenerateDebugInformation>
   150       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   151       <DataExecutionPrevention />
   152       <TargetMachine>MachineX86</TargetMachine>
   153     </Link>
   154   </ItemDefinitionGroup>
   155   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   156     <Midl>
   157       <TargetEnvironment>X64</TargetEnvironment>
   158     </Midl>
   159     <ClCompile>
   160       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   161       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
   162       <PrecompiledHeader />
   163       <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
   164       <WarningLevel>Level3</WarningLevel>
   165       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
   166     </ClCompile>
   167     <Link>
   168       <AdditionalDependencies />
   169       <GenerateDebugInformation>true</GenerateDebugInformation>
   170       <RandomizedBaseAddress>false</RandomizedBaseAddress>
   171       <DataExecutionPrevention />
   172       <TargetMachine>MachineX64</TargetMachine>
   173     </Link>
   174   </ItemDefinitionGroup>
   175   <ItemGroup>
   176     <Reference Include="System">
   177       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   178       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   179     </Reference>
   180     <Reference Include="System.Data">
   181       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   182       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   183     </Reference>
   184     <Reference Include="System.Xml">
   185       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
   186       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
   187     </Reference>
   188   </ItemGroup>
   189   <ItemGroup>
   190     <ClCompile Include="AssemblyInfo.cpp" />
   191     <ClCompile Include="UserAccountControl.cpp" />
   192   </ItemGroup>
   193   <ItemGroup>
   194     <ClInclude Include="UserAccountControl.h" />
   195   </ItemGroup>
   196   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   197   <ImportGroup Label="ExtensionTargets">
   198   </ImportGroup>
   199 </Project>