개정판 60723dc9
convert 오류 수정
Change-Id: Idcebecb02f64515cc20b61054669368e2f677013
ConvertService/ServiceBase/Markus.Service.StationController/Markus.Service.StationController.csproj | ||
---|---|---|
92 | 92 |
<Reference Include="System.Drawing" /> |
93 | 93 |
<Reference Include="System.Runtime.Serialization" /> |
94 | 94 |
<Reference Include="System.ServiceModel" /> |
95 |
<Reference Include="System.Web" /> |
|
95 | 96 |
<Reference Include="System.Windows.Forms" /> |
96 | 97 |
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
97 | 98 |
<HintPath>..\packages\Expression.Blend.Sdk.WPF.1.0.1\lib\net45\System.Windows.Interactivity.dll</HintPath> |
... | ... | |
137 | 138 |
</ApplicationDefinition> |
138 | 139 |
<Compile Include="AppInit.cs" /> |
139 | 140 |
<Compile Include="AppDefine.cs" /> |
141 |
<Compile Include="Behaviors\StatusTypeSet.cs" /> |
|
140 | 142 |
<Compile Include="Data\NavigationItem.cs" /> |
141 | 143 |
<Compile Include="Extensions\ConvertItemChangeValue.cs" /> |
144 |
<Compile Include="Extensions\GetStatusTypeEnums.cs" /> |
|
142 | 145 |
<Compile Include="ViewModel\DataBaseByStatusViewModel.cs" /> |
143 | 146 |
<Compile Include="ViewModel\AliveViewModel.cs" /> |
144 | 147 |
<Compile Include="ViewModel\MainViewModel.cs" /> |
... | ... | |
279 | 282 |
<Install>false</Install> |
280 | 283 |
</BootstrapperPackage> |
281 | 284 |
</ItemGroup> |
282 |
<ItemGroup /> |
|
285 |
<ItemGroup> |
|
286 |
<Folder Include="Converters\" /> |
|
287 |
</ItemGroup> |
|
283 | 288 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
284 | 289 |
<PropertyGroup> |
285 | 290 |
<PostBuildEvent>mkdir $(TargetDir)Bin |
내보내기 Unified diff