프로젝트

일반

사용자정보

개정판 45f9a2ad

ID45f9a2adf8e2a7d01fef47909ea4b768e515fcad
상위 4939a201
하위 f3b8ff8f, ee95e6ee

김태성이(가) 5년 이상 전에 추가함

service Controller 수정
wpf mvvm toolkit추가

Change-Id: I377702b7e388e29af1d18647108109d835b4fefb

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/Markus.Service.StationController.csproj
2 2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 4
  <PropertyGroup>
5
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
5 6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 8
    <ProjectGuid>{9D993D6E-3A7B-470E-B5AD-D2CF89633F1C}</ProjectGuid>
......
26 27
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27 28
    <ErrorReport>prompt</ErrorReport>
28 29
    <WarningLevel>4</WarningLevel>
29
    <Prefer32Bit>true</Prefer32Bit>
30
    <Prefer32Bit>false</Prefer32Bit>
30 31
  </PropertyGroup>
31 32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 33
    <PlatformTarget>AnyCPU</PlatformTarget>
......
54 55
    <Reference Include="Microsoft.EntityFrameworkCore">
55 56
      <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.entityframeworkcore\2.2.0\lib\netstandard2.0\Microsoft.EntityFrameworkCore.dll</HintPath>
56 57
    </Reference>
58
    <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
60
    </Reference>
57 61
    <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
58 62
    <Reference Include="System" />
59 63
    <Reference Include="System.Data" />
......
61 65
    <Reference Include="System.Runtime.Serialization" />
62 66
    <Reference Include="System.ServiceModel" />
63 67
    <Reference Include="System.Windows.Forms" />
68
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69
      <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
70
    </Reference>
64 71
    <Reference Include="System.Xml" />
65 72
    <Reference Include="Microsoft.CSharp" />
66 73
    <Reference Include="System.Core" />
......
79 86
      <Generator>MSBuild:Compile</Generator>
80 87
      <SubType>Designer</SubType>
81 88
    </ApplicationDefinition>
82
    <Compile Include="Base\Notification.cs" />
83
    <Compile Include="Base\ViewModelBase.cs" />
84 89
    <Compile Include="ViewModel\MainViewModel.cs" />
85 90
    <Page Include="MainWindow.xaml">
86 91
      <Generator>MSBuild:Compile</Generator>
......
175 180
    <None Include="Resources\Tranfer_Error.ico" />
176 181
  </ItemGroup>
177 182
  <ItemGroup>
183
    <ProjectReference Include="..\Markus.Mvvm.ToolKit\Markus.Mvvm.ToolKit.csproj">
184
      <Project>{9efe95d6-9985-422a-a76f-285c8cf73617}</Project>
185
      <Name>Markus.Mvvm.ToolKit</Name>
186
    </ProjectReference>
178 187
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
179 188
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
180 189
      <Name>Markus.Service.Extensions</Name>
181 190
    </ProjectReference>
182 191
  </ItemGroup>
183 192
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
193
  <PropertyGroup>
194
    <PostBuildEvent>mkdir $(TargetDir)Bin
195
MOVE $(TargetDir)*.dll $(TargetDir)Bin\
196
</PostBuildEvent>
197
  </PropertyGroup>
184 198
</Project>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)