Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-06-26 10:47:24


Author: pbristow
Date: 2007-06-26 10:47:23 EDT (Tue, 26 Jun 2007)
New Revision: 7173
URL: http://svn.boost.org/trac/boost/changeset/7173

Log:
Copied from previous because build failed missing this file.

Function and contents unknown :-( but now builds.

Added:
   sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest

Added: sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest
==============================================================================
--- (empty file)
+++ sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/Properties/app.manifest 2007-06-26 10:47:23 EDT (Tue, 26 Jun 2007)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <applicationRequestMinimum>
+ <PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
+ <defaultAssemblyRequest permissionSetReference="Custom" />
+ </applicationRequestMinimum>
+ </security>
+ </trustInfo>
+</asmv1:assembly>
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk