개정판 b63dcfbb
markusEntities 추가
Change-Id: Iac863d0665e1d7e6ef8ceb0f709348cfb30966a2
ConvertService/ServiceBase/Markus.Service.StationController/Markus.Service.StationController.csproj | ||
---|---|---|
95 | 95 |
<Reference Include="System.Data" /> |
96 | 96 |
<Reference Include="System.Drawing" /> |
97 | 97 |
<Reference Include="System.Runtime.Serialization" /> |
98 |
<Reference Include="System.Security" /> |
|
98 | 99 |
<Reference Include="System.ServiceModel" /> |
99 | 100 |
<Reference Include="System.Web" /> |
100 | 101 |
<Reference Include="System.Windows.Forms" /> |
... | ... | |
152 | 153 |
<Compile Include="Behaviors\RichTextBoxBehaviors.cs" /> |
153 | 154 |
<Compile Include="Behaviors\StatusTypeList.cs" /> |
154 | 155 |
<Compile Include="Behaviors\StatusTypeSet.cs" /> |
156 |
<Compile Include="Controls\DatabaseFilter.xaml.cs"> |
|
157 |
<DependentUpon>DatabaseFilter.xaml</DependentUpon> |
|
158 |
</Compile> |
|
155 | 159 |
<Compile Include="Controls\ITraceTextSink.cs" /> |
156 | 160 |
<Compile Include="Controls\RowIndexColumn.cs" /> |
157 | 161 |
<Compile Include="Controls\TraceDocument.xaml.cs"> |
... | ... | |
167 | 171 |
<Compile Include="Extensions\DataExport.cs" /> |
168 | 172 |
<Compile Include="Extensions\GetStatusTypeEnums.cs" /> |
169 | 173 |
<Compile Include="Extensions\VisualTreeHelper.cs" /> |
174 |
<Compile Include="MarkusModel.Context.cs"> |
|
175 |
<AutoGen>True</AutoGen> |
|
176 |
<DesignTime>True</DesignTime> |
|
177 |
<DependentUpon>MarkusModel.Context.tt</DependentUpon> |
|
178 |
</Compile> |
|
179 |
<Compile Include="MarkusModel.cs"> |
|
180 |
<AutoGen>True</AutoGen> |
|
181 |
<DesignTime>True</DesignTime> |
|
182 |
<DependentUpon>MarkusModel.tt</DependentUpon> |
|
183 |
</Compile> |
|
184 |
<Compile Include="MarkusModel.Designer.cs"> |
|
185 |
<AutoGen>True</AutoGen> |
|
186 |
<DesignTime>True</DesignTime> |
|
187 |
<DependentUpon>MarkusModel.edmx</DependentUpon> |
|
188 |
</Compile> |
|
189 |
<Compile Include="SELECT_CONVERT_ITEM_Result.cs"> |
|
190 |
<DependentUpon>MarkusModel.tt</DependentUpon> |
|
191 |
</Compile> |
|
192 |
<Compile Include="SELECT_RERECONVERT_ITEM_Result.cs"> |
|
193 |
<DependentUpon>MarkusModel.tt</DependentUpon> |
|
194 |
</Compile> |
|
170 | 195 |
<Compile Include="ViewModel\AliveViewModel.cs" /> |
171 | 196 |
<Compile Include="ViewModel\DataBaseByStatusViewModel.cs" /> |
172 | 197 |
<Compile Include="ViewModel\DataBaseItemsModel.cs" /> |
173 | 198 |
<Compile Include="ViewModel\MergeDataViewModel.cs" /> |
174 | 199 |
<Compile Include="ViewModel\MainViewModel.cs" /> |
175 | 200 |
<Compile Include="ViewModel\TotalStatusViewModel.cs" /> |
176 |
<Compile Include="Views\DatabaseFilter.xaml.cs"> |
|
177 |
<DependentUpon>DatabaseFilter.xaml</DependentUpon> |
|
178 |
</Compile> |
|
179 | 201 |
<Compile Include="Views\DataBaseView.xaml.cs"> |
180 | 202 |
<DependentUpon>DataBaseView.xaml</DependentUpon> |
181 | 203 |
</Compile> |
... | ... | |
201 | 223 |
<Compile Include="Views\TotalStatusView.xaml.cs"> |
202 | 224 |
<DependentUpon>TotalStatusView.xaml</DependentUpon> |
203 | 225 |
</Compile> |
226 |
<Page Include="Controls\DatabaseFilter.xaml"> |
|
227 |
<Generator>MSBuild:Compile</Generator> |
|
228 |
<SubType>Designer</SubType> |
|
229 |
</Page> |
|
204 | 230 |
<Page Include="Controls\TraceDocument.xaml"> |
205 | 231 |
<Generator>MSBuild:Compile</Generator> |
206 | 232 |
<SubType>Designer</SubType> |
... | ... | |
229 | 255 |
<SubType>Designer</SubType> |
230 | 256 |
<Generator>MSBuild:Compile</Generator> |
231 | 257 |
</Page> |
232 |
<Page Include="Views\DatabaseFilter.xaml"> |
|
233 |
<Generator>MSBuild:Compile</Generator> |
|
234 |
<SubType>Designer</SubType> |
|
235 |
</Page> |
|
236 | 258 |
<Page Include="Views\DataBaseView.xaml"> |
237 | 259 |
<Generator>MSBuild:Compile</Generator> |
238 | 260 |
<SubType>Designer</SubType> |
... | ... | |
287 | 309 |
<None Include="..\Markus.Service.Station\ServiceStation.ini"> |
288 | 310 |
<Link>ServiceStation.ini</Link> |
289 | 311 |
</None> |
312 |
<EntityDeploy Include="MarkusModel.edmx"> |
|
313 |
<Generator>EntityModelCodeGenerator</Generator> |
|
314 |
<LastGenOutput>MarkusModel.Designer.cs</LastGenOutput> |
|
315 |
</EntityDeploy> |
|
316 |
<None Include="MarkusModel.edmx.diagram"> |
|
317 |
<DependentUpon>MarkusModel.edmx</DependentUpon> |
|
318 |
</None> |
|
290 | 319 |
<None Include="packages.config" /> |
291 | 320 |
<None Include="Properties\Settings.settings"> |
292 | 321 |
<Generator>SettingsSingleFileGenerator</Generator> |
... | ... | |
345 | 374 |
<ItemGroup> |
346 | 375 |
<Folder Include="Converters\" /> |
347 | 376 |
</ItemGroup> |
377 |
<ItemGroup> |
|
378 |
<Content Include="MarkusModel.Context.tt"> |
|
379 |
<Generator>TextTemplatingFileGenerator</Generator> |
|
380 |
<LastGenOutput>MarkusModel.Context.cs</LastGenOutput> |
|
381 |
<DependentUpon>MarkusModel.edmx</DependentUpon> |
|
382 |
</Content> |
|
383 |
<Content Include="MarkusModel.tt"> |
|
384 |
<Generator>TextTemplatingFileGenerator</Generator> |
|
385 |
<DependentUpon>MarkusModel.edmx</DependentUpon> |
|
386 |
<LastGenOutput>MarkusModel.cs</LastGenOutput> |
|
387 |
</Content> |
|
388 |
</ItemGroup> |
|
389 |
<ItemGroup> |
|
390 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
|
391 |
</ItemGroup> |
|
348 | 392 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
349 | 393 |
<PropertyGroup> |
350 | 394 |
<PostBuildEvent>mkdir $(TargetDir)Bin |
내보내기 Unified diff