개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
KCOMDataModel/KCOMDataModel.csproj | ||
---|---|---|
160 | 160 |
<ErrorReport>prompt</ErrorReport> |
161 | 161 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
162 | 162 |
</PropertyGroup> |
163 |
<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> |
|
163 | 199 |
<ItemGroup> |
164 | 200 |
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
165 | 201 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
내보내기 Unified diff