[commit] r1178 - trunk/SDK/DotNet/CSharpComponentWizard

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Feb 14 14:23:15 CST 2011


Author: ksmyth
Date: Mon Feb 14 14:23:15 2011
New Revision: 1178

Log:
Dont require .NET 4

Modified:
   trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj

Modified: trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj	Mon Feb 14 10:43:53 2011	(r1177)
+++ trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj	Mon Feb 14 14:23:15 2011	(r1178)
@@ -10,7 +10,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>CSharpComponentWizard</RootNamespace>
     <AssemblyName>CSharpComponentWizard</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
     <FileAlignment>512</FileAlignment>
     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -75,13 +75,9 @@
     <Reference Include="System.Drawing" />
     <Reference Include="System.Windows.Forms" />
     <Reference Include="System.Xml" />
-    <Reference Include="Microsoft.CSharp" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="System.Xaml">
-      <RequiredTargetFramework>4.0</RequiredTargetFramework>
-    </Reference>
     <Reference Include="WindowsBase" />
     <Reference Include="PresentationCore" />
     <Reference Include="PresentationFramework" />
@@ -143,6 +139,7 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
+    <None Include="app.config" />
     <None Include="app.manifest">
       <SubType>Designer</SubType>
     </None>


More information about the gme-commit mailing list