[commit] r2119 - in trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator: . Properties
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Dec 10 09:27:54 CST 2012
Author: ksmyth
Date: Mon Dec 10 09:27:54 2012
New Revision: 2119
Log:
Add app.manifest for SxS COM activation
Added:
trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/app.manifest
Modified:
trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.csproj
trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Properties/AssemblyInfo.cs
Modified: trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.csproj
==============================================================================
--- trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.csproj Mon Dec 10 09:27:20 2012 (r2118)
+++ trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.csproj Mon Dec 10 09:27:54 2012 (r2119)
@@ -65,6 +65,9 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>AssemblySignature.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
+ <PropertyGroup>
+ <ApplicationManifest>app.manifest</ApplicationManifest>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -122,6 +125,7 @@
</Content>
</ItemGroup>
<ItemGroup>
+ <None Include="app.manifest" />
<None Include="AssemblySignature.snk" />
</ItemGroup>
<ItemGroup>
Modified: trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Properties/AssemblyInfo.cs
==============================================================================
--- trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Properties/AssemblyInfo.cs Mon Dec 10 09:27:20 2012 (r2118)
+++ trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Properties/AssemblyInfo.cs Mon Dec 10 09:27:54 2012 (r2119)
@@ -32,6 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
+// Keep in sync with app.manifest
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
// also change GME_SDK.wxs
Added: trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/app.manifest
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/app.manifest Mon Dec 10 09:27:54 2012 (r2119)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity
+ type="win32"
+ name="CSharpDSMLGenerator"
+ version="1.0.5.0"
+ publicKeyToken="1321e6b92842fe54"
+ processorArchitecture="msil" />
+ <clrClass
+ clsid="{78BE7B95-3564-4BA9-8FE6-8D9B91EEE0B8}"
+ progid="MGA.Interpreter.CSharpDSMLGenerator"
+ threadingModel="Both"
+ name="CSharpDSMLGenerator.CSharpDSMLGeneratorInterpreter"
+ runtimeVersion="v4.0.30319">
+ </clrClass>
+ <file name="CSharpDSMLGenerator.dll">
+ </file>
+</assembly>
More information about the gme-commit
mailing list