[commit] r2233 - trunk/GME/DotNetPIAs_1.0.1.0

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jun 11 17:34:55 CDT 2013


Author: ksmyth
Date: Tue Jun 11 17:34:55 2013
New Revision: 2233

Log:
Add PIA publisher policies. not yet in installer or well-tested

Added:
   trunk/GME/DotNetPIAs_1.0.1.0/make_config_dlls.cmd
   trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Core.config
   trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Meta.config
   trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Parser.config
   trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.config
   trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.Util.config
   trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.config

Added: trunk/GME/DotNetPIAs_1.0.1.0/make_config_dlls.cmd
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/DotNetPIAs_1.0.1.0/make_config_dlls.cmd	Tue Jun 11 17:34:55 2013	(r2233)
@@ -0,0 +1,12 @@
+set AL="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\al.exe"
+set GACUTIL="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe"
+
+pushd "%~dp0"
+%AL% /link:policy.1.0.GME.MGA.Core.config /out:policy.1.0.GME.MGA.Core.dll /keyfile:..\MgaDotNetServices\MgaDotNetServicesKey.snk /platform:anycpu /version:1.0.0.0
+%AL% /link:policy.1.0.GME.MGA.Meta.config /out:policy.1.0.GME.MGA.Meta.dll /keyfile:..\MgaDotNetServices\MgaDotNetServicesKey.snk /platform:anycpu /version:1.0.0.0
+%AL% /link:policy.1.0.GME.MGA.config /out:policy.1.0.GME.MGA.dll /keyfile:..\MgaDotNetServices\MgaDotNetServicesKey.snk /platform:anycpu /version:1.0.0.0
+%AL% /link:policy.1.0.GME.config /out:policy.1.0.GME.dll /keyfile:..\MgaDotNetServices\MgaDotNetServicesKey.snk /platform:anycpu /version:1.0.0.0
+%AL% /link:policy.1.0.GME.Util.config /out:policy.1.0.GME.Util.dll /keyfile:..\MgaDotNetServices\MgaDotNetServicesKey.snk /platform:anycpu /version:1.0.0.0
+%AL% /link:policy.1.0.GME.MGA.Parser.config /out:policy.1.0.GME.MGA.Parser.dll /keyfile:..\MgaDotNetServices\MgaDotNetServicesKey.snk /platform:anycpu /version:1.0.0.0
+
+FOR %%F IN (*.dll) DO %GACUTIL% /i %%F
\ No newline at end of file

Added: trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Core.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Core.config	Tue Jun 11 17:34:55 2013	(r2233)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <dependentAssembly>
+        <assemblyIdentity name="GME.MGA.Core" publicKeyToken="f240a760fe751c2e" />
+        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.0.1.0"/>
+      </dependentAssembly>
+    </assemblyBinding>
+  </runtime>
+</configuration>
\ No newline at end of file

Added: trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Meta.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Meta.config	Tue Jun 11 17:34:55 2013	(r2233)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <dependentAssembly>
+        <assemblyIdentity name="GME.MGA.Meta" publicKeyToken="f240a760fe751c2e" />
+        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.0.1.0"/>
+      </dependentAssembly>
+    </assemblyBinding>
+  </runtime>
+</configuration>
\ No newline at end of file

Added: trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Parser.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.Parser.config	Tue Jun 11 17:34:55 2013	(r2233)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <dependentAssembly>
+        <assemblyIdentity name="GME.MGA.Parser" publicKeyToken="f240a760fe751c2e" />
+        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.1.0.0"/>
+      </dependentAssembly>
+    </assemblyBinding>
+  </runtime>
+</configuration>
\ No newline at end of file

Added: trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.MGA.config	Tue Jun 11 17:34:55 2013	(r2233)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <dependentAssembly>
+        <assemblyIdentity name="GME.MGA" publicKeyToken="f240a760fe751c2e" />
+        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.0.1.0"/>
+      </dependentAssembly>
+    </assemblyBinding>
+  </runtime>
+</configuration>
\ No newline at end of file

Added: trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.Util.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.Util.config	Tue Jun 11 17:34:55 2013	(r2233)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <dependentAssembly>
+        <assemblyIdentity name="GME.Util" publicKeyToken="f240a760fe751c2e" />
+        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.0.1.0"/>
+      </dependentAssembly>
+    </assemblyBinding>
+  </runtime>
+</configuration>
\ No newline at end of file

Added: trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.config
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/DotNetPIAs_1.0.1.0/policy.1.0.GME.config	Tue Jun 11 17:34:55 2013	(r2233)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <dependentAssembly>
+        <assemblyIdentity name="GME" publicKeyToken="f240a760fe751c2e" />
+        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.0.1.0"/>
+      </dependentAssembly>
+    </assemblyBinding>
+  </runtime>
+</configuration>
\ No newline at end of file


More information about the gme-commit mailing list