mirror of
https://github.com/tenrok/Rfid-Credential-Provider.git
synced 2026-06-17 19:30:32 +03:00
Adding files from my site
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// CredUILauncher.cpp : Defines the entry point for the console application.
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include <windows.h>
|
||||
#include <WinCred.h>
|
||||
|
||||
int _tmain(int argc, _TCHAR* argv[])
|
||||
{
|
||||
BOOL save = false;
|
||||
DWORD authPackage = 0;
|
||||
LPVOID authBuffer;
|
||||
ULONG authBufferSize = 0;
|
||||
CREDUI_INFO credUiInfo;
|
||||
|
||||
credUiInfo.pszCaptionText = TEXT("WinCred UI Demo");
|
||||
credUiInfo.pszMessageText = TEXT("Example of RFID!");
|
||||
credUiInfo.cbSize = sizeof(credUiInfo);
|
||||
credUiInfo.hbmBanner = NULL;
|
||||
credUiInfo.hwndParent = NULL;
|
||||
|
||||
CredUIPromptForWindowsCredentials(&credUiInfo, 0, &authPackage, NULL, 0, &authBuffer, &authBufferSize, &save, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,395 @@
|
||||
<?xml version="1.0" encoding="big5"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="CredUILauncher"
|
||||
ProjectGUID="{D1F100CA-0215-405D-9B43-7C0AAAAC8880}"
|
||||
RootNamespace="CredUILauncher"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="CredUi.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="CredUi.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="CredUi.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="CredUi.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\CredUILauncher.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\stdafx.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\stdafx.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\targetver.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\ReadMe.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -0,0 +1,186 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{D1F100CA-0215-405D-9B43-7C0AAAAC8880}</ProjectGuid>
|
||||
<RootNamespace>CredUILauncher</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>CredUi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>CredUi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
</Midl>
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>CredUi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<TargetMachine>MachineX64</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
</Midl>
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>CredUi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<TargetMachine>MachineX64</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="CredUILauncher.cpp" />
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="stdafx.h" />
|
||||
<ClInclude Include="targetver.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Resource Files">
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="CredUILauncher.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="stdafx.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="stdafx.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="targetver.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
</Project>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,30 @@
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\cl.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\CL.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\CL.write.1.tlog
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\WIN32\DEBUG\CREDUILAUNCHER.EXE.EMBED.MANIFEST
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\WIN32\DEBUG\CREDUILAUNCHER.EXE.EMBED.MANIFEST.RES
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\WIN32\DEBUG\CREDUILAUNCHER.EXE.INTERMEDIATE.MANIFEST
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\WIN32\DEBUG\CREDUILAUNCHER.OBJ
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\WIN32\DEBUG\CREDUILAUNCHER.PCH
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\CredUILauncher_manifest.rc
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link.4488.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link.4488.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link.4488-cvtres.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link.4488-cvtres.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link-cvtres.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\link-cvtres.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\mt.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\mt.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\mt.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\rc.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\rc.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\rc.write.1.tlog
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\WIN32\DEBUG\STDAFX.OBJ
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\Win32\Debug\vc100.idb
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\WIN32\DEBUG\VC100.PDB
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\WIN32\DEBUG\CREDUILAUNCHER.EXE
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\WIN32\DEBUG\CREDUILAUNCHER.ILK
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\WIN32\DEBUG\CREDUILAUNCHER.PDB
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
@@ -0,0 +1,2 @@
|
||||
#v4.0:v100
|
||||
Debug|Win32|C:\Users\tylermenezes\Desktop\RfidLoginProvider\|
|
||||
@@ -0,0 +1,34 @@
|
||||
Build started 3/1/2011 11:01:30 PM.
|
||||
1>Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\CredUILauncher.vcxproj" on node 3 (rebuild target(s)).
|
||||
1>_PrepareForClean:
|
||||
Deleting file "Win32\Debug\CredUILauncher.lastbuildstate".
|
||||
InitializeBuildStatus:
|
||||
Creating "Win32\Debug\CredUILauncher.unsuccessfulbuild" because "AlwaysCreate" was specified.
|
||||
ClCompile:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yc"StdAfx.h" /Fp"Win32\Debug\CredUILauncher.pch" /Fo"Win32\Debug\\" /Fd"Win32\Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt stdafx.cpp
|
||||
stdafx.cpp
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"StdAfx.h" /Fp"Win32\Debug\CredUILauncher.pch" /Fo"Win32\Debug\\" /Fd"Win32\Debug\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt CredUILauncher.cpp
|
||||
CredUILauncher.cpp
|
||||
ManifestResourceCompile:
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"Win32\Debug\CredUILauncher.exe.embed.manifest.res" Win32\Debug\CredUILauncher_manifest.rc
|
||||
Link:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Debug\CredUILauncher.exe" /INCREMENTAL /NOLOGO CredUi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Win32\Debug\CredUILauncher.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Debug\CredUILauncher.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Debug\CredUILauncher.lib" /MACHINE:X86 Win32\Debug\CredUILauncher.exe.embed.manifest.res
|
||||
Win32\Debug\CredUILauncher.obj
|
||||
Win32\Debug\stdafx.obj
|
||||
Manifest:
|
||||
Deleting file "Win32\Debug\CredUILauncher.exe.embed.manifest".
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /out:"Win32\Debug\CredUILauncher.exe.embed.manifest" /manifest Win32\Debug\CredUILauncher.exe.intermediate.manifest
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"Win32\Debug\CredUILauncher.exe.embed.manifest.res" Win32\Debug\CredUILauncher_manifest.rc
|
||||
LinkEmbedManifest:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Debug\CredUILauncher.exe" /INCREMENTAL /NOLOGO CredUi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Win32\Debug\CredUILauncher.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Debug\CredUILauncher.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Debug\CredUILauncher.lib" /MACHINE:X86 Win32\Debug\CredUILauncher.exe.embed.manifest.res
|
||||
Win32\Debug\CredUILauncher.obj
|
||||
Win32\Debug\stdafx.obj
|
||||
CredUILauncher.vcxproj -> C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Debug\CredUILauncher.exe
|
||||
FinalizeBuildStatus:
|
||||
Deleting file "Win32\Debug\CredUILauncher.unsuccessfulbuild".
|
||||
Touching "Win32\Debug\CredUILauncher.lastbuildstate".
|
||||
1>Done Building Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\CredUILauncher.vcxproj" (rebuild target(s)).
|
||||
|
||||
Build succeeded.
|
||||
|
||||
Time Elapsed 00:00:01.42
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
@@ -0,0 +1,2 @@
|
||||
#v4.0:v100
|
||||
Release|Win32|C:\Users\tylermenezes\Desktop\RfidLoginProvider\|
|
||||
@@ -0,0 +1,27 @@
|
||||
Build started 3/1/2011 12:16:41 PM.
|
||||
1>Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\CredUILauncher\CredUILauncher.vcxproj" on node 3 (build target(s)).
|
||||
1>PrepareForBuild:
|
||||
Creating directory "C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Release\".
|
||||
InitializeBuildStatus:
|
||||
Creating "Win32\Release\CredUILauncher.unsuccessfulbuild" because "AlwaysCreate" was specified.
|
||||
ClCompile:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Yc"StdAfx.h" /Fp"Win32\Release\CredUILauncher.pch" /Fo"Win32\Release\\" /Fd"Win32\Release\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt stdafx.cpp
|
||||
stdafx.cpp
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Yu"StdAfx.h" /Fp"Win32\Release\CredUILauncher.pch" /Fo"Win32\Release\\" /Fd"Win32\Release\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt CredUILauncher.cpp
|
||||
CredUILauncher.cpp
|
||||
Link:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Release\CredUILauncher.exe" /INCREMENTAL:NO /NOLOGO CredUi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Win32\Release\CredUILauncher.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Release\CredUILauncher.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Release\CredUILauncher.lib" /MACHINE:X86 Win32\Release\CredUILauncher.obj
|
||||
Win32\Release\stdafx.obj
|
||||
Generating code
|
||||
Finished generating code
|
||||
CredUILauncher.vcxproj -> C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Release\CredUILauncher.exe
|
||||
Manifest:
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /outputresource:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\Win32\Release\CredUILauncher.exe;#1" /manifest Win32\Release\CredUILauncher.exe.intermediate.manifest
|
||||
FinalizeBuildStatus:
|
||||
Deleting file "Win32\Release\CredUILauncher.unsuccessfulbuild".
|
||||
Touching "Win32\Release\CredUILauncher.lastbuildstate".
|
||||
1>Done Building Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\CredUILauncher\CredUILauncher.vcxproj" (build target(s)).
|
||||
|
||||
Build succeeded.
|
||||
|
||||
Time Elapsed 00:00:02.11
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
// stdafx.cpp : source file that includes just the standard includes
|
||||
// CredUILauncher.pch will be the pre-compiled header
|
||||
// stdafx.obj will contain the pre-compiled type information
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
// TODO: reference any additional headers you need in STDAFX.H
|
||||
// and not in this file
|
||||
@@ -0,0 +1,15 @@
|
||||
// stdafx.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "targetver.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
|
||||
|
||||
|
||||
// TODO: reference additional headers your program requires here
|
||||
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
// The following macros define the minimum required platform. The minimum required platform
|
||||
// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
|
||||
// your application. The macros work by enabling all features available on platform versions up to and
|
||||
// including the version specified.
|
||||
|
||||
// Modify the following defines if you have to target a platform prior to the ones specified below.
|
||||
// Refer to MSDN for the latest info on corresponding values for different platforms.
|
||||
#ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
|
||||
#define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
|
||||
#endif
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,30 @@
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\cl.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\CL.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\CL.write.1.tlog
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\DEBUG\CREDUILAUNCHER.EXE.EMBED.MANIFEST
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\DEBUG\CREDUILAUNCHER.EXE.EMBED.MANIFEST.RES
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\DEBUG\CREDUILAUNCHER.EXE.INTERMEDIATE.MANIFEST
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\DEBUG\CREDUILAUNCHER.OBJ
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\DEBUG\CREDUILAUNCHER.PCH
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\CredUILauncher_manifest.rc
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link.10160.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link.10160.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link.10160-cvtres.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link.10160-cvtres.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link-cvtres.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\link-cvtres.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\mt.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\mt.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\mt.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\rc.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\rc.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\rc.write.1.tlog
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\DEBUG\STDAFX.OBJ
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Debug\vc100.idb
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\DEBUG\VC100.PDB
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\X64\DEBUG\CREDUILAUNCHER.EXE
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\X64\DEBUG\CREDUILAUNCHER.ILK
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\X64\DEBUG\CREDUILAUNCHER.PDB
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
@@ -0,0 +1,2 @@
|
||||
#v4.0:v100
|
||||
Debug|x64|C:\Users\tylermenezes\Desktop\RfidLoginProvider\|
|
||||
@@ -0,0 +1,35 @@
|
||||
Build started 3/2/2011 12:06:05 AM.
|
||||
1>Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\CredUILauncher.vcxproj" on node 3 (rebuild target(s)).
|
||||
1>_PrepareForClean:
|
||||
Deleting file "x64\Debug\CredUILauncher.lastbuildstate".
|
||||
InitializeBuildStatus:
|
||||
Creating "x64\Debug\CredUILauncher.unsuccessfulbuild" because "AlwaysCreate" was specified.
|
||||
ClCompile:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\CL.exe /c /Zi /nologo /W3 /WX- /Od /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yc"StdAfx.h" /Fp"x64\Debug\CredUILauncher.pch" /Fo"x64\Debug\\" /Fd"x64\Debug\vc100.pdb" /Gd /TP /errorReport:prompt stdafx.cpp
|
||||
stdafx.cpp
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\CL.exe /c /Zi /nologo /W3 /WX- /Od /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"StdAfx.h" /Fp"x64\Debug\CredUILauncher.pch" /Fo"x64\Debug\\" /Fd"x64\Debug\vc100.pdb" /Gd /TP /errorReport:prompt CredUILauncher.cpp
|
||||
CredUILauncher.cpp
|
||||
ManifestResourceCompile:
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"x64\Debug\CredUILauncher.exe.embed.manifest.res" x64\Debug\CredUILauncher_manifest.rc
|
||||
Link:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.exe" /INCREMENTAL /NOLOGO CredUi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"x64\Debug\CredUILauncher.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.lib" /MACHINE:X64 x64\Debug\CredUILauncher.exe.embed.manifest.res
|
||||
x64\Debug\CredUILauncher.obj
|
||||
x64\Debug\stdafx.obj
|
||||
CredUILauncher.vcxproj -> C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.exe
|
||||
Manifest:
|
||||
Deleting file "x64\Debug\CredUILauncher.exe.embed.manifest".
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /out:"x64\Debug\CredUILauncher.exe.embed.manifest" /manifest x64\Debug\CredUILauncher.exe.intermediate.manifest
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"x64\Debug\CredUILauncher.exe.embed.manifest.res" x64\Debug\CredUILauncher_manifest.rc
|
||||
LinkEmbedManifest:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.exe" /INCREMENTAL /NOLOGO CredUi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"x64\Debug\CredUILauncher.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.lib" /MACHINE:X64 x64\Debug\CredUILauncher.exe.embed.manifest.res
|
||||
x64\Debug\CredUILauncher.obj
|
||||
x64\Debug\stdafx.obj
|
||||
CredUILauncher.vcxproj -> C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Debug\CredUILauncher.exe
|
||||
FinalizeBuildStatus:
|
||||
Deleting file "x64\Debug\CredUILauncher.unsuccessfulbuild".
|
||||
Touching "x64\Debug\CredUILauncher.lastbuildstate".
|
||||
1>Done Building Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\CredUILauncher.vcxproj" (rebuild target(s)).
|
||||
|
||||
Build succeeded.
|
||||
|
||||
Time Elapsed 00:00:01.09
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\cl.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\CL.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\CL.write.1.tlog
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\RELEASE\CREDUILAUNCHER.EXE.INTERMEDIATE.MANIFEST
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\RELEASE\CREDUILAUNCHER.OBJ
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\RELEASE\CREDUILAUNCHER.PCH
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\link.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\link.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\link.write.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\mt.command.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\mt.read.1.tlog
|
||||
C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\x64\Release\mt.write.1.tlog
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\RELEASE\STDAFX.OBJ
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\PROVIDER\CREDUILAUNCHER\X64\RELEASE\VC100.PDB
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\X64\RELEASE\CREDUILAUNCHER.EXE
|
||||
C:\USERS\TYLERMENEZES\DESKTOP\RFIDLOGINPROVIDER\X64\RELEASE\CREDUILAUNCHER.PDB
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
@@ -0,0 +1,2 @@
|
||||
#v4.0:v100
|
||||
Release|x64|C:\Users\tylermenezes\Desktop\RfidLoginProvider\|
|
||||
@@ -0,0 +1,27 @@
|
||||
Build started 3/2/2011 12:21:46 AM.
|
||||
1>Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\CredUILauncher.vcxproj" on node 3 (rebuild target(s)).
|
||||
1>_PrepareForClean:
|
||||
Deleting file "x64\Release\CredUILauncher.lastbuildstate".
|
||||
InitializeBuildStatus:
|
||||
Creating "x64\Release\CredUILauncher.unsuccessfulbuild" because "AlwaysCreate" was specified.
|
||||
ClCompile:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Yc"StdAfx.h" /Fp"x64\Release\CredUILauncher.pch" /Fo"x64\Release\\" /Fd"x64\Release\vc100.pdb" /Gd /TP /errorReport:prompt stdafx.cpp
|
||||
stdafx.cpp
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /GL /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Yu"StdAfx.h" /Fp"x64\Release\CredUILauncher.pch" /Fo"x64\Release\\" /Fd"x64\Release\vc100.pdb" /Gd /TP /errorReport:prompt CredUILauncher.cpp
|
||||
CredUILauncher.cpp
|
||||
Link:
|
||||
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Release\CredUILauncher.exe" /INCREMENTAL:NO /NOLOGO CredUi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"x64\Release\CredUILauncher.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Release\CredUILauncher.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Release\CredUILauncher.lib" /MACHINE:X64 x64\Release\CredUILauncher.obj
|
||||
x64\Release\stdafx.obj
|
||||
Generating code
|
||||
Finished generating code
|
||||
CredUILauncher.vcxproj -> C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Release\CredUILauncher.exe
|
||||
Manifest:
|
||||
c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /outputresource:"C:\Users\tylermenezes\Desktop\RfidLoginProvider\x64\Release\CredUILauncher.exe;#1" /manifest x64\Release\CredUILauncher.exe.intermediate.manifest
|
||||
FinalizeBuildStatus:
|
||||
Deleting file "x64\Release\CredUILauncher.unsuccessfulbuild".
|
||||
Touching "x64\Release\CredUILauncher.lastbuildstate".
|
||||
1>Done Building Project "C:\Users\tylermenezes\Desktop\RfidLoginProvider\Provider\CredUILauncher\CredUILauncher.vcxproj" (rebuild target(s)).
|
||||
|
||||
Build succeeded.
|
||||
|
||||
Time Elapsed 00:00:00.62
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user