보안인증확인서 사용자 인증 및 암복호화
This commit is contained in:
parent
a2da00c688
commit
1101012850
|
|
@ -476,6 +476,12 @@ $(PostBuildEvent)]]></PostBuildEvent>
|
|||
<DCCReference Include="..\..\Tocsg.Lib\VCL\MadCodeHook\madCodeHook.pas"/>
|
||||
<DCCReference Include="..\..\Tocsg.Module\Bs1Flt\bs1dc_Delphi\bs1PolicyUnit.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"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
|
|
@ -1496,7 +1502,7 @@ $(PostBuildEvent)]]></PostBuildEvent>
|
|||
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
|
||||
<PreLinkEvent/>
|
||||
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
|
||||
<PostBuildEvent>"..\OUT_Debug - Win64\_Lang.cmd"</PostBuildEvent>
|
||||
<PostBuildEvent>"..\OUT_Debug - Win64\_Lang.cmd"
</PostBuildEvent>
|
||||
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' And '$(Platform)'=='Win64'">
|
||||
|
|
@ -1504,7 +1510,7 @@ $(PostBuildEvent)]]></PostBuildEvent>
|
|||
<PreBuildEventIgnoreExitCode>False</PreBuildEventIgnoreExitCode>
|
||||
<PreLinkEvent/>
|
||||
<PreLinkEventIgnoreExitCode>False</PreLinkEventIgnoreExitCode>
|
||||
<PostBuildEvent>"..\OUT_Release - Win64\_Lang.cmd"</PostBuildEvent>
|
||||
<PostBuildEvent>"..\OUT_Release - Win64\_Lang.cmd"
</PostBuildEvent>
|
||||
<PostBuildEventIgnoreExitCode>False</PostBuildEventIgnoreExitCode>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue