개정판 d4a60930
issue #000: target framework 4.6.1 으로 수정.
Change-Id: I70587b39621c9aaaa61efe1e29fcb3abed591237
CommonLib/CommonLib.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>CommonLib</RootNamespace> |
11 | 11 |
<AssemblyName>CommonLib</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<Deterministic>true</Deterministic> |
15 |
<TargetFrameworkProfile /> |
|
15 | 16 |
</PropertyGroup> |
16 | 17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 |
<DebugSymbols>true</DebugSymbols> |
IKCOM/IKCOM.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>IKCOM</RootNamespace> |
11 | 11 |
<AssemblyName>IKCOM</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<TargetFrameworkProfile /> |
15 | 15 |
</PropertyGroup> |
KCOM/KCOM.csproj | ||
---|---|---|
9 | 9 |
<OutputType>WinExe</OutputType> |
10 | 10 |
<RootNamespace>KCOM</RootNamespace> |
11 | 11 |
<AssemblyName>KCOM</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 |
<WarningLevel>4</WarningLevel> |
... | ... | |
116 | 116 |
<SpecificVersion>False</SpecificVersion> |
117 | 117 |
<HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.OCRExtension.dll</HintPath> |
118 | 118 |
</Reference> |
119 |
<Reference Include="Interop.OdaX"> |
|
120 |
<HintPath>..\packages\ODA\Interop.OdaX.dll</HintPath> |
|
121 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
122 |
</Reference> |
|
123 | 119 |
<Reference Include="itextsharp"> |
124 | 120 |
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
125 | 121 |
</Reference> |
KCOMDataModel/KCOMDataModel.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>KCOMDataModel</RootNamespace> |
11 | 11 |
<AssemblyName>KCOMDataModel</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<TargetFrameworkProfile /> |
15 | 15 |
</PropertyGroup> |
KCOM_API/KCOM_API.csproj | ||
---|---|---|
12 | 12 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
13 | 13 |
<RootNamespace>KCOM_API</RootNamespace> |
14 | 14 |
<AssemblyName>KCOM_API</AssemblyName> |
15 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
15 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
16 | 16 |
<UseIISExpress>true</UseIISExpress> |
17 | 17 |
<Use64BitIISExpress /> |
18 | 18 |
<IISExpressSSLPort /> |
MarkupToPDF/App.Config | ||
---|---|---|
12 | 12 |
<entityFramework> |
13 | 13 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/> |
14 | 14 |
</entityFramework> |
15 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup><system.serviceModel>
|
|
15 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup><system.serviceModel>
|
|
16 | 16 |
<bindings> |
17 | 17 |
<basicHttpBinding> |
18 | 18 |
<binding name="DeepViewPoint"/> |
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>MarkupToPDF</RootNamespace> |
11 | 11 |
<AssemblyName>MarkupToPDF</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<TargetFrameworkProfile /> |
15 | 15 |
</PropertyGroup> |
SmartUpdate/App.config | ||
---|---|---|
6 | 6 |
</sectionGroup> |
7 | 7 |
</configSections> |
8 | 8 |
<startup> |
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
|
10 | 10 |
</startup> |
11 | 11 |
<applicationSettings> |
12 | 12 |
<SmartUpdate.Properties.Settings> |
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
8 | 8 |
<OutputType>WinExe</OutputType> |
9 | 9 |
<RootNamespace>SmartUpdate</RootNamespace> |
10 | 10 |
<AssemblyName>SmartUpdate</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 | 14 |
<WarningLevel>4</WarningLevel> |
... | ... | |
40 | 40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 | 41 |
<ErrorReport>prompt</ErrorReport> |
42 | 42 |
<WarningLevel>4</WarningLevel> |
43 |
<Prefer32Bit>false</Prefer32Bit> |
|
43 | 44 |
</PropertyGroup> |
44 | 45 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
45 | 46 |
<PlatformTarget>x64</PlatformTarget> |
... | ... | |
49 | 50 |
<DefineConstants>TRACE</DefineConstants> |
50 | 51 |
<ErrorReport>prompt</ErrorReport> |
51 | 52 |
<WarningLevel>4</WarningLevel> |
53 |
<Prefer32Bit>false</Prefer32Bit> |
|
52 | 54 |
</PropertyGroup> |
53 | 55 |
<PropertyGroup> |
54 | 56 |
<ApplicationIcon>SmartUpdate.ico</ApplicationIcon> |
... | ... | |
70 | 72 |
<PlatformTarget>x86</PlatformTarget> |
71 | 73 |
<ErrorReport>prompt</ErrorReport> |
72 | 74 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
75 |
<Prefer32Bit>false</Prefer32Bit> |
|
73 | 76 |
</PropertyGroup> |
74 | 77 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
75 | 78 |
<OutputPath>bin\x86\Release\</OutputPath> |
... | ... | |
79 | 82 |
<PlatformTarget>x86</PlatformTarget> |
80 | 83 |
<ErrorReport>prompt</ErrorReport> |
81 | 84 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
85 |
<Prefer32Bit>false</Prefer32Bit> |
|
82 | 86 |
</PropertyGroup> |
83 | 87 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
84 | 88 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
88 | 92 |
<PlatformTarget>x64</PlatformTarget> |
89 | 93 |
<ErrorReport>prompt</ErrorReport> |
90 | 94 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
95 |
<Prefer32Bit>false</Prefer32Bit> |
|
91 | 96 |
</PropertyGroup> |
92 | 97 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
93 | 98 |
<OutputPath>bin\x64\Release\</OutputPath> |
... | ... | |
97 | 102 |
<PlatformTarget>x64</PlatformTarget> |
98 | 103 |
<ErrorReport>prompt</ErrorReport> |
99 | 104 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
105 |
<Prefer32Bit>false</Prefer32Bit> |
|
100 | 106 |
</PropertyGroup> |
101 | 107 |
<ItemGroup> |
102 | 108 |
<Reference Include="System" /> |
ZoomAndPan/ZoomAndPan.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>ZoomAndPan</RootNamespace> |
11 | 11 |
<AssemblyName>ZoomAndPan</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<TargetFrameworkProfile /> |
15 | 15 |
</PropertyGroup> |
내보내기 Unified diff