개정판 f19ebe30
issue #000: x86 구성 추가.
Change-Id: Iaac1bbd7e431295aa825390ee77df36fc0ff5688
CommonLib/CommonLib.csproj | ||
---|---|---|
30 | 30 |
<ErrorReport>prompt</ErrorReport> |
31 | 31 |
<WarningLevel>4</WarningLevel> |
32 | 32 |
</PropertyGroup> |
33 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
34 |
<DebugSymbols>true</DebugSymbols> |
|
35 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
36 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
37 |
<DebugType>full</DebugType> |
|
38 |
<PlatformTarget>x86</PlatformTarget> |
|
39 |
<ErrorReport>prompt</ErrorReport> |
|
40 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
41 |
</PropertyGroup> |
|
42 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
43 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
44 |
<DefineConstants>TRACE</DefineConstants> |
|
45 |
<Optimize>true</Optimize> |
|
46 |
<DebugType>pdbonly</DebugType> |
|
47 |
<PlatformTarget>x86</PlatformTarget> |
|
48 |
<ErrorReport>prompt</ErrorReport> |
|
49 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
50 |
</PropertyGroup> |
|
33 | 51 |
<ItemGroup> |
34 | 52 |
<Reference Include="System" /> |
35 | 53 |
<Reference Include="System.Core" /> |
CompareLib/CompareLib.csproj | ||
---|---|---|
33 | 33 |
<ErrorReport>prompt</ErrorReport> |
34 | 34 |
<WarningLevel>4</WarningLevel> |
35 | 35 |
</PropertyGroup> |
36 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
37 |
<DebugSymbols>true</DebugSymbols> |
|
38 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
40 |
<DebugType>full</DebugType> |
|
41 |
<PlatformTarget>x86</PlatformTarget> |
|
42 |
<ErrorReport>prompt</ErrorReport> |
|
43 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
44 |
</PropertyGroup> |
|
45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
46 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
47 |
<DefineConstants>TRACE</DefineConstants> |
|
48 |
<Optimize>true</Optimize> |
|
49 |
<DebugType>pdbonly</DebugType> |
|
50 |
<PlatformTarget>x86</PlatformTarget> |
|
51 |
<ErrorReport>prompt</ErrorReport> |
|
52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
53 |
</PropertyGroup> |
|
36 | 54 |
<ItemGroup> |
37 | 55 |
<Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
38 | 56 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
IKCOM/IKCOM.csproj | ||
---|---|---|
32 | 32 |
<WarningLevel>4</WarningLevel> |
33 | 33 |
<Prefer32Bit>false</Prefer32Bit> |
34 | 34 |
</PropertyGroup> |
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
36 |
<DebugSymbols>true</DebugSymbols> |
|
37 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
39 |
<DebugType>full</DebugType> |
|
40 |
<PlatformTarget>x86</PlatformTarget> |
|
41 |
<ErrorReport>prompt</ErrorReport> |
|
42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
43 |
</PropertyGroup> |
|
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
45 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
46 |
<DefineConstants>TRACE</DefineConstants> |
|
47 |
<Optimize>true</Optimize> |
|
48 |
<DebugType>pdbonly</DebugType> |
|
49 |
<PlatformTarget>x86</PlatformTarget> |
|
50 |
<ErrorReport>prompt</ErrorReport> |
|
51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
52 |
</PropertyGroup> |
|
35 | 53 |
<ItemGroup> |
36 | 54 |
<Reference Include="PresentationCore" /> |
37 | 55 |
<Reference Include="PresentationFramework" /> |
KCOM.sln | ||
---|---|---|
6 | 6 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KCOM", "KCOM\KCOM.csproj", "{9F7C22A1-065C-4203-A570-F9EEA08F2344}" |
7 | 7 |
ProjectSection(ProjectDependencies) = postProject |
8 | 8 |
{F026B592-11B9-410C-B4FF-384E511A4666} = {F026B592-11B9-410C-B4FF-384E511A4666} |
9 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C} = {EA12FDC9-575E-471B-A691-3C31D03EA24C} |
|
9 | 10 |
EndProjectSection |
10 | 11 |
EndProject |
11 | 12 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KCOM_Helper", "KCOM_Helper\KCOM_Helper.csproj", "{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}" |
... | ... | |
32 | 33 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
33 | 34 |
Debug|Any CPU = Debug|Any CPU |
34 | 35 |
Debug|x64 = Debug|x64 |
36 |
Debug|x86 = Debug|x86 |
|
35 | 37 |
Release|Any CPU = Release|Any CPU |
36 | 38 |
Release|x64 = Release|x64 |
39 |
Release|x86 = Release|x86 |
|
37 | 40 |
EndGlobalSection |
38 | 41 |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
39 | 42 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
40 | 43 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|Any CPU.Build.0 = Debug|Any CPU |
41 | 44 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x64.ActiveCfg = Debug|x64 |
42 | 45 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x64.Build.0 = Debug|x64 |
46 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x86.ActiveCfg = Debug|x86 |
|
47 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug|x86.Build.0 = Debug|x86 |
|
43 | 48 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.ActiveCfg = Release|Any CPU |
44 | 49 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.Build.0 = Release|Any CPU |
45 | 50 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.ActiveCfg = Release|x64 |
46 | 51 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.Build.0 = Release|x64 |
52 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x86.ActiveCfg = Release|x86 |
|
53 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x86.Build.0 = Release|x86 |
|
47 | 54 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
48 | 55 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|Any CPU.Build.0 = Debug|Any CPU |
49 | 56 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x64.ActiveCfg = Debug|Any CPU |
50 | 57 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x64.Build.0 = Debug|Any CPU |
58 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x86.ActiveCfg = Debug|x86 |
|
59 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug|x86.Build.0 = Debug|x86 |
|
51 | 60 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.ActiveCfg = Release|Any CPU |
52 | 61 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.Build.0 = Release|Any CPU |
53 | 62 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.ActiveCfg = Release|Any CPU |
54 | 63 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.Build.0 = Release|Any CPU |
64 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x86.ActiveCfg = Release|x86 |
|
65 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x86.Build.0 = Release|x86 |
|
55 | 66 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
56 | 67 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
57 | 68 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x64.ActiveCfg = Debug|Any CPU |
58 | 69 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x64.Build.0 = Debug|Any CPU |
70 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x86.ActiveCfg = Debug|x86 |
|
71 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug|x86.Build.0 = Debug|x86 |
|
59 | 72 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
60 | 73 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.Build.0 = Release|Any CPU |
61 | 74 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.ActiveCfg = Release|Any CPU |
62 | 75 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.Build.0 = Release|Any CPU |
76 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x86.ActiveCfg = Release|x86 |
|
77 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x86.Build.0 = Release|x86 |
|
63 | 78 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
64 | 79 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|Any CPU.Build.0 = Debug|Any CPU |
65 | 80 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x64.ActiveCfg = Debug|Any CPU |
66 | 81 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x64.Build.0 = Debug|Any CPU |
82 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x86.ActiveCfg = Debug|x86 |
|
83 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Debug|x86.Build.0 = Debug|x86 |
|
67 | 84 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.ActiveCfg = Release|Any CPU |
68 | 85 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.Build.0 = Release|Any CPU |
69 | 86 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.ActiveCfg = Release|Any CPU |
70 | 87 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.Build.0 = Release|Any CPU |
88 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x86.ActiveCfg = Release|x86 |
|
89 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x86.Build.0 = Release|x86 |
|
71 | 90 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
72 | 91 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|Any CPU.Build.0 = Debug|Any CPU |
73 | 92 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x64.ActiveCfg = Debug|Any CPU |
74 | 93 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x64.Build.0 = Debug|Any CPU |
94 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x86.ActiveCfg = Debug|x86 |
|
95 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug|x86.Build.0 = Debug|x86 |
|
75 | 96 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.ActiveCfg = Release|Any CPU |
76 | 97 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.Build.0 = Release|Any CPU |
77 | 98 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.ActiveCfg = Release|Any CPU |
78 | 99 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.Build.0 = Release|Any CPU |
100 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x86.ActiveCfg = Release|x86 |
|
101 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x86.Build.0 = Release|x86 |
|
79 | 102 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
80 | 103 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|Any CPU.Build.0 = Debug|Any CPU |
81 | 104 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x64.ActiveCfg = Debug|Any CPU |
82 | 105 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x64.Build.0 = Debug|Any CPU |
106 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x86.ActiveCfg = Debug|x86 |
|
107 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug|x86.Build.0 = Debug|x86 |
|
83 | 108 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.ActiveCfg = Release|Any CPU |
84 | 109 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.Build.0 = Release|Any CPU |
85 | 110 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.ActiveCfg = Release|Any CPU |
86 | 111 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.Build.0 = Release|Any CPU |
112 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x86.ActiveCfg = Release|x86 |
|
113 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x86.Build.0 = Release|x86 |
|
87 | 114 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
88 | 115 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|Any CPU.Build.0 = Debug|Any CPU |
89 | 116 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x64.ActiveCfg = Debug|x64 |
90 | 117 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x64.Build.0 = Debug|x64 |
118 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x86.ActiveCfg = Debug|x86 |
|
119 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug|x86.Build.0 = Debug|x86 |
|
91 | 120 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.ActiveCfg = Release|Any CPU |
92 | 121 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.Build.0 = Release|Any CPU |
93 | 122 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.ActiveCfg = Release|x64 |
94 | 123 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.Build.0 = Release|x64 |
124 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x86.ActiveCfg = Release|x86 |
|
125 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x86.Build.0 = Release|x86 |
|
95 | 126 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
96 | 127 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|Any CPU.Build.0 = Debug|Any CPU |
97 | 128 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x64.ActiveCfg = Debug|Any CPU |
98 | 129 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x64.Build.0 = Debug|Any CPU |
130 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x86.ActiveCfg = Debug|x86 |
|
131 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug|x86.Build.0 = Debug|x86 |
|
99 | 132 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.ActiveCfg = Release|Any CPU |
100 | 133 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.Build.0 = Release|Any CPU |
101 | 134 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.ActiveCfg = Release|Any CPU |
102 | 135 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.Build.0 = Release|Any CPU |
136 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x86.ActiveCfg = Release|x86 |
|
137 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x86.Build.0 = Release|x86 |
|
103 | 138 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
104 | 139 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
105 | 140 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x64.ActiveCfg = Debug|Any CPU |
106 | 141 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x64.Build.0 = Debug|Any CPU |
142 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x86.ActiveCfg = Debug|x86 |
|
143 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug|x86.Build.0 = Debug|x86 |
|
107 | 144 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
108 | 145 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.Build.0 = Release|Any CPU |
109 | 146 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.ActiveCfg = Release|Any CPU |
110 | 147 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.Build.0 = Release|Any CPU |
148 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x86.ActiveCfg = Release|x86 |
|
149 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x86.Build.0 = Release|x86 |
|
111 | 150 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
112 | 151 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|Any CPU.Build.0 = Debug|Any CPU |
113 | 152 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x64.ActiveCfg = Debug|Any CPU |
114 | 153 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x64.Build.0 = Debug|Any CPU |
154 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.ActiveCfg = Debug|x86 |
|
155 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug|x86.Build.0 = Debug|x86 |
|
115 | 156 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.ActiveCfg = Release|Any CPU |
116 | 157 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.Build.0 = Release|Any CPU |
117 | 158 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.ActiveCfg = Release|Any CPU |
118 | 159 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.Build.0 = Release|Any CPU |
160 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x86.ActiveCfg = Release|x86 |
|
161 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x86.Build.0 = Release|x86 |
|
119 | 162 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
120 | 163 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
121 | 164 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x64.ActiveCfg = Debug|Any CPU |
122 | 165 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x64.Build.0 = Debug|Any CPU |
166 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x86.ActiveCfg = Debug|x86 |
|
167 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug|x86.Build.0 = Debug|x86 |
|
123 | 168 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
124 | 169 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.Build.0 = Release|Any CPU |
125 | 170 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.ActiveCfg = Release|Any CPU |
126 | 171 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.Build.0 = Release|Any CPU |
172 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x86.ActiveCfg = Release|x86 |
|
173 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x86.Build.0 = Release|x86 |
|
127 | 174 |
EndGlobalSection |
128 | 175 |
GlobalSection(SolutionProperties) = preSolution |
129 | 176 |
HideSolutionNode = FALSE |
KCOM/KCOM.csproj | ||
---|---|---|
71 | 71 |
<PropertyGroup> |
72 | 72 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
73 | 73 |
</PropertyGroup> |
74 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
75 |
<DebugSymbols>true</DebugSymbols> |
|
76 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
77 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
78 |
<DebugType>full</DebugType> |
|
79 |
<PlatformTarget>x86</PlatformTarget> |
|
80 |
<ErrorReport>prompt</ErrorReport> |
|
81 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
82 |
</PropertyGroup> |
|
83 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
84 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
85 |
<DefineConstants>TRACE</DefineConstants> |
|
86 |
<Optimize>true</Optimize> |
|
87 |
<DebugType>pdbonly</DebugType> |
|
88 |
<PlatformTarget>x86</PlatformTarget> |
|
89 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
|
90 |
<ErrorReport>prompt</ErrorReport> |
|
91 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
92 |
</PropertyGroup> |
|
74 | 93 |
<ItemGroup> |
75 | 94 |
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
76 | 95 |
<SpecificVersion>False</SpecificVersion> |
KCOMDataModel/KCOMDataModel.csproj | ||
---|---|---|
32 | 32 |
<WarningLevel>4</WarningLevel> |
33 | 33 |
<Prefer32Bit>false</Prefer32Bit> |
34 | 34 |
</PropertyGroup> |
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
36 |
<DebugSymbols>true</DebugSymbols> |
|
37 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
39 |
<DebugType>full</DebugType> |
|
40 |
<PlatformTarget>x86</PlatformTarget> |
|
41 |
<ErrorReport>prompt</ErrorReport> |
|
42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
43 |
</PropertyGroup> |
|
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
45 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
46 |
<DefineConstants>TRACE</DefineConstants> |
|
47 |
<Optimize>true</Optimize> |
|
48 |
<DebugType>pdbonly</DebugType> |
|
49 |
<PlatformTarget>x86</PlatformTarget> |
|
50 |
<ErrorReport>prompt</ErrorReport> |
|
51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
52 |
</PropertyGroup> |
|
35 | 53 |
<ItemGroup> |
36 | 54 |
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
37 | 55 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
... | ... | |
75 | 93 |
</EntityDeploy> |
76 | 94 |
</ItemGroup> |
77 | 95 |
<ItemGroup> |
78 |
|
|
79 | 96 |
<None Include="App.Config"> |
80 | 97 |
<SubType>Designer</SubType> |
81 | 98 |
</None> |
KCOM_API/KCOM_API.csproj | ||
---|---|---|
119 | 119 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
120 | 120 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
121 | 121 |
</PropertyGroup> |
122 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
123 |
<DebugSymbols>true</DebugSymbols> |
|
124 |
<OutputPath>bin\</OutputPath> |
|
125 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
126 |
<DebugType>full</DebugType> |
|
127 |
<PlatformTarget>x86</PlatformTarget> |
|
128 |
<ErrorReport>prompt</ErrorReport> |
|
129 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
130 |
</PropertyGroup> |
|
131 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
132 |
<OutputPath>bin\</OutputPath> |
|
133 |
<DefineConstants>TRACE</DefineConstants> |
|
134 |
<Optimize>true</Optimize> |
|
135 |
<DebugType>pdbonly</DebugType> |
|
136 |
<PlatformTarget>x86</PlatformTarget> |
|
137 |
<ErrorReport>prompt</ErrorReport> |
|
138 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
139 |
</PropertyGroup> |
|
122 | 140 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
123 | 141 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
124 | 142 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
KCOM_Helper/KCOM_Helper.csproj | ||
---|---|---|
29 | 29 |
<ErrorReport>prompt</ErrorReport> |
30 | 30 |
<WarningLevel>4</WarningLevel> |
31 | 31 |
</PropertyGroup> |
32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
33 |
<DebugSymbols>true</DebugSymbols> |
|
34 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
35 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
36 |
<DebugType>full</DebugType> |
|
37 |
<PlatformTarget>x86</PlatformTarget> |
|
38 |
<ErrorReport>prompt</ErrorReport> |
|
39 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
40 |
</PropertyGroup> |
|
41 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
42 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
43 |
<DefineConstants>TRACE</DefineConstants> |
|
44 |
<Optimize>true</Optimize> |
|
45 |
<DebugType>pdbonly</DebugType> |
|
46 |
<PlatformTarget>x86</PlatformTarget> |
|
47 |
<ErrorReport>prompt</ErrorReport> |
|
48 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
49 |
</PropertyGroup> |
|
32 | 50 |
<ItemGroup> |
33 | 51 |
<Reference Include="System" /> |
34 | 52 |
<Reference Include="System.Core" /> |
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
52 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 |
<Prefer32Bit>false</Prefer32Bit> |
54 | 54 |
</PropertyGroup> |
55 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
56 |
<DebugSymbols>true</DebugSymbols> |
|
57 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
58 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
59 |
<DebugType>full</DebugType> |
|
60 |
<PlatformTarget>x86</PlatformTarget> |
|
61 |
<ErrorReport>prompt</ErrorReport> |
|
62 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
63 |
</PropertyGroup> |
|
64 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
65 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
66 |
<DefineConstants>TRACE</DefineConstants> |
|
67 |
<Optimize>true</Optimize> |
|
68 |
<DebugType>pdbonly</DebugType> |
|
69 |
<PlatformTarget>x86</PlatformTarget> |
|
70 |
<ErrorReport>prompt</ErrorReport> |
|
71 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
72 |
</PropertyGroup> |
|
55 | 73 |
<ItemGroup> |
56 | 74 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
57 | 75 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
62 | 62 |
<PropertyGroup> |
63 | 63 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
64 | 64 |
</PropertyGroup> |
65 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
66 |
<DebugSymbols>true</DebugSymbols> |
|
67 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
68 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
69 |
<DebugType>full</DebugType> |
|
70 |
<PlatformTarget>x86</PlatformTarget> |
|
71 |
<ErrorReport>prompt</ErrorReport> |
|
72 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
73 |
</PropertyGroup> |
|
74 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
75 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
76 |
<DefineConstants>TRACE</DefineConstants> |
|
77 |
<Optimize>true</Optimize> |
|
78 |
<DebugType>pdbonly</DebugType> |
|
79 |
<PlatformTarget>x86</PlatformTarget> |
|
80 |
<ErrorReport>prompt</ErrorReport> |
|
81 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
82 |
</PropertyGroup> |
|
65 | 83 |
<ItemGroup> |
66 | 84 |
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> |
67 | 85 |
<HintPath>..\packages\ICSharpCode.SharpZipLib.dll.0.85.4.369\lib\net20\ICSharpCode.SharpZipLib.dll</HintPath> |
ZoomAndPan/ZoomAndPan.csproj | ||
---|---|---|
32 | 32 |
<WarningLevel>4</WarningLevel> |
33 | 33 |
<Prefer32Bit>false</Prefer32Bit> |
34 | 34 |
</PropertyGroup> |
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
36 |
<DebugSymbols>true</DebugSymbols> |
|
37 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
39 |
<DebugType>full</DebugType> |
|
40 |
<PlatformTarget>x86</PlatformTarget> |
|
41 |
<ErrorReport>prompt</ErrorReport> |
|
42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
43 |
</PropertyGroup> |
|
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
45 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
46 |
<DefineConstants>TRACE</DefineConstants> |
|
47 |
<Optimize>true</Optimize> |
|
48 |
<DebugType>pdbonly</DebugType> |
|
49 |
<PlatformTarget>x86</PlatformTarget> |
|
50 |
<ErrorReport>prompt</ErrorReport> |
|
51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
52 |
</PropertyGroup> |
|
35 | 53 |
<ItemGroup> |
36 | 54 |
<Reference Include="PresentationCore" /> |
37 | 55 |
<Reference Include="PresentationFramework" /> |
내보내기 Unified diff