markus / FinalService / KCOM_FinalService / KCOMDataModel / KCOMDataModel.csproj @ 1e9c1261
이력 | 보기 | 이력해설 | 다운로드 (11.3 KB)
1 |
<?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 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<TargetFrameworkProfile /> |
15 |
<NuGetPackageImportStamp> |
16 |
</NuGetPackageImportStamp> |
17 |
</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 |
<Prefer32Bit>false</Prefer32Bit> |
27 |
</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 |
<Prefer32Bit>false</Prefer32Bit> |
36 |
</PropertyGroup> |
37 |
<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 |
<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 |
<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 |
<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 |
<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 |
<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 |
<ItemGroup> |
164 |
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
165 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
166 |
</Reference> |
167 |
<Reference Include="System" /> |
168 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
169 |
<Reference Include="System.Core" /> |
170 |
<Reference Include="System.Data.Entity" /> |
171 |
<Reference Include="System.Runtime.Serialization" /> |
172 |
<Reference Include="System.Security" /> |
173 |
<Reference Include="System.Xml.Linq" /> |
174 |
<Reference Include="System.Data.DataSetExtensions" /> |
175 |
<Reference Include="Microsoft.CSharp" /> |
176 |
<Reference Include="System.Data" /> |
177 |
<Reference Include="System.Xml" /> |
178 |
</ItemGroup> |
179 |
<ItemGroup> |
180 |
<Compile Include="Common\ConnectStringBuilder.cs" /> |
181 |
<Compile Include="DataModel\CIModel.Designer.cs"> |
182 |
<AutoGen>True</AutoGen> |
183 |
<DesignTime>True</DesignTime> |
184 |
<DependentUpon>CIModel.edmx</DependentUpon> |
185 |
</Compile> |
186 |
<Compile Include="DataModel\KCOM_Model.Designer.cs"> |
187 |
<AutoGen>True</AutoGen> |
188 |
<DesignTime>True</DesignTime> |
189 |
<DependentUpon>KCOM_Model.edmx</DependentUpon> |
190 |
</Compile> |
191 |
<Compile Include="KCOMDatabaModel.cs" /> |
192 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
193 |
<Compile Include="Properties\Settings.Designer.cs"> |
194 |
<AutoGen>True</AutoGen> |
195 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
196 |
<DependentUpon>Settings.settings</DependentUpon> |
197 |
</Compile> |
198 |
</ItemGroup> |
199 |
<ItemGroup> |
200 |
<EntityDeploy Include="DataModel\KCOM_Model.edmx"> |
201 |
<Generator>EntityModelCodeGenerator</Generator> |
202 |
<LastGenOutput>KCOM_Model.Designer.cs</LastGenOutput> |
203 |
</EntityDeploy> |
204 |
</ItemGroup> |
205 |
<ItemGroup> |
206 |
<None Include="App.Config"> |
207 |
<SubType>Designer</SubType> |
208 |
<TransformOnBuild>true</TransformOnBuild> |
209 |
</None> |
210 |
<EntityDeploy Include="DataModel\CIModel.edmx"> |
211 |
<Generator>EntityModelCodeGenerator</Generator> |
212 |
<LastGenOutput>CIModel.Designer.cs</LastGenOutput> |
213 |
</EntityDeploy> |
214 |
<None Include="App.Debug.Config"> |
215 |
<DependentUpon>App.Config</DependentUpon> |
216 |
<IsTransformFile>true</IsTransformFile> |
217 |
</None> |
218 |
<None Include="App.Debug_CadExport.Config"> |
219 |
<DependentUpon>App.Config</DependentUpon> |
220 |
<IsTransformFile>true</IsTransformFile> |
221 |
</None> |
222 |
<None Include="App.Debug_HyoSung.Config"> |
223 |
<DependentUpon>App.Config</DependentUpon> |
224 |
<IsTransformFile>true</IsTransformFile> |
225 |
</None> |
226 |
<None Include="App.Debug_SNI.Config"> |
227 |
<DependentUpon>App.Config</DependentUpon> |
228 |
<IsTransformFile>true</IsTransformFile> |
229 |
</None> |
230 |
<None Include="App.Release.Config"> |
231 |
<DependentUpon>App.Config</DependentUpon> |
232 |
<IsTransformFile>true</IsTransformFile> |
233 |
</None> |
234 |
<None Include="App.Release_Hyosung.Config"> |
235 |
<DependentUpon>App.Config</DependentUpon> |
236 |
<IsTransformFile>true</IsTransformFile> |
237 |
</None> |
238 |
<None Include="App.Release_PEMSS.Config"> |
239 |
<DependentUpon>App.Config</DependentUpon> |
240 |
<IsTransformFile>true</IsTransformFile> |
241 |
</None> |
242 |
<None Include="packages.config"> |
243 |
<SubType>Designer</SubType> |
244 |
</None> |
245 |
<None Include="Properties\Settings.settings"> |
246 |
<Generator>SettingsSingleFileGenerator</Generator> |
247 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
248 |
</None> |
249 |
</ItemGroup> |
250 |
<ItemGroup> |
251 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
252 |
</ItemGroup> |
253 |
<ItemGroup> |
254 |
<ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
255 |
<Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project> |
256 |
<Name>CommonLib</Name> |
257 |
</ProjectReference> |
258 |
</ItemGroup> |
259 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
260 |
</Project> |