Subversion Repositories delphiutils

Compare Revisions

No changes between revisions

Regard whitespace Rev 48 → Rev 49

/trunk/Delphi Code/DragNDropDlgs/DlgExtended.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/Delphi Code/DragNDropDlgs/Manifest.rc
0,0 → 1,0
1 24 "DlgExtended.exe.manifest"
/trunk/Delphi Code/DragNDropDlgs/DlgExtended.dpr
7,6 → 7,8
 
{$R *.res}
 
{$R Manifest.res}
 
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
/trunk/Delphi Code/DragNDropDlgs/DlgExtended.exe.manifest
0,0 → 1,45
<?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.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"
/>
</requestedPrivileges>
</security>
</trustInfo>
 
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- This Id value indicates the application supports Windows Vista functionality -->
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
<!-- This Id value indicates the application supports Windows 7 functionality -->
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
</application>
</compatibility>
 
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="viathinksoft.test"
type="win32"
/>
 
<description>ViaThinkSoft Test</description>
 
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
publicKeyToken="6595b64144ccf1df"
language="*"
processorArchitecture="*"
/>
</dependentAssembly>
</dependency>
</assembly>
/trunk/Delphi Code/DragNDropDlgs/Manifest.RES
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property