File: use_default_framework.patch

package info (click to toggle)
openmcdf 1.5.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,920 kB
  • sloc: cs: 7,079; xml: 1,255; makefile: 53; sh: 1
file content (78 lines) | stat: -rw-r--r-- 4,600 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Description: Need to use default debian version
Author: Mathieu Malaterre <malat@debian.org>

Index: openmcdf/src/OLECompoundFileStorage/OpenMcdf.csproj
===================================================================
--- openmcdf.orig/src/OLECompoundFileStorage/OpenMcdf.csproj	2013-04-08 08:48:32.078338733 +0000
+++ openmcdf/src/OLECompoundFileStorage/OpenMcdf.csproj	2013-04-08 08:48:32.054338733 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -10,7 +10,6 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>OpenMcdf</RootNamespace>
     <AssemblyName>OpenMcdf</AssemblyName>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Index: openmcdf/src/OleCfsMemoryTest/OpenMcdfMemTest.csproj
===================================================================
--- openmcdf.orig/src/OleCfsMemoryTest/OpenMcdfMemTest.csproj	2013-04-08 08:48:32.078338733 +0000
+++ openmcdf/src/OleCfsMemoryTest/OpenMcdfMemTest.csproj	2013-04-08 08:48:32.054338733 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -10,7 +10,6 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>OpenMcdfMemTest</RootNamespace>
     <AssemblyName>OpenMcdfMemTest</AssemblyName>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Index: openmcdf/src/TESTOpenMCDF/StructuredStorageExplorer.csproj
===================================================================
--- openmcdf.orig/src/TESTOpenMCDF/StructuredStorageExplorer.csproj	2013-04-08 08:48:32.078338733 +0000
+++ openmcdf/src/TESTOpenMCDF/StructuredStorageExplorer.csproj	2013-04-08 08:48:32.058338733 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -10,7 +10,6 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>StructuredStorageExplorer</RootNamespace>
     <AssemblyName>StucturedStorageExplorer</AssemblyName>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <TargetFrameworkSubset>
     </TargetFrameworkSubset>
Index: openmcdf/src/OLECFSTest/OpenMcdfTest.csproj
===================================================================
--- openmcdf.orig/src/OLECFSTest/OpenMcdfTest.csproj	2013-04-08 08:48:32.078338733 +0000
+++ openmcdf/src/OLECFSTest/OpenMcdfTest.csproj	2013-04-08 08:48:32.058338733 +0000
@@ -1,4 +1,4 @@
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -9,7 +9,6 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>OpenMcdfTest</RootNamespace>
     <AssemblyName>OpenMcdfTest</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
   </PropertyGroup>