프로젝트

일반

사용자정보

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

markus / KCOMDataModel / KCOMDataModel.csproj @ b1b31ccc

이력 | 보기 | 이력해설 | 다운로드 (10.5 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
  <ItemGroup>
146
    <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
147
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
148
    </Reference>
149
    <Reference Include="System" />
150
    <Reference Include="System.ComponentModel.DataAnnotations" />
151
    <Reference Include="System.Core" />
152
    <Reference Include="System.Data.Entity" />
153
    <Reference Include="System.Runtime.Serialization" />
154
    <Reference Include="System.Security" />
155
    <Reference Include="System.Xml.Linq" />
156
    <Reference Include="System.Data.DataSetExtensions" />
157
    <Reference Include="Microsoft.CSharp" />
158
    <Reference Include="System.Data" />
159
    <Reference Include="System.Xml" />
160
  </ItemGroup>
161
  <ItemGroup>
162
    <Compile Include="Common\ConnectStringBuilder.cs" />
163
    <Compile Include="DataModel\CIModel.Designer.cs">
164
      <AutoGen>True</AutoGen>
165
      <DesignTime>True</DesignTime>
166
      <DependentUpon>CIModel.edmx</DependentUpon>
167
    </Compile>
168
    <Compile Include="DataModel\KCOM_Model.Designer.cs">
169
      <AutoGen>True</AutoGen>
170
      <DesignTime>True</DesignTime>
171
      <DependentUpon>KCOM_Model.edmx</DependentUpon>
172
    </Compile>
173
    <Compile Include="KCOMDatabaModel.cs" />
174
    <Compile Include="Properties\AssemblyInfo.cs" />
175
    <Compile Include="Properties\Settings.Designer.cs">
176
      <AutoGen>True</AutoGen>
177
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
178
      <DependentUpon>Settings.settings</DependentUpon>
179
    </Compile>
180
  </ItemGroup>
181
  <ItemGroup>
182
    <EntityDeploy Include="DataModel\KCOM_Model.edmx">
183
      <Generator>EntityModelCodeGenerator</Generator>
184
      <LastGenOutput>KCOM_Model.Designer.cs</LastGenOutput>
185
    </EntityDeploy>
186
  </ItemGroup>
187
  <ItemGroup>
188
    <None Include="App.Config">
189
      <SubType>Designer</SubType>
190
      <TransformOnBuild>true</TransformOnBuild>
191
    </None>
192
    <EntityDeploy Include="DataModel\CIModel.edmx">
193
      <Generator>EntityModelCodeGenerator</Generator>
194
      <LastGenOutput>CIModel.Designer.cs</LastGenOutput>
195
    </EntityDeploy>
196
    <None Include="App.Debug.Config">
197
      <DependentUpon>App.Config</DependentUpon>
198
      <IsTransformFile>true</IsTransformFile>
199
    </None>
200
    <None Include="App.Debug_CadExport.Config">
201
      <DependentUpon>App.Config</DependentUpon>
202
      <IsTransformFile>true</IsTransformFile>
203
    </None>
204
    <None Include="App.Debug_HyoSung.Config">
205
      <DependentUpon>App.Config</DependentUpon>
206
      <IsTransformFile>true</IsTransformFile>
207
    </None>
208
    <None Include="App.Debug_SNI.Config">
209
      <DependentUpon>App.Config</DependentUpon>
210
      <IsTransformFile>true</IsTransformFile>
211
    </None>
212
    <None Include="App.Release.Config">
213
      <DependentUpon>App.Config</DependentUpon>
214
      <IsTransformFile>true</IsTransformFile>
215
    </None>
216
    <None Include="App.Release_Hyosung.Config">
217
      <DependentUpon>App.Config</DependentUpon>
218
      <IsTransformFile>true</IsTransformFile>
219
    </None>
220
    <None Include="App.Release_PEMSS.Config">
221
      <DependentUpon>App.Config</DependentUpon>
222
      <IsTransformFile>true</IsTransformFile>
223
    </None>
224
    <None Include="packages.config">
225
      <SubType>Designer</SubType>
226
    </None>
227
    <None Include="Properties\Settings.settings">
228
      <Generator>SettingsSingleFileGenerator</Generator>
229
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
230
    </None>
231
  </ItemGroup>
232
  <ItemGroup>
233
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
234
  </ItemGroup>
235
  <ItemGroup>
236
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
237
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
238
      <Name>CommonLib</Name>
239
    </ProjectReference>
240
  </ItemGroup>
241
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
242
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)