Skip to content

Commit e5db540

Browse files
committed
Fix Silverlight FullTrust test setting.
1 parent defef75 commit e5db540

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/MsgPack.UnitTest.Silverlight.5.FullTrust/Properties/OutOfBrowserSettings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<OutOfBrowserSettings.WindowSettings>
44
<WindowSettings Title="MsgPack.UnitTest.Silverlight.5.FullTrust アプリケーション" />
55
</OutOfBrowserSettings.WindowSettings>
6+
<OutOfBrowserSettings.SecuritySettings>
7+
<SecuritySettings ElevatedPermissions="Required" />
8+
</OutOfBrowserSettings.SecuritySettings>
69
<OutOfBrowserSettings.Icons />
710
</OutOfBrowserSettings>

0 commit comments

Comments
 (0)