OpenSource » Database Migrator » Legacy Migrator
Clone URL:  

Migrator Changed back to .Net 2.0

Changeset 486f2495f91a

Parent 7dd9e95342ed

by danielpupek

Changes to 5 files · Browse files at 486f2495f91a Showing diff from parent 7dd9e95342ed Diff from another changeset...

 
6
7
8
9
10
 
11
12
13
 
6
7
8
 
 
9
10
11
12
@@ -6,8 +6,7 @@
 using System.Runtime.InteropServices;  using System.Text.RegularExpressions;  using System.Collections.Generic; -using System.Data.Linq; -using System.Linq; +    namespace Migrator  {
 
6
7
8
9
10
 
11
12
13
 
6
7
8
 
 
9
10
11
12
@@ -6,8 +6,7 @@
 using System.Runtime.InteropServices;  using System.Text.RegularExpressions;  using System.Collections.Generic; -using System.Data.Linq; -using System.Linq; +    namespace Migrator  {
 
26
27
28
29
30
 
31
32
33
 
26
27
28
 
 
29
30
31
32
@@ -26,8 +26,7 @@
 using System.Runtime.InteropServices;  using System.Text.RegularExpressions;  using System.Collections.Generic; -using System.Data.Linq; -using System.Linq; +  #endregion    namespace Migrator
 
22
23
24
25
 
 
 
26
27
28
 
44
45
46
47
48
49
50
51
52
53
54
55
56
 
96
97
98
 
 
 
99
100
 
 
22
23
24
 
25
26
27
28
29
30
 
46
47
48
 
 
 
49
 
 
 
50
51
52
 
92
93
94
95
96
97
98
99
 
@@ -22,7 +22,9 @@
  <OldToolsVersion>2.0</OldToolsVersion>   <UpgradeBackupLocation>   </UpgradeBackupLocation> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + <TargetFrameworkSubset> + </TargetFrameworkSubset>   </PropertyGroup>   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">   <DebugSymbols>true</DebugSymbols> @@ -44,13 +46,7 @@
  </PropertyGroup>   <ItemGroup>   <Reference Include="System" /> - <Reference Include="System.Core"> - <RequiredTargetFramework>3.5</RequiredTargetFramework> - </Reference>   <Reference Include="System.Data" /> - <Reference Include="System.Data.Linq"> - <RequiredTargetFramework>3.5</RequiredTargetFramework> - </Reference>   <Reference Include="System.Xml" />   <Reference Include="log4net">   <HintPath>..\..\lib\log4net.dll</HintPath> @@ -96,5 +92,8 @@
  <ItemGroup>   <Content Include="testfolder\test.txt" />   </ItemGroup> + <ItemGroup> + <None Include="app.config" /> + </ItemGroup>   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />  </Project> \ No newline at end of file
Change 1 of 1 Show Entire File app/​core/​app.config Stacked
 
 
 
 
 
1
2
3
@@ -0,0 +1,3 @@
+<?xml version="1.0"?> +<configuration> +<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>