[commit] r2609 - trunk/GME/CSGUI

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Oct 2 14:32:43 CDT 2015


Author: lattmann
Date: Fri Oct  2 14:32:43 2015
New Revision: 2609

Log:
Revert r2603. CSGUID: EmbedInteropTypes=True

Modified:
   trunk/GME/CSGUI/CSGUI.csproj

Modified: trunk/GME/CSGUI/CSGUI.csproj
==============================================================================
--- trunk/GME/CSGUI/CSGUI.csproj	Thu Oct  1 10:09:31 2015	(r2608)
+++ trunk/GME/CSGUI/CSGUI.csproj	Fri Oct  2 14:32:43 2015	(r2609)
@@ -44,22 +44,22 @@
   <ItemGroup>
     <Reference Include="GME, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f240a760fe751c2e, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <EmbedInteropTypes>False</EmbedInteropTypes>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
       <HintPath>..\DotNetPIAs_1.0.0.0\GME.dll</HintPath>
     </Reference>
     <Reference Include="GME.MGA, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f240a760fe751c2e, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <EmbedInteropTypes>False</EmbedInteropTypes>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
       <HintPath>..\DotNetPIAs_1.0.0.0\GME.MGA.dll</HintPath>
     </Reference>
     <Reference Include="GME.MGA.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f240a760fe751c2e, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <EmbedInteropTypes>False</EmbedInteropTypes>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
       <HintPath>..\DotNetPIAs_1.0.0.0\GME.MGA.Core.dll</HintPath>
     </Reference>
     <Reference Include="GME.MGA.Meta, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f240a760fe751c2e, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <EmbedInteropTypes>False</EmbedInteropTypes>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
       <HintPath>..\DotNetPIAs_1.0.0.0\GME.MGA.Meta.dll</HintPath>
     </Reference>
     <Reference Include="Microsoft.CSharp" />
@@ -117,5 +117,5 @@
   </Target>
   <Target Name="AfterBuild">
   </Target>
-  -->
+  -->
 </Project>
\ No newline at end of file


More information about the gme-commit mailing list