프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / FinalService / FinalServiceBase / KCOMDataModel / KCOMDataModel.csproj @ 42d49521

이력 | 보기 | 이력해설 | 다운로드 (11.4 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="Common\SelectMembersQuery.cs" />
182
    <Compile Include="DataModel\CIModel.Designer.cs">
183
      <AutoGen>True</AutoGen>
184
      <DesignTime>True</DesignTime>
185
      <DependentUpon>CIModel.edmx</DependentUpon>
186
    </Compile>
187
    <Compile Include="DataModel\KCOM_Model.Designer.cs">
188
      <AutoGen>True</AutoGen>
189
      <DesignTime>True</DesignTime>
190
      <DependentUpon>KCOM_Model.edmx</DependentUpon>
191
    </Compile>
192
    <Compile Include="KCOMDatabaModel.cs" />
193
    <Compile Include="Properties\AssemblyInfo.cs" />
194
    <Compile Include="Properties\Settings.Designer.cs">
195
      <AutoGen>True</AutoGen>
196
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
197
      <DependentUpon>Settings.settings</DependentUpon>
198
    </Compile>
199
  </ItemGroup>
200
  <ItemGroup>
201
    <EntityDeploy Include="DataModel\KCOM_Model.edmx">
202
      <Generator>EntityModelCodeGenerator</Generator>
203
      <LastGenOutput>KCOM_Model.Designer.cs</LastGenOutput>
204
    </EntityDeploy>
205
  </ItemGroup>
206
  <ItemGroup>
207
    <None Include="App.Config">
208
      <SubType>Designer</SubType>
209
      <TransformOnBuild>true</TransformOnBuild>
210
    </None>
211
    <EntityDeploy Include="DataModel\CIModel.edmx">
212
      <Generator>EntityModelCodeGenerator</Generator>
213
      <LastGenOutput>CIModel.Designer.cs</LastGenOutput>
214
    </EntityDeploy>
215
    <None Include="App.Debug.Config">
216
      <DependentUpon>App.Config</DependentUpon>
217
      <IsTransformFile>true</IsTransformFile>
218
    </None>
219
    <None Include="App.Debug_CadExport.Config">
220
      <DependentUpon>App.Config</DependentUpon>
221
      <IsTransformFile>true</IsTransformFile>
222
    </None>
223
    <None Include="App.Debug_HyoSung.Config">
224
      <DependentUpon>App.Config</DependentUpon>
225
      <IsTransformFile>true</IsTransformFile>
226
    </None>
227
    <None Include="App.Debug_SNI.Config">
228
      <DependentUpon>App.Config</DependentUpon>
229
      <IsTransformFile>true</IsTransformFile>
230
    </None>
231
    <None Include="App.Release.Config">
232
      <DependentUpon>App.Config</DependentUpon>
233
      <IsTransformFile>true</IsTransformFile>
234
    </None>
235
    <None Include="App.Release_Hyosung.Config">
236
      <DependentUpon>App.Config</DependentUpon>
237
      <IsTransformFile>true</IsTransformFile>
238
    </None>
239
    <None Include="App.Release_PEMSS.Config">
240
      <DependentUpon>App.Config</DependentUpon>
241
      <IsTransformFile>true</IsTransformFile>
242
    </None>
243
    <None Include="packages.config">
244
      <SubType>Designer</SubType>
245
    </None>
246
    <None Include="Properties\Settings.settings">
247
      <Generator>SettingsSingleFileGenerator</Generator>
248
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
249
    </None>
250
  </ItemGroup>
251
  <ItemGroup>
252
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
253
  </ItemGroup>
254
  <ItemGroup>
255
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
256
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
257
      <Name>CommonLib</Name>
258
    </ProjectReference>
259
  </ItemGroup>
260
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
261
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)