Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | added files for install project; |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f0d5e38f0bc87b2ebf361e8d3cf7d259 |
User & Date: | shaneh 2011-04-06 02:06:50.318 |
Context
2011-04-07
| ||
15:12 | Added files for building Linq module. check-in: 9c7e81cdb4 user: shaneh tags: trunk | |
2011-04-06
| ||
02:06 | added files for install project; check-in: f0d5e38f0b user: shaneh tags: trunk | |
2011-03-17
| ||
03:21 | Added a contributor agreement. check-in: 4dbf5841e2 user: shaneh tags: trunk | |
Changes
Added tools/install/app.config.
> > > | 1 2 3 | <?xml version="1.0"?> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration> |
Added tools/install/install.exe.manifest.
> > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="install" type="win32"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="requireAdministrator"/> </requestedPrivileges> </security> </trustInfo> </assembly> |
Added tools/install/install.ico.
cannot compute difference between binary files