1 |
787a4489
|
KangIngu
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 |
|
|
<PropertyGroup>
|
5 |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
|
|
<ProjectGuid>{629DC8CD-D458-47EF-8F02-CD12C7001C3E}</ProjectGuid>
|
8 |
|
|
<OutputType>Library</OutputType>
|
9 |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
10 |
|
|
<RootNamespace>KCOMDataModel</RootNamespace>
|
11 |
|
|
<AssemblyName>KCOMDataModel</AssemblyName>
|
12 |
d4a60930
|
djkim
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
13 |
787a4489
|
KangIngu
|
<FileAlignment>512</FileAlignment>
|
14 |
684ef11c
|
ljiyeon
|
<TargetFrameworkProfile />
|
15 |
e1c892f7
|
taeseongkim
|
<NuGetPackageImportStamp>
|
16 |
|
|
</NuGetPackageImportStamp>
|
17 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
18 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 |
|
|
<DebugSymbols>true</DebugSymbols>
|
20 |
|
|
<DebugType>full</DebugType>
|
21 |
|
|
<Optimize>false</Optimize>
|
22 |
|
|
<OutputPath>bin\Debug\</OutputPath>
|
23 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
24 |
|
|
<ErrorReport>prompt</ErrorReport>
|
25 |
|
|
<WarningLevel>4</WarningLevel>
|
26 |
684ef11c
|
ljiyeon
|
<Prefer32Bit>false</Prefer32Bit>
|
27 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
28 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
29 |
|
|
<DebugType>pdbonly</DebugType>
|
30 |
|
|
<Optimize>true</Optimize>
|
31 |
|
|
<OutputPath>bin\Release\</OutputPath>
|
32 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
33 |
|
|
<ErrorReport>prompt</ErrorReport>
|
34 |
|
|
<WarningLevel>4</WarningLevel>
|
35 |
684ef11c
|
ljiyeon
|
<Prefer32Bit>false</Prefer32Bit>
|
36 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
37 |
f19ebe30
|
djkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
38 |
|
|
<DebugSymbols>true</DebugSymbols>
|
39 |
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
40 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
41 |
|
|
<DebugType>full</DebugType>
|
42 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
43 |
|
|
<ErrorReport>prompt</ErrorReport>
|
44 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
45 |
|
|
</PropertyGroup>
|
46 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
47 |
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
48 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
49 |
|
|
<Optimize>true</Optimize>
|
50 |
|
|
<DebugType>pdbonly</DebugType>
|
51 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
52 |
|
|
<ErrorReport>prompt</ErrorReport>
|
53 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
54 |
|
|
</PropertyGroup>
|
55 |
9f55b953
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
|
56 |
|
|
<DebugSymbols>true</DebugSymbols>
|
57 |
|
|
<OutputPath>bin\Debug_HyoSung\</OutputPath>
|
58 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
59 |
|
|
<DebugType>full</DebugType>
|
60 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
61 |
|
|
<ErrorReport>prompt</ErrorReport>
|
62 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
63 |
|
|
</PropertyGroup>
|
64 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
|
65 |
|
|
<DebugSymbols>true</DebugSymbols>
|
66 |
|
|
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
|
67 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
68 |
|
|
<DebugType>full</DebugType>
|
69 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
70 |
|
|
<ErrorReport>prompt</ErrorReport>
|
71 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
72 |
|
|
</PropertyGroup>
|
73 |
f65e6c02
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
|
74 |
|
|
<DebugSymbols>true</DebugSymbols>
|
75 |
|
|
<OutputPath>bin\Debug_CadExport\</OutputPath>
|
76 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
77 |
|
|
<DebugType>full</DebugType>
|
78 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
79 |
|
|
<ErrorReport>prompt</ErrorReport>
|
80 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
81 |
|
|
</PropertyGroup>
|
82 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
|
83 |
|
|
<DebugSymbols>true</DebugSymbols>
|
84 |
|
|
<OutputPath>bin\x86\Debug_CadExport\</OutputPath>
|
85 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
86 |
|
|
<DebugType>full</DebugType>
|
87 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
88 |
|
|
<ErrorReport>prompt</ErrorReport>
|
89 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
90 |
|
|
</PropertyGroup>
|
91 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
|
92 |
|
|
<DebugSymbols>true</DebugSymbols>
|
93 |
|
|
<OutputPath>bin\Debug_SNI\</OutputPath>
|
94 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
95 |
|
|
<DebugType>full</DebugType>
|
96 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
97 |
|
|
<ErrorReport>prompt</ErrorReport>
|
98 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
99 |
|
|
</PropertyGroup>
|
100 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
|
101 |
|
|
<DebugSymbols>true</DebugSymbols>
|
102 |
|
|
<OutputPath>bin\x86\Debug_SNI\</OutputPath>
|
103 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
104 |
|
|
<DebugType>full</DebugType>
|
105 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
106 |
|
|
<ErrorReport>prompt</ErrorReport>
|
107 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
108 |
|
|
</PropertyGroup>
|
109 |
80856edb
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
|
110 |
|
|
<DebugSymbols>true</DebugSymbols>
|
111 |
|
|
<OutputPath>bin\Release_Hyosung\</OutputPath>
|
112 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
113 |
|
|
<DebugType>full</DebugType>
|
114 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
115 |
|
|
<ErrorReport>prompt</ErrorReport>
|
116 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
117 |
|
|
</PropertyGroup>
|
118 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
|
119 |
|
|
<DebugSymbols>true</DebugSymbols>
|
120 |
|
|
<OutputPath>bin\x86\Release_Hyosung\</OutputPath>
|
121 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
122 |
|
|
<DebugType>full</DebugType>
|
123 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
124 |
|
|
<ErrorReport>prompt</ErrorReport>
|
125 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
126 |
|
|
</PropertyGroup>
|
127 |
07b7bd24
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
|
128 |
|
|
<DebugSymbols>true</DebugSymbols>
|
129 |
|
|
<OutputPath>bin\Release_PEMSS\</OutputPath>
|
130 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
131 |
|
|
<DebugType>full</DebugType>
|
132 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
133 |
|
|
<ErrorReport>prompt</ErrorReport>
|
134 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
135 |
|
|
</PropertyGroup>
|
136 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
|
137 |
|
|
<DebugSymbols>true</DebugSymbols>
|
138 |
|
|
<OutputPath>bin\x86\Release_PEMSS\</OutputPath>
|
139 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
140 |
|
|
<DebugType>full</DebugType>
|
141 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
142 |
|
|
<ErrorReport>prompt</ErrorReport>
|
143 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
144 |
|
|
</PropertyGroup>
|
145 |
eaafc1eb
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
|
146 |
|
|
<DebugSymbols>true</DebugSymbols>
|
147 |
|
|
<OutputPath>bin\Debug_Daelim\</OutputPath>
|
148 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
149 |
|
|
<DebugType>full</DebugType>
|
150 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
151 |
|
|
<ErrorReport>prompt</ErrorReport>
|
152 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
153 |
|
|
</PropertyGroup>
|
154 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
|
155 |
|
|
<DebugSymbols>true</DebugSymbols>
|
156 |
|
|
<OutputPath>bin\x86\Debug_Daelim\</OutputPath>
|
157 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
158 |
|
|
<DebugType>full</DebugType>
|
159 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
160 |
|
|
<ErrorReport>prompt</ErrorReport>
|
161 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
162 |
|
|
</PropertyGroup>
|
163 |
9d5b4bc2
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'">
|
164 |
|
|
<DebugSymbols>true</DebugSymbols>
|
165 |
|
|
<OutputPath>bin\Daelim_RemoteTest\</OutputPath>
|
166 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
167 |
|
|
<DebugType>full</DebugType>
|
168 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
169 |
|
|
<ErrorReport>prompt</ErrorReport>
|
170 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
171 |
|
|
</PropertyGroup>
|
172 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'">
|
173 |
|
|
<DebugSymbols>true</DebugSymbols>
|
174 |
|
|
<OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath>
|
175 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
176 |
|
|
<DebugType>full</DebugType>
|
177 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
178 |
|
|
<ErrorReport>prompt</ErrorReport>
|
179 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
180 |
|
|
</PropertyGroup>
|
181 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'">
|
182 |
|
|
<DebugSymbols>true</DebugSymbols>
|
183 |
|
|
<OutputPath>bin\Release_Default\</OutputPath>
|
184 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
185 |
|
|
<DebugType>full</DebugType>
|
186 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
187 |
|
|
<ErrorReport>prompt</ErrorReport>
|
188 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
189 |
|
|
</PropertyGroup>
|
190 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'">
|
191 |
|
|
<DebugSymbols>true</DebugSymbols>
|
192 |
|
|
<OutputPath>bin\x86\Release_Default\</OutputPath>
|
193 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
194 |
|
|
<DebugType>full</DebugType>
|
195 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
196 |
|
|
<ErrorReport>prompt</ErrorReport>
|
197 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
198 |
|
|
</PropertyGroup>
|
199 |
787a4489
|
KangIngu
|
<ItemGroup>
|
200 |
|
|
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
201 |
|
|
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
|
202 |
|
|
</Reference>
|
203 |
|
|
<Reference Include="System" />
|
204 |
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
205 |
|
|
<Reference Include="System.Core" />
|
206 |
|
|
<Reference Include="System.Data.Entity" />
|
207 |
|
|
<Reference Include="System.Runtime.Serialization" />
|
208 |
|
|
<Reference Include="System.Security" />
|
209 |
|
|
<Reference Include="System.Xml.Linq" />
|
210 |
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
211 |
|
|
<Reference Include="Microsoft.CSharp" />
|
212 |
|
|
<Reference Include="System.Data" />
|
213 |
|
|
<Reference Include="System.Xml" />
|
214 |
|
|
</ItemGroup>
|
215 |
|
|
<ItemGroup>
|
216 |
|
|
<Compile Include="Common\ConnectStringBuilder.cs" />
|
217 |
|
|
<Compile Include="DataModel\CIModel.Designer.cs">
|
218 |
|
|
<AutoGen>True</AutoGen>
|
219 |
|
|
<DesignTime>True</DesignTime>
|
220 |
|
|
<DependentUpon>CIModel.edmx</DependentUpon>
|
221 |
|
|
</Compile>
|
222 |
|
|
<Compile Include="DataModel\KCOM_Model.Designer.cs">
|
223 |
|
|
<AutoGen>True</AutoGen>
|
224 |
|
|
<DesignTime>True</DesignTime>
|
225 |
|
|
<DependentUpon>KCOM_Model.edmx</DependentUpon>
|
226 |
|
|
</Compile>
|
227 |
|
|
<Compile Include="KCOMDatabaModel.cs" />
|
228 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
229 |
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
230 |
|
|
<AutoGen>True</AutoGen>
|
231 |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
232 |
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
233 |
|
|
</Compile>
|
234 |
|
|
</ItemGroup>
|
235 |
|
|
<ItemGroup>
|
236 |
|
|
<EntityDeploy Include="DataModel\KCOM_Model.edmx">
|
237 |
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
238 |
|
|
<LastGenOutput>KCOM_Model.Designer.cs</LastGenOutput>
|
239 |
|
|
</EntityDeploy>
|
240 |
|
|
</ItemGroup>
|
241 |
|
|
<ItemGroup>
|
242 |
|
|
<None Include="App.Config">
|
243 |
|
|
<SubType>Designer</SubType>
|
244 |
e1c892f7
|
taeseongkim
|
<TransformOnBuild>true</TransformOnBuild>
|
245 |
787a4489
|
KangIngu
|
</None>
|
246 |
|
|
<EntityDeploy Include="DataModel\CIModel.edmx">
|
247 |
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
248 |
|
|
<LastGenOutput>CIModel.Designer.cs</LastGenOutput>
|
249 |
|
|
</EntityDeploy>
|
250 |
e1c892f7
|
taeseongkim
|
<None Include="App.Debug.Config">
|
251 |
|
|
<DependentUpon>App.Config</DependentUpon>
|
252 |
|
|
<IsTransformFile>true</IsTransformFile>
|
253 |
|
|
</None>
|
254 |
|
|
<None Include="App.Debug_CadExport.Config">
|
255 |
|
|
<DependentUpon>App.Config</DependentUpon>
|
256 |
|
|
<IsTransformFile>true</IsTransformFile>
|
257 |
|
|
</None>
|
258 |
|
|
<None Include="App.Debug_HyoSung.Config">
|
259 |
|
|
<DependentUpon>App.Config</DependentUpon>
|
260 |
|
|
<IsTransformFile>true</IsTransformFile>
|
261 |
|
|
</None>
|
262 |
|
|
<None Include="App.Debug_SNI.Config">
|
263 |
|
|
<DependentUpon>App.Config</DependentUpon>
|
264 |
|
|
<IsTransformFile>true</IsTransformFile>
|
265 |
|
|
</None>
|
266 |
|
|
<None Include="App.Release.Config">
|
267 |
|
|
<DependentUpon>App.Config</DependentUpon>
|
268 |
|
|
<IsTransformFile>true</IsTransformFile>
|
269 |
|
|
</None>
|
270 |
|
|
<None Include="App.Release_Hyosung.Config">
|
271 |
|
|
<DependentUpon>App.Config</DependentUpon>
|
272 |
|
|
<IsTransformFile>true</IsTransformFile>
|
273 |
|
|
</None>
|
274 |
|
|
<None Include="App.Release_PEMSS.Config">
|
275 |
|
|
<DependentUpon>App.Config</DependentUpon>
|
276 |
|
|
<IsTransformFile>true</IsTransformFile>
|
277 |
|
|
</None>
|
278 |
684ef11c
|
ljiyeon
|
<None Include="packages.config">
|
279 |
|
|
<SubType>Designer</SubType>
|
280 |
|
|
</None>
|
281 |
787a4489
|
KangIngu
|
<None Include="Properties\Settings.settings">
|
282 |
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
283 |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
284 |
|
|
</None>
|
285 |
|
|
</ItemGroup>
|
286 |
|
|
<ItemGroup>
|
287 |
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
288 |
|
|
</ItemGroup>
|
289 |
5928384e
|
djkim
|
<ItemGroup>
|
290 |
|
|
<ProjectReference Include="..\CommonLib\CommonLib.csproj">
|
291 |
|
|
<Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
|
292 |
|
|
<Name>CommonLib</Name>
|
293 |
|
|
</ProjectReference>
|
294 |
|
|
</ItemGroup>
|
295 |
787a4489
|
KangIngu
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
296 |
|
|
</Project> |