프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

issue #0000 코드 정리

Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationConsole/Markus.Service.StationConsole.csproj
25 25
    <Prefer32Bit>false</Prefer32Bit>
26 26
  </PropertyGroup>
27 27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <PlatformTarget>x64</PlatformTarget>
29 29
    <DebugType>pdbonly</DebugType>
30 30
    <Optimize>true</Optimize>
31 31
    <OutputPath>bin\Release\</OutputPath>
32 32
    <DefineConstants>TRACE</DefineConstants>
33 33
    <ErrorReport>prompt</ErrorReport>
34 34
    <WarningLevel>4</WarningLevel>
35
    <Prefer32Bit>false</Prefer32Bit>
35 36
  </PropertyGroup>
36 37
  <PropertyGroup>
37 38
    <TargetZone>LocalIntranet</TargetZone>
......
42 43
  <PropertyGroup>
43 44
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
44 45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
47
    <DebugSymbols>true</DebugSymbols>
48
    <OutputPath>bin\x64\Debug\</OutputPath>
49
    <DefineConstants>DEBUG;TRACE</DefineConstants>
50
    <DebugType>full</DebugType>
51
    <PlatformTarget>x64</PlatformTarget>
52
    <LangVersion>7.3</LangVersion>
53
    <ErrorReport>prompt</ErrorReport>
54
  </PropertyGroup>
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56
    <OutputPath>bin\x64\Release\</OutputPath>
57
    <DefineConstants>TRACE</DefineConstants>
58
    <Optimize>true</Optimize>
59
    <DebugType>pdbonly</DebugType>
60
    <PlatformTarget>x64</PlatformTarget>
61
    <LangVersion>7.3</LangVersion>
62
    <ErrorReport>prompt</ErrorReport>
63
  </PropertyGroup>
64
  <PropertyGroup>
65
    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
66
  </PropertyGroup>
45 67
  <ItemGroup>
46 68
    <Reference Include="System" />
47 69
    <Reference Include="System.Core" />
......
72 94
    </ProjectReference>
73 95
  </ItemGroup>
74 96
  <ItemGroup>
75
    <PackageReference Include="EntityFramework.ko">
76
      <Version>6.2.0</Version>
97
    <PackageReference Include="EntityFramework">
98
      <Version>6.4.4</Version>
77 99
    </PackageReference>
78 100
  </ItemGroup>
79 101
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80 102
  <PropertyGroup>
81
    <PreBuildEvent>xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
82
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"</PreBuildEvent>
103
    <PreBuildEvent>xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin"
104
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin"</PreBuildEvent>
83 105
  </PropertyGroup>
84 106
</Project>

내보내기 Unified diff

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