프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / FinalService / KCOM_FinalService / MarkupToPDF / MarkupToPDF.csproj @ 43d99d26

이력 | 보기 | 이력해설 | 다운로드 (9.9 KB)

1 7ca218b3 KangIngu
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>MarkupToPDF</RootNamespace>
11
    <AssemblyName>MarkupToPDF</AssemblyName>
12
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <TargetFrameworkProfile />
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20
    <OutputPath>bin\Debug\</OutputPath>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26
    <DebugType>pdbonly</DebugType>
27
    <Optimize>true</Optimize>
28
    <OutputPath>bin\Release\</OutputPath>
29
    <DefineConstants>TRACE</DefineConstants>
30
    <ErrorReport>prompt</ErrorReport>
31
    <WarningLevel>4</WarningLevel>
32
  </PropertyGroup>
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34
    <DebugSymbols>true</DebugSymbols>
35
    <OutputPath>bin\x64\Debug\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <DebugType>full</DebugType>
38
    <PlatformTarget>x64</PlatformTarget>
39
    <ErrorReport>prompt</ErrorReport>
40
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
41
  </PropertyGroup>
42
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
43
    <OutputPath>bin\x64\Release\</OutputPath>
44
    <DefineConstants>TRACE</DefineConstants>
45
    <Optimize>true</Optimize>
46
    <DebugType>pdbonly</DebugType>
47
    <PlatformTarget>x64</PlatformTarget>
48
    <ErrorReport>prompt</ErrorReport>
49
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50
  </PropertyGroup>
51
  <ItemGroup>
52
    <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
53
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
54
    </Reference>
55 92edc06a djkim
    <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
56
      <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
57 7ca218b3 KangIngu
    </Reference>
58
    <Reference Include="PresentationCore" />
59
    <Reference Include="PresentationFramework" />
60
    <Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL">
61
      <HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath>
62
    </Reference>
63
    <Reference Include="System" />
64
    <Reference Include="System.ComponentModel.DataAnnotations" />
65 7f01e35f ljiyeon
    <Reference Include="System.configuration" />
66 7ca218b3 KangIngu
    <Reference Include="System.Core" />
67
    <Reference Include="System.Data.Entity" />
68
    <Reference Include="System.Drawing" />
69
    <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70
      <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
71
    </Reference>
72
    <Reference Include="System.Runtime.Serialization" />
73
    <Reference Include="System.Security" />
74
    <Reference Include="System.Windows.Forms" />
75
    <Reference Include="System.Xaml" />
76
    <Reference Include="System.Xml.Linq" />
77
    <Reference Include="System.Data.DataSetExtensions" />
78
    <Reference Include="Microsoft.CSharp" />
79
    <Reference Include="System.Data" />
80
    <Reference Include="System.Xml" />
81 6d463d71 djkim
    <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
82 7ca218b3 KangIngu
      <SpecificVersion>False</SpecificVersion>
83 6d463d71 djkim
      <HintPath>..\..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath>
84 7ca218b3 KangIngu
    </Reference>
85
    <Reference Include="WindowsBase" />
86
  </ItemGroup>
87
  <ItemGroup>
88
    <Compile Include="Common\CommentUserInfo.cs" />
89
    <Compile Include="Common\GetUserSign.cs" />
90
    <Compile Include="Common\StringToFont.cs" />
91
    <Compile Include="Controls\Angle\AngleControl.cs" />
92
    <Compile Include="Controls\Common\BaseShape.cs" />
93
    <Compile Include="Controls\Common\ControlType.cs" />
94
    <Compile Include="Controls\Common\HatchMake.cs" />
95
    <Compile Include="Controls\Common\IMarkupCommonData.cs" />
96
    <Compile Include="Controls\Common\InkToPath.cs" />
97
    <Compile Include="Controls\Common\PenMode.cs" />
98
    <Compile Include="Controls\Common\StringToPathConverter.cs" />
99
    <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
100
    <Compile Include="Controls\Etc\SignControl.cs" />
101
    <Compile Include="Controls\Etc\SymControl.cs" />
102
    <Compile Include="Controls\Etc\SymControlN.cs" />
103
    <Compile Include="Controls\Parsing\MarkupCopy.cs" />
104
    <Compile Include="Controls\Common\SelectControl.cs" />
105
    <Compile Include="Controls\Common\Interfaces.cs" />
106
    <Compile Include="Controls\Common\IPath.cs" />
107
    <Compile Include="Controls\Common\MarkupToPDF.cs" />
108
    <Compile Include="Controls\Common\MathSet.cs" />
109
    <Compile Include="Controls\Common\MouseMode.cs" />
110
    <Compile Include="Controls\Common\PaintSet.cs" />
111
    <Compile Include="Controls\Etc\DateControl.cs" />
112
    <Compile Include="Controls\Etc\ImgControl.cs" />
113
    <Compile Include="Controls\Line\ArcControl.cs" />
114
    <Compile Include="Controls\Line\ArrowControl_Multi.cs" />
115
    <Compile Include="Controls\Line\LineControl.cs" />
116
    <Compile Include="Controls\Parsing\MarkupParse.cs" />
117
    <Compile Include="Controls\Polygon\CloudControl.cs" />
118
    <Compile Include="Controls\Polygon\PolygonControl.cs" />
119
    <Compile Include="Controls\Shape\CircleControl.cs" />
120
    <Compile Include="Controls\Shape\RectangleControl.cs" />
121
    <Compile Include="Controls\Shape\RectCloudControl.cs" />
122
    <Compile Include="Controls\Shape\TriControl.cs" />
123
    <Compile Include="Controls\Text\ArrowTextControl.cs" />
124
    <Compile Include="Controls\Text\TextControl.cs" />
125
    <Compile Include="Controls_PDF\BaseMethod.cs" />
126 23b7be0e humkyung
    <Compile Include="Controls_PDF\DrawSet_Cloud.cs" />
127 7f01e35f ljiyeon
    <Compile Include="Controls_PDF\DrawSet_Symbol.cs" />
128 7ca218b3 KangIngu
    <Compile Include="Controls_PDF\HoneyPDFLib_DrawSet_Arc.cs" />
129
    <Compile Include="Controls_PDF\HoneyPDFLib_DrawSet_Arrow.cs" />
130
    <Compile Include="Controls_PDF\HoneyPDFLib_DrawSet_DrawString.cs" />
131
    <Compile Include="Controls_PDF\HoneyPDFLib_DrawSet_Image.cs" />
132
    <Compile Include="Controls_PDF\HoneyPDFLib_DrawSet_Line.cs" />
133
    <Compile Include="Controls_PDF\HoneyPDFLib_DrawSet_Shape.cs" />
134
    <Compile Include="Controls_PDF\HoneyPDFLib_DrawSet_Text.cs" />
135
    <Compile Include="EventMember.cs" />
136
    <Compile Include="MarkupToPDF.cs" />
137
    <Compile Include="PropertiesType.cs" />
138
    <Compile Include="Properties\AssemblyInfo.cs" />
139
    <Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
140
    <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
141
    <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
142
    <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
143
    <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
144
    <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
145
    <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
146
    <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
147
    <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
148
    <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
149
    <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
150
    <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
151
    <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
152
    <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
153
    <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
154
    <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
155
    <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
156
    <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
157
  </ItemGroup>
158
  <ItemGroup>
159
    <Page Include="Themes\generic.xaml">
160
      <Generator>MSBuild:Compile</Generator>
161
      <SubType>Designer</SubType>
162
    </Page>
163
  </ItemGroup>
164
  <ItemGroup>
165 43d99d26 djkim
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
166
      <Project>{6bbe14d5-c998-47c8-bf75-c9647edad561}</Project>
167
      <Name>CommonLib</Name>
168
    </ProjectReference>
169 7ca218b3 KangIngu
    <ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj">
170
      <Project>{784438BE-2074-41AE-A692-24E1A4A67FE3}</Project>
171
      <Name>IFinalPDF</Name>
172
    </ProjectReference>
173
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
174
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
175
      <Name>KCOMDataModel</Name>
176
    </ProjectReference>
177
  </ItemGroup>
178
  <ItemGroup>
179 7f01e35f ljiyeon
    <None Include="App.Config">
180
      <SubType>Designer</SubType>
181
    </None>
182 7ca218b3 KangIngu
    <None Include="packages.config" />
183
  </ItemGroup>
184
  <ItemGroup>
185
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
186
  </ItemGroup>
187
  <ItemGroup>
188
    <Folder Include="Controls\Custom\" />
189
  </ItemGroup>
190
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
191
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
192
       Other similar extension points exist, see Microsoft.Common.targets.
193
  <Target Name="BeforeBuild">
194
  </Target>
195
  <Target Name="AfterBuild">
196
  </Target>
197
  -->
198
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)