보안인증확인서 사용자 인증 및 암복호화

This commit is contained in:
yh.kim 2026-03-23 10:56:01 +09:00
parent a2da00c688
commit 1101012850
1 changed files with 1516 additions and 1510 deletions

View File

@ -476,6 +476,12 @@ $(PostBuildEvent)]]></PostBuildEvent>
<DCCReference Include="..\..\Tocsg.Lib\VCL\MadCodeHook\madCodeHook.pas"/> <DCCReference Include="..\..\Tocsg.Lib\VCL\MadCodeHook\madCodeHook.pas"/>
<DCCReference Include="..\..\Tocsg.Module\Bs1Flt\bs1dc_Delphi\bs1PolicyUnit.pas"/> <DCCReference Include="..\..\Tocsg.Module\Bs1Flt\bs1dc_Delphi\bs1PolicyUnit.pas"/>
<DCCReference Include="..\..\Tocsg.Module\Bs1Flt\bs1dc_Delphi\DeviceGuard.Logic.pas"/> <DCCReference Include="..\..\Tocsg.Module\Bs1Flt\bs1dc_Delphi\DeviceGuard.Logic.pas"/>
<DCCReference Include="..\..\Tocsg.Lib\VCL\Tocsg.COLib.Encrypt.pas"/>
<DCCReference Include="..\..\Tocsg.Lib\VCL\Tocsg.COLib.pas"/>
<DCCReference Include="..\..\Tocsg.Module\UserAuthentification\UserAuthentification.pas">
<Form>AuthForm</Form>
<FormType>dfm</FormType>
</DCCReference>
<None Include="Define.inc"/> <None Include="Define.inc"/>
<BuildConfiguration Include="Base"> <BuildConfiguration Include="Base">
<Key>Base</Key> <Key>Base</Key>
@ -1496,7 +1502,7 @@ $(PostBuildEvent)]]></PostBuildEvent>
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode> <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
<PreLinkEvent/> <PreLinkEvent/>
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode> <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
<PostBuildEvent>&quot;..\OUT_Debug - Win64\_Lang.cmd&quot;</PostBuildEvent> <PostBuildEvent>&quot;..\OUT_Debug - Win64\_Lang.cmd&quot; </PostBuildEvent>
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode> <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64'"> <PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64'">
@ -1504,7 +1510,7 @@ $(PostBuildEvent)]]></PostBuildEvent>
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode> <PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
<PreLinkEvent/> <PreLinkEvent/>
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode> <PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
<PostBuildEvent>&quot;..\OUT_Release - Win64\_Lang.cmd&quot;</PostBuildEvent> <PostBuildEvent>&quot;..\OUT_Release - Win64\_Lang.cmd&quot; </PostBuildEvent>
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode> <PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
</PropertyGroup> </PropertyGroup>
</Project> </Project>