markus / MarkupToPDF / MarkupToPDF.csproj @ 53880c83
이력 | 보기 | 이력해설 | 다운로드 (14.8 KB)
1 | 787a4489 | 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 | <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 | </Reference> |
||
58 | <Reference Include="PDFNet"> |
||
59 | c0d2925b | djkim | <HintPath>..\packages\PDFNet.dll</HintPath> |
60 | 787a4489 | KangIngu | </Reference> |
61 | <Reference Include="PresentationCore" /> |
||
62 | <Reference Include="PresentationFramework" /> |
||
63 | <Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
||
64 | <HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath> |
||
65 | </Reference> |
||
66 | 53880c83 | ljiyeon | <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL"> |
67 | <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath> |
||
68 | </Reference> |
||
69 | 787a4489 | KangIngu | <Reference Include="System" /> |
70 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
71 | <Reference Include="System.Core" /> |
||
72 | <Reference Include="System.Data.Entity" /> |
||
73 | <Reference Include="System.Drawing" /> |
||
74 | <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
75 | <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
||
76 | </Reference> |
||
77 | <Reference Include="System.Runtime.Serialization" /> |
||
78 | <Reference Include="System.Security" /> |
||
79 | 2aac9b2b | djkim | <Reference Include="System.ServiceModel" /> |
80 | 787a4489 | KangIngu | <Reference Include="System.Windows.Forms" /> |
81 | <Reference Include="System.Xaml" /> |
||
82 | <Reference Include="System.Xml.Linq" /> |
||
83 | <Reference Include="System.Data.DataSetExtensions" /> |
||
84 | <Reference Include="Microsoft.CSharp" /> |
||
85 | <Reference Include="System.Data" /> |
||
86 | <Reference Include="System.Xml" /> |
||
87 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
88 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath> |
||
89 | <Private>True</Private> |
||
90 | c0d2925b | djkim | </Reference> |
91 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
92 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath> |
||
93 | <Private>True</Private> |
||
94 | c0d2925b | djkim | </Reference> |
95 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
96 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath> |
||
97 | <Private>True</Private> |
||
98 | c0d2925b | djkim | </Reference> |
99 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
100 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath> |
||
101 | <Private>True</Private> |
||
102 | c0d2925b | djkim | </Reference> |
103 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
104 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath> |
||
105 | <Private>True</Private> |
||
106 | c0d2925b | djkim | </Reference> |
107 | 787a4489 | KangIngu | <Reference Include="WindowsBase" /> |
108 | </ItemGroup> |
||
109 | <ItemGroup> |
||
110 | <Compile Include="Common\CommentUserInfo.cs" /> |
||
111 | <Compile Include="Common\GetUserSign.cs" /> |
||
112 | <Compile Include="Common\LocationTextExtractionStrategyWithPosition.cs" /> |
||
113 | <Compile Include="Common\StringToFont.cs" /> |
||
114 | <Compile Include="Common\Undo_data.cs" /> |
||
115 | 2aac9b2b | djkim | <Compile Include="Connected Services\markus_api\Reference.cs"> |
116 | <AutoGen>True</AutoGen> |
||
117 | <DesignTime>True</DesignTime> |
||
118 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
119 | </Compile> |
||
120 | 787a4489 | KangIngu | <Compile Include="Controls\Angle\AngleControl.cs" /> |
121 | <Compile Include="Controls\Common\BaseShape.cs" /> |
||
122 | <Compile Include="Controls\Common\ControlType.cs" /> |
||
123 | <Compile Include="Controls\Common\HatchMake.cs" /> |
||
124 | <Compile Include="Controls\Common\IMarkupCommonData.cs" /> |
||
125 | <Compile Include="Controls\Common\InkToPath.cs" /> |
||
126 | <Compile Include="Controls\Common\PenMode.cs" /> |
||
127 | <Compile Include="Controls\Common\StringToPathConverter.cs" /> |
||
128 | <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" /> |
||
129 | <Compile Include="Controls\Custom\CustomText.xaml.cs"> |
||
130 | <DependentUpon>CustomText.xaml</DependentUpon> |
||
131 | </Compile> |
||
132 | <Compile Include="Controls\Etc\SignControl.cs" /> |
||
133 | <Compile Include="Controls\Etc\SymControl.cs" /> |
||
134 | <Compile Include="Controls\Etc\SymControlN.cs" /> |
||
135 | 40b3ce25 | ljiyeon | <Compile Include="Controls\Line\ArrowArcControl.cs" /> |
136 | 787a4489 | KangIngu | <Compile Include="Controls\Parsing\MarkupCopy.cs" /> |
137 | <Compile Include="Controls\Common\SelectControl.cs" /> |
||
138 | <Compile Include="Controls\Common\Interfaces.cs" /> |
||
139 | <Compile Include="Controls\Common\IPath.cs" /> |
||
140 | <Compile Include="Controls\Common\MarkupToPDF.cs" /> |
||
141 | <Compile Include="Controls\Common\MathSet.cs" /> |
||
142 | <Compile Include="Controls\Common\MouseMode.cs" /> |
||
143 | <Compile Include="Controls\Common\PaintSet.cs" /> |
||
144 | <Compile Include="Controls\Etc\DateControl.cs" /> |
||
145 | <Compile Include="Controls\Etc\ImgControl.cs" /> |
||
146 | <Compile Include="Controls\Line\ArcControl.cs" /> |
||
147 | <Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
||
148 | <Compile Include="Controls\Line\LineControl.cs" /> |
||
149 | <Compile Include="Controls\Parsing\MarkupParse.cs" /> |
||
150 | <Compile Include="Controls\Polygon\CloudControl.cs" /> |
||
151 | <Compile Include="Controls\Polygon\InkControl.cs" /> |
||
152 | <Compile Include="Controls\Polygon\PolygonControl.cs" /> |
||
153 | <Compile Include="Controls\Shape\CircleControl.cs" /> |
||
154 | <Compile Include="Controls\Shape\RectangleControl.cs" /> |
||
155 | <Compile Include="Controls\Shape\RectCloudControl.cs" /> |
||
156 | <Compile Include="Controls\Shape\TriControl.cs" /> |
||
157 | <Compile Include="Controls\Text\ArrowTextControl.cs" /> |
||
158 | <Compile Include="Controls\Text\TextControl.cs" /> |
||
159 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
160 | 2aac9b2b | djkim | <Compile Include="Properties\Settings.Designer.cs"> |
161 | <AutoGen>True</AutoGen> |
||
162 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
163 | <DependentUpon>Settings.settings</DependentUpon> |
||
164 | </Compile> |
||
165 | 787a4489 | KangIngu | <Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
166 | <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
||
167 | 40b3ce25 | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" /> |
168 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
169 | <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
||
170 | <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
||
171 | <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
||
172 | <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
||
173 | <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
||
174 | <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
||
175 | <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
||
176 | <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
||
177 | <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
||
178 | <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" /> |
||
179 | <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" /> |
||
180 | <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" /> |
||
181 | <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" /> |
||
182 | <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" /> |
||
183 | <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" /> |
||
184 | 2aac9b2b | djkim | <Compile Include="Settings.cs" /> |
185 | 787a4489 | KangIngu | </ItemGroup> |
186 | <ItemGroup> |
||
187 | <Page Include="Controls\Custom\CustomText.xaml"> |
||
188 | <SubType>Designer</SubType> |
||
189 | <Generator>MSBuild:Compile</Generator> |
||
190 | </Page> |
||
191 | <Page Include="Themes\generic.xaml"> |
||
192 | <Generator>MSBuild:Compile</Generator> |
||
193 | <SubType>Designer</SubType> |
||
194 | </Page> |
||
195 | </ItemGroup> |
||
196 | <ItemGroup> |
||
197 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
198 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
199 | <Name>KCOMDataModel</Name> |
||
200 | </ProjectReference> |
||
201 | </ItemGroup> |
||
202 | <ItemGroup> |
||
203 | 2aac9b2b | djkim | <None Include="App.Config"> |
204 | <SubType>Designer</SubType> |
||
205 | </None> |
||
206 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource"> |
||
207 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
208 | </None> |
||
209 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource"> |
||
210 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
211 | </None> |
||
212 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource"> |
||
213 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
214 | </None> |
||
215 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource"> |
||
216 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
217 | </None> |
||
218 | <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" /> |
||
219 | <None Include="Connected Services\markus_api\ServiceDeepView.xsd"> |
||
220 | <SubType>Designer</SubType> |
||
221 | </None> |
||
222 | <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" /> |
||
223 | <None Include="Connected Services\markus_api\ServiceDeepView1.xsd"> |
||
224 | <SubType>Designer</SubType> |
||
225 | </None> |
||
226 | <None Include="Connected Services\markus_api\ServiceDeepView2.xsd"> |
||
227 | <SubType>Designer</SubType> |
||
228 | </None> |
||
229 | <None Include="Connected Services\markus_api\ServiceDeepView3.xsd"> |
||
230 | <SubType>Designer</SubType> |
||
231 | </None> |
||
232 | <None Include="Connected Services\markus_api\ServiceDeepView4.xsd"> |
||
233 | <SubType>Designer</SubType> |
||
234 | </None> |
||
235 | <None Include="Connected Services\markus_api\ServiceDeepView5.xsd"> |
||
236 | <SubType>Designer</SubType> |
||
237 | </None> |
||
238 | <None Include="Connected Services\markus_api\ServiceDeepView6.xsd"> |
||
239 | <SubType>Designer</SubType> |
||
240 | </None> |
||
241 | <None Include="Connected Services\markus_api\ServiceDeepView7.xsd"> |
||
242 | <SubType>Designer</SubType> |
||
243 | </None> |
||
244 | <None Include="Connected Services\markus_api\ServiceDeepView8.xsd"> |
||
245 | <SubType>Designer</SubType> |
||
246 | </None> |
||
247 | 787a4489 | KangIngu | <None Include="packages.config" /> |
248 | 2aac9b2b | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" /> |
249 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" /> |
||
250 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" /> |
||
251 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" /> |
||
252 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" /> |
||
253 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" /> |
||
254 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" /> |
||
255 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" /> |
||
256 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" /> |
||
257 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" /> |
||
258 | <None Include="Properties\DataSources\System.Windows.Rect.datasource" /> |
||
259 | <None Include="Properties\Settings.settings"> |
||
260 | <Generator>SettingsSingleFileGenerator</Generator> |
||
261 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
262 | </None> |
||
263 | 787a4489 | KangIngu | </ItemGroup> |
264 | <ItemGroup> |
||
265 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
266 | </ItemGroup> |
||
267 | 2aac9b2b | djkim | <ItemGroup> |
268 | <WCFMetadata Include="Connected Services\" /> |
||
269 | </ItemGroup> |
||
270 | <ItemGroup> |
||
271 | <WCFMetadataStorage Include="Connected Services\markus_api\" /> |
||
272 | </ItemGroup> |
||
273 | <ItemGroup> |
||
274 | <None Include="Connected Services\markus_api\ServiceDeepView.disco" /> |
||
275 | </ItemGroup> |
||
276 | <ItemGroup> |
||
277 | <None Include="Connected Services\markus_api\configuration91.svcinfo" /> |
||
278 | </ItemGroup> |
||
279 | <ItemGroup> |
||
280 | <None Include="Connected Services\markus_api\configuration.svcinfo" /> |
||
281 | </ItemGroup> |
||
282 | <ItemGroup> |
||
283 | <None Include="Connected Services\markus_api\Reference.svcmap"> |
||
284 | <Generator>WCF Proxy Generator</Generator> |
||
285 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
286 | </None> |
||
287 | </ItemGroup> |
||
288 | 787a4489 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
289 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
290 | Other similar extension points exist, see Microsoft.Common.targets. |
||
291 | <Target Name="BeforeBuild"> |
||
292 | </Target> |
||
293 | <Target Name="AfterBuild"> |
||
294 | </Target> |
||
295 | --> |
||
296 | </Project> |