프로젝트

일반

사용자정보

개정판 c7f3eb42

IDc7f3eb422e19ba58909a21e2761490536a77b034
상위 a944d624
하위 4eb362f3

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

issue #00000 markus image Create 수정

Change-Id: I9fc9beeea867be787be7c425e905b6fdfeadfbba

차이점 보기:

ID2.Manager/MarkusImageCreate/MarkusImageCreate.csproj
8 8
    <OutputType>Exe</OutputType>
9 9
    <RootNamespace>MarkusImageCreate</RootNamespace>
10 10
    <AssemblyName>MarkusImageCreate</AssemblyName>
11
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
11
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12 12
    <FileAlignment>512</FileAlignment>
13 13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
15 16
  </PropertyGroup>
16 17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>x64</PlatformTarget>
18
    <PlatformTarget>x86</PlatformTarget>
18 19
    <DebugSymbols>true</DebugSymbols>
19 20
    <DebugType>full</DebugType>
20 21
    <Optimize>false</Optimize>
21 22
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants>
23 24
    <ErrorReport>prompt</ErrorReport>
24 25
    <WarningLevel>4</WarningLevel>
25 26
  </PropertyGroup>
......
35 36
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36 37
    <DebugSymbols>true</DebugSymbols>
37 38
    <OutputPath>bin\x64\Debug\</OutputPath>
38
    <DefineConstants>DEBUG;TRACE</DefineConstants>
39
    <DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants>
39 40
    <DebugType>full</DebugType>
40
    <PlatformTarget>x64</PlatformTarget>
41
    <PlatformTarget>x86</PlatformTarget>
41 42
    <LangVersion>7.3</LangVersion>
42 43
    <ErrorReport>prompt</ErrorReport>
43 44
    <Prefer32Bit>true</Prefer32Bit>
......
52 53
    <ErrorReport>prompt</ErrorReport>
53 54
    <Prefer32Bit>true</Prefer32Bit>
54 55
  </PropertyGroup>
56
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
57
    <DebugSymbols>true</DebugSymbols>
58
    <OutputPath>bin\x86\Debug\</OutputPath>
59
    <DefineConstants>TRACE;DEBUG;MARKUS_IMAGE_CREATE</DefineConstants>
60
    <DebugType>full</DebugType>
61
    <PlatformTarget>x86</PlatformTarget>
62
    <LangVersion>7.3</LangVersion>
63
    <ErrorReport>prompt</ErrorReport>
64
    <Prefer32Bit>true</Prefer32Bit>
65
  </PropertyGroup>
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67
    <OutputPath>bin\x86\Release\</OutputPath>
68
    <DefineConstants>TRACE</DefineConstants>
69
    <Optimize>true</Optimize>
70
    <DebugType>pdbonly</DebugType>
71
    <PlatformTarget>x86</PlatformTarget>
72
    <LangVersion>7.3</LangVersion>
73
    <ErrorReport>prompt</ErrorReport>
74
    <Prefer32Bit>true</Prefer32Bit>
75
  </PropertyGroup>
55 76
  <ItemGroup>
56 77
    <Reference Include="System" />
78
    <Reference Include="System.ComponentModel.DataAnnotations" />
57 79
    <Reference Include="System.Core" />
80
    <Reference Include="System.Drawing" />
81
    <Reference Include="System.Runtime.Serialization" />
58 82
    <Reference Include="System.Xml.Linq" />
59 83
    <Reference Include="System.Data.DataSetExtensions" />
60 84
    <Reference Include="Microsoft.CSharp" />
......
63 87
    <Reference Include="System.Xml" />
64 88
  </ItemGroup>
65 89
  <ItemGroup>
90
    <Compile Include="..\ID2.Manager.Dapper\DatabaseEnums.cs">
91
      <Link>Dapper\DatabaseEnums.cs</Link>
92
    </Compile>
93
    <Compile Include="..\ID2.Manager.Dapper\Entities\ConvertDoc.cs">
94
      <Link>Dapper\Entities\ConvertDoc.cs</Link>
95
    </Compile>
96
    <Compile Include="..\ID2.Manager.Dapper\Entities\DocPage.cs">
97
      <Link>Dapper\Entities\DocPage.cs</Link>
98
    </Compile>
99
    <Compile Include="..\ID2.Manager.Dapper\Entities\DOCUMENTITEM.cs">
100
      <Link>Dapper\Entities\DOCUMENTITEM.cs</Link>
101
    </Compile>
102
    <Compile Include="..\ID2.Manager.Dapper\Entities\MEMBER.cs">
103
      <Link>Dapper\Entities\MEMBER.cs</Link>
104
    </Compile>
105
    <Compile Include="..\ID2.Manager.Dapper\IBaseRepository.cs">
106
      <Link>Dapper\IBaseRepository.cs</Link>
107
    </Compile>
108
    <Compile Include="..\ID2.Manager.Dapper\Repository\BaseRepository.cs">
109
      <Link>Dapper\Repository\BaseRepository.cs</Link>
110
    </Compile>
111
    <Compile Include="..\ID2.Manager.Dapper\Repository\MarkusRepository.cs">
112
      <Link>Dapper\Repository\MarkusRepository.cs</Link>
113
    </Compile>
114
    <Compile Include="..\ID2.Manager.Dapper\Repository\ProjectRepository.cs">
115
      <Link>Dapper\Repository\ProjectRepository.cs</Link>
116
    </Compile>
117
    <Compile Include="..\ID2.Manager.Data\HashCodeHelper.cs">
118
      <Link>Dapper\HashCodeHelper.cs</Link>
119
    </Compile>
120
    <Compile Include="..\ID2.Manager.Data\Models\MarkupText.cs">
121
      <Link>Dapper\Models\MarkupText.cs</Link>
122
    </Compile>
123
    <Compile Include="..\ID2.Manager.Data\Models\ProjectInfo.cs">
124
      <Link>Dapper\Models\ProjectInfo.cs</Link>
125
    </Compile>
126
    <Compile Include="HostAppServ.cs" />
127
    <Compile Include="OdActivationInfo.cs" />
128
    <Compile Include="OdReadExMgd.cs" />
66 129
    <Compile Include="Program.cs" />
67 130
    <Compile Include="Properties\AssemblyInfo.cs" />
68 131
  </ItemGroup>
......
73 136
    </None>
74 137
  </ItemGroup>
75 138
  <ItemGroup>
76
    <PackageReference Include="Markus.Message">
77
      <Version>2.0.1</Version>
139
    <PackageReference Include="Dapper">
140
      <Version>1.60.6</Version>
78 141
    </PackageReference>
79
    <PackageReference Include="MarkusPDF">
80
      <Version>3.5.4</Version>
142
    <PackageReference Include="Dapper.ParameterExtensions">
143
      <Version>2018.12.7.1</Version>
81 144
    </PackageReference>
82
    <PackageReference Include="MarkusPDF.VC_redist">
83
      <Version>1.0.3</Version>
145
    <PackageReference Include="ODA_redist">
146
      <Version>1.3.0</Version>
84 147
    </PackageReference>
85 148
    <PackageReference Include="Salaros.ConfigParser">
86 149
      <Version>0.3.8</Version>
87 150
    </PackageReference>
88 151
  </ItemGroup>
89
  <ItemGroup>
90
    <ProjectReference Include="..\ID2.Manager.Dapper\ID2.Manager.Dapper.csproj">
91
      <Project>{6d22aaa8-d584-43f4-b71c-b32c5c9288ed}</Project>
92
      <Name>ID2.Manager.Dapper</Name>
93
    </ProjectReference>
94
    <ProjectReference Include="..\ID2.Manager.Data\ID2.Manager.Data.csproj">
95
      <Project>{b17c0800-40f4-40e2-b5a6-d366d9c2e0f6}</Project>
96
      <Name>ID2.Manager.Data</Name>
97
    </ProjectReference>
98
  </ItemGroup>
99 152
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100 153
</Project>

내보내기 Unified diff

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