[Mobies-commit] [commit] r3658 - UDM/trunk/Projects/Win32/VC10/src/UdmCli

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Tue Mar 22 15:49:49 CDT 2011


Author: ksmyth
Date: Tue Mar 22 15:49:49 2011
New Revision: 3658

Log:
Target 3.5 client, sign the assembly

Modified:
   UDM/trunk/Projects/Win32/VC10/src/UdmCli/UdmCli.csproj

Modified: UDM/trunk/Projects/Win32/VC10/src/UdmCli/UdmCli.csproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/UdmCli/UdmCli.csproj	Tue Mar 22 15:49:03 2011	(r3657)
+++ UDM/trunk/Projects/Win32/VC10/src/UdmCli/UdmCli.csproj	Tue Mar 22 15:49:49 2011	(r3658)
@@ -10,9 +10,9 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>UdmCli</RootNamespace>
     <AssemblyName>UdmCli</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
+    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -35,7 +35,10 @@
     <NoWarn>0108</NoWarn>
   </PropertyGroup>
   <PropertyGroup>
-    <SignAssembly>false</SignAssembly>
+    <SignAssembly>true</SignAssembly>
+  </PropertyGroup>
+  <PropertyGroup>
+    <AssemblyOriginatorKeyFile>Udm.snk</AssemblyOriginatorKeyFile>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -55,7 +58,9 @@
       <Name>UdmCliBridge</Name>
     </ProjectReference>
   </ItemGroup>
-  <ItemGroup />
+  <ItemGroup>
+    <None Include="Udm.snk" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.


More information about the Mobies-commit mailing list