개정판 2c634aed
popup style 변경 & 프로젝트 정리
Change-Id: I708256b20df780f169e92b020919b436152a07c9
ConvertService/ServiceBase/Markus.Service.StationController/Markus.Service.StationController.csproj | ||
---|---|---|
196 | 196 |
<Compile Include="SELECT_FINAL_PDF_Result.cs"> |
197 | 197 |
<DependentUpon>MarkusModel.tt</DependentUpon> |
198 | 198 |
</Compile> |
199 |
<Compile Include="ViewModel\AliveViewModel.cs" /> |
|
200 | 199 |
<Compile Include="ViewModel\FinalPDFViewModel.cs" /> |
201 | 200 |
<Compile Include="ViewModel\FinalPDFAddDialogViewModel.cs" /> |
202 | 201 |
<Compile Include="ViewModel\ConvertAddDialogViewModel.cs" /> |
203 |
<Compile Include="ViewModel\DataBaseByStatusViewModel.cs" /> |
|
204 | 202 |
<Compile Include="ViewModel\DataBaseItemsModel.cs" /> |
205 |
<Compile Include="ViewModel\MergeDataViewModel.cs" /> |
|
206 | 203 |
<Compile Include="ViewModel\MainViewModel.cs" /> |
207 |
<Compile Include="ViewModel\TotalStatusViewModel.cs" /> |
|
208 | 204 |
<Compile Include="Views\ConvertAddDialog.xaml.cs"> |
209 | 205 |
<DependentUpon>ConvertAddDialog.xaml</DependentUpon> |
210 | 206 |
</Compile> |
... | ... | |
214 | 210 |
<Compile Include="Views\DataBaseViewInfo.xaml.cs"> |
215 | 211 |
<DependentUpon>DataBaseViewInfo.xaml</DependentUpon> |
216 | 212 |
</Compile> |
217 |
<Compile Include="Views\MergeDataView.xaml.cs"> |
|
218 |
<DependentUpon>MergeDataView.xaml</DependentUpon> |
|
219 |
</Compile> |
|
220 |
<Compile Include="ViewModel\SettingsViewModel.cs" /> |
|
221 |
<Compile Include="Views\DataBaseByStatusView.xaml.cs"> |
|
222 |
<DependentUpon>DataBaseByStatusView.xaml</DependentUpon> |
|
223 |
</Compile> |
|
224 |
<Compile Include="Views\AliveView.xaml.cs"> |
|
225 |
<DependentUpon>AliveView.xaml</DependentUpon> |
|
226 |
</Compile> |
|
227 | 213 |
<Compile Include="Views\FinalPDFAddDialog.xaml.cs"> |
228 | 214 |
<DependentUpon>FinalPDFAddDialog.xaml</DependentUpon> |
229 | 215 |
</Compile> |
230 |
<Compile Include="Views\SettiingServiceLocation.xaml.cs"> |
|
231 |
<DependentUpon>SettiingServiceLocation.xaml</DependentUpon> |
|
232 |
</Compile> |
|
233 |
<Compile Include="Views\SettingsView.xaml.cs"> |
|
234 |
<DependentUpon>SettingsView.xaml</DependentUpon> |
|
235 |
</Compile> |
|
236 |
<Compile Include="Views\TotalStatusView.xaml.cs"> |
|
237 |
<DependentUpon>TotalStatusView.xaml</DependentUpon> |
|
238 |
</Compile> |
|
239 | 216 |
<Compile Include="Views\FinalPDFViewInfo.xaml.cs"> |
240 | 217 |
<DependentUpon>FinalPDFViewInfo.xaml</DependentUpon> |
241 | 218 |
</Compile> |
... | ... | |
286 | 263 |
<SubType>Designer</SubType> |
287 | 264 |
<Generator>MSBuild:Compile</Generator> |
288 | 265 |
</Page> |
289 |
<Page Include="Views\MergeDataView.xaml"> |
|
290 |
<SubType>Designer</SubType> |
|
291 |
<Generator>MSBuild:Compile</Generator> |
|
292 |
</Page> |
|
293 |
<Page Include="Views\DataBaseByStatusView.xaml"> |
|
294 |
<Generator>MSBuild:Compile</Generator> |
|
295 |
<SubType>Designer</SubType> |
|
296 |
</Page> |
|
297 |
<Page Include="Views\AliveView.xaml"> |
|
298 |
<SubType>Designer</SubType> |
|
299 |
<Generator>MSBuild:Compile</Generator> |
|
300 |
</Page> |
|
301 | 266 |
<Page Include="Views\FinalPDFAddDialog.xaml"> |
302 | 267 |
<Generator>MSBuild:Compile</Generator> |
303 | 268 |
<SubType>Designer</SubType> |
304 | 269 |
</Page> |
305 |
<Page Include="Views\SettiingServiceLocation.xaml"> |
|
306 |
<SubType>Designer</SubType> |
|
307 |
<Generator>MSBuild:Compile</Generator> |
|
308 |
</Page> |
|
309 |
<Page Include="Views\SettingsView.xaml"> |
|
310 |
<SubType>Designer</SubType> |
|
311 |
<Generator>MSBuild:Compile</Generator> |
|
312 |
</Page> |
|
313 |
<Page Include="Views\TotalStatusView.xaml"> |
|
314 |
<SubType>Designer</SubType> |
|
315 |
<Generator>MSBuild:Compile</Generator> |
|
316 |
</Page> |
|
317 | 270 |
<Page Include="Views\FinalPDFViewInfo.xaml"> |
318 | 271 |
<SubType>Designer</SubType> |
319 | 272 |
<Generator>MSBuild:Compile</Generator> |
... | ... | |
382 | 335 |
<Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project> |
383 | 336 |
<Name>Markus.Mvvm.ToolKit</Name> |
384 | 337 |
</ProjectReference> |
385 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
|
386 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
|
387 |
<Name>Markus.Service.DataBase</Name> |
|
388 |
</ProjectReference> |
|
389 | 338 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
390 | 339 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
391 | 340 |
<Name>Markus.Service.Extensions</Name> |
내보내기 Unified diff