프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ f0dba314

이력 | 보기 | 이력해설 | 다운로드 (16.2 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 d4a60930 djkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13 787a4489 KangIngu
    <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 684ef11c ljiyeon
    <Prefer32Bit>false</Prefer32Bit>
25 787a4489 KangIngu
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33 684ef11c ljiyeon
    <Prefer32Bit>false</Prefer32Bit>
34 787a4489 KangIngu
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36
    <DebugSymbols>true</DebugSymbols>
37
    <OutputPath>bin\x64\Debug\</OutputPath>
38
    <DefineConstants>DEBUG;TRACE</DefineConstants>
39
    <DebugType>full</DebugType>
40
    <PlatformTarget>x64</PlatformTarget>
41
    <ErrorReport>prompt</ErrorReport>
42
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43 684ef11c ljiyeon
    <Prefer32Bit>false</Prefer32Bit>
44 787a4489 KangIngu
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46
    <OutputPath>bin\x64\Release\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <Optimize>true</Optimize>
49
    <DebugType>pdbonly</DebugType>
50
    <PlatformTarget>x64</PlatformTarget>
51
    <ErrorReport>prompt</ErrorReport>
52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53 684ef11c ljiyeon
    <Prefer32Bit>false</Prefer32Bit>
54 787a4489 KangIngu
  </PropertyGroup>
55 f19ebe30 djkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
56
    <DebugSymbols>true</DebugSymbols>
57
    <OutputPath>bin\x86\Debug\</OutputPath>
58
    <DefineConstants>DEBUG;TRACE</DefineConstants>
59
    <DebugType>full</DebugType>
60
    <PlatformTarget>x86</PlatformTarget>
61
    <ErrorReport>prompt</ErrorReport>
62
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63
  </PropertyGroup>
64
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
65
    <OutputPath>bin\x86\Release\</OutputPath>
66
    <DefineConstants>TRACE</DefineConstants>
67
    <Optimize>true</Optimize>
68
    <DebugType>pdbonly</DebugType>
69
    <PlatformTarget>x86</PlatformTarget>
70
    <ErrorReport>prompt</ErrorReport>
71
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72
  </PropertyGroup>
73 94336a85 taeseongkim
  <PropertyGroup>
74 50cb17c7 taeseongkim
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
75 94336a85 taeseongkim
  </PropertyGroup>
76 787a4489 KangIngu
  <ItemGroup>
77
    <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
78
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
79
    </Reference>
80
    <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
81
      <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
82
    </Reference>
83
    <Reference Include="PresentationCore" />
84
    <Reference Include="PresentationFramework" />
85
    <Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL">
86
      <HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath>
87
    </Reference>
88 53880c83 ljiyeon
    <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL">
89
      <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath>
90
    </Reference>
91 787a4489 KangIngu
    <Reference Include="System" />
92
    <Reference Include="System.ComponentModel.DataAnnotations" />
93
    <Reference Include="System.Core" />
94
    <Reference Include="System.Data.Entity" />
95
    <Reference Include="System.Drawing" />
96
    <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97
      <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
98
    </Reference>
99
    <Reference Include="System.Runtime.Serialization" />
100
    <Reference Include="System.Security" />
101 2aac9b2b djkim
    <Reference Include="System.ServiceModel" />
102 787a4489 KangIngu
    <Reference Include="System.Windows.Forms" />
103
    <Reference Include="System.Xaml" />
104
    <Reference Include="System.Xml.Linq" />
105
    <Reference Include="System.Data.DataSetExtensions" />
106
    <Reference Include="Microsoft.CSharp" />
107
    <Reference Include="System.Data" />
108
    <Reference Include="System.Xml" />
109 42dc5b2a taeseongkim
    <Reference Include="Telerik.Windows.Controls, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
110
      <SpecificVersion>False</SpecificVersion>
111 8ae2e04a taeseongkim
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
112 c0d2925b djkim
    </Reference>
113 42dc5b2a taeseongkim
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
114
      <SpecificVersion>False</SpecificVersion>
115 8ae2e04a taeseongkim
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
116 c0d2925b djkim
    </Reference>
117 42dc5b2a taeseongkim
    <Reference Include="Telerik.Windows.Data, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
118
      <SpecificVersion>False</SpecificVersion>
119 8ae2e04a taeseongkim
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath>
120 c0d2925b djkim
    </Reference>
121 42dc5b2a taeseongkim
    <Reference Include="Telerik.Windows.Zip, Version=2019.3.903.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
122
      <SpecificVersion>False</SpecificVersion>
123 8ae2e04a taeseongkim
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath>
124 c0d2925b djkim
    </Reference>
125 787a4489 KangIngu
    <Reference Include="WindowsBase" />
126
  </ItemGroup>
127
  <ItemGroup>
128
    <Compile Include="Common\CommentUserInfo.cs" />
129
    <Compile Include="Common\GetUserSign.cs" />
130
    <Compile Include="Common\StringToFont.cs" />
131
    <Compile Include="Common\Undo_data.cs" />
132 2aac9b2b djkim
    <Compile Include="Connected Services\markus_api\Reference.cs">
133
      <AutoGen>True</AutoGen>
134
      <DesignTime>True</DesignTime>
135
      <DependentUpon>Reference.svcmap</DependentUpon>
136
    </Compile>
137 787a4489 KangIngu
    <Compile Include="Controls\Angle\AngleControl.cs" />
138 684ef11c ljiyeon
    <Compile Include="Controls\Cad\ClipWhiteControlcs.cs" />
139
    <Compile Include="Controls\Cad\CoordinateControl.cs" />
140
    <Compile Include="Controls\Cad\InsideWhiteControlcs.cs" />
141 91efe37a humkyung
    <Compile Include="Controls\Cad\OverlapWhiteControl.cs" />
142 787a4489 KangIngu
    <Compile Include="Controls\Common\ControlType.cs" />
143 d251456f humkyung
    <Compile Include="Controls\Common\DrawSet.cs" />
144 787a4489 KangIngu
    <Compile Include="Controls\Common\HatchMake.cs" />
145
    <Compile Include="Controls\Common\IMarkupCommonData.cs" />
146
    <Compile Include="Controls\Common\InkToPath.cs" />
147
    <Compile Include="Controls\Common\PenMode.cs" />
148
    <Compile Include="Controls\Common\StringToPathConverter.cs" />
149
    <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
150
    <Compile Include="Controls\Custom\CustomText.xaml.cs">
151
      <DependentUpon>CustomText.xaml</DependentUpon>
152
    </Compile>
153
    <Compile Include="Controls\Etc\SignControl.cs" />
154
    <Compile Include="Controls\Etc\SymControl.cs" />
155
    <Compile Include="Controls\Etc\SymControlN.cs" />
156 40b3ce25 ljiyeon
    <Compile Include="Controls\Line\ArrowArcControl.cs" />
157 787a4489 KangIngu
    <Compile Include="Controls\Common\SelectControl.cs" />
158
    <Compile Include="Controls\Common\Interfaces.cs" />
159
    <Compile Include="Controls\Common\IPath.cs" />
160
    <Compile Include="Controls\Common\MarkupToPDF.cs" />
161
    <Compile Include="Controls\Common\MathSet.cs" />
162
    <Compile Include="Controls\Common\MouseMode.cs" />
163
    <Compile Include="Controls\Common\PaintSet.cs" />
164
    <Compile Include="Controls\Etc\DateControl.cs" />
165
    <Compile Include="Controls\Etc\ImgControl.cs" />
166
    <Compile Include="Controls\Line\ArcControl.cs" />
167
    <Compile Include="Controls\Line\ArrowControl_Multi.cs" />
168
    <Compile Include="Controls\Line\LineControl.cs" />
169
    <Compile Include="Controls\Parsing\MarkupParse.cs" />
170
    <Compile Include="Controls\Polygon\CloudControl.cs" />
171
    <Compile Include="Controls\Polygon\InkControl.cs" />
172
    <Compile Include="Controls\Polygon\PolygonControl.cs" />
173
    <Compile Include="Controls\Shape\CircleControl.cs" />
174
    <Compile Include="Controls\Shape\RectangleControl.cs" />
175
    <Compile Include="Controls\Shape\RectCloudControl.cs" />
176
    <Compile Include="Controls\Shape\TriControl.cs" />
177
    <Compile Include="Controls\Text\ArrowTextControl.cs" />
178
    <Compile Include="Controls\Text\TextControl.cs" />
179
    <Compile Include="Properties\AssemblyInfo.cs" />
180 2aac9b2b djkim
    <Compile Include="Properties\Settings.Designer.cs">
181
      <AutoGen>True</AutoGen>
182
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
183
      <DependentUpon>Settings.settings</DependentUpon>
184
    </Compile>
185 787a4489 KangIngu
    <Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
186
    <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
187 40b3ce25 ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" />
188 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
189
    <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
190
    <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
191 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" />
192 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
193 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" />
194 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
195
    <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
196 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" />
197 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
198 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" />
199 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
200
    <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
201
    <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
202
    <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
203
    <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
204
    <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
205
    <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
206
    <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
207
    <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
208 2aac9b2b djkim
    <Compile Include="Settings.cs" />
209 b35682c3 taeseongkim
    <Compile Include="Themes\ValueBindingTestConverter.cs" />
210 787a4489 KangIngu
  </ItemGroup>
211
  <ItemGroup>
212
    <Page Include="Controls\Custom\CustomText.xaml">
213
      <SubType>Designer</SubType>
214
      <Generator>MSBuild:Compile</Generator>
215
    </Page>
216
    <Page Include="Themes\generic.xaml">
217
      <Generator>MSBuild:Compile</Generator>
218
      <SubType>Designer</SubType>
219
    </Page>
220
  </ItemGroup>
221
  <ItemGroup>
222 2aac9b2b djkim
    <None Include="App.Config">
223
      <SubType>Designer</SubType>
224
    </None>
225
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource">
226
      <DependentUpon>Reference.svcmap</DependentUpon>
227
    </None>
228
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource">
229
      <DependentUpon>Reference.svcmap</DependentUpon>
230
    </None>
231
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource">
232
      <DependentUpon>Reference.svcmap</DependentUpon>
233
    </None>
234
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource">
235
      <DependentUpon>Reference.svcmap</DependentUpon>
236
    </None>
237
    <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" />
238
    <None Include="Connected Services\markus_api\ServiceDeepView.xsd">
239
      <SubType>Designer</SubType>
240
    </None>
241
    <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" />
242
    <None Include="Connected Services\markus_api\ServiceDeepView1.xsd">
243
      <SubType>Designer</SubType>
244
    </None>
245
    <None Include="Connected Services\markus_api\ServiceDeepView2.xsd">
246
      <SubType>Designer</SubType>
247
    </None>
248
    <None Include="Connected Services\markus_api\ServiceDeepView3.xsd">
249
      <SubType>Designer</SubType>
250
    </None>
251
    <None Include="Connected Services\markus_api\ServiceDeepView4.xsd">
252
      <SubType>Designer</SubType>
253
    </None>
254
    <None Include="Connected Services\markus_api\ServiceDeepView5.xsd">
255
      <SubType>Designer</SubType>
256
    </None>
257
    <None Include="Connected Services\markus_api\ServiceDeepView6.xsd">
258
      <SubType>Designer</SubType>
259
    </None>
260
    <None Include="Connected Services\markus_api\ServiceDeepView7.xsd">
261
      <SubType>Designer</SubType>
262
    </None>
263
    <None Include="Connected Services\markus_api\ServiceDeepView8.xsd">
264
      <SubType>Designer</SubType>
265
    </None>
266 787a4489 KangIngu
    <None Include="packages.config" />
267 2aac9b2b djkim
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
268
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
269
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
270
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
271
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
272
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
273
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
274
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
275
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
276
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
277
    <None Include="Properties\DataSources\System.Windows.Rect.datasource" />
278
    <None Include="Properties\Settings.settings">
279
      <Generator>SettingsSingleFileGenerator</Generator>
280
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
281
    </None>
282 787a4489 KangIngu
  </ItemGroup>
283
  <ItemGroup>
284
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
285
  </ItemGroup>
286 2aac9b2b djkim
  <ItemGroup>
287
    <WCFMetadata Include="Connected Services\" />
288
  </ItemGroup>
289
  <ItemGroup>
290
    <WCFMetadataStorage Include="Connected Services\markus_api\" />
291
  </ItemGroup>
292
  <ItemGroup>
293
    <None Include="Connected Services\markus_api\ServiceDeepView.disco" />
294
  </ItemGroup>
295
  <ItemGroup>
296
    <None Include="Connected Services\markus_api\configuration91.svcinfo" />
297
  </ItemGroup>
298
  <ItemGroup>
299
    <None Include="Connected Services\markus_api\configuration.svcinfo" />
300
  </ItemGroup>
301
  <ItemGroup>
302
    <None Include="Connected Services\markus_api\Reference.svcmap">
303
      <Generator>WCF Proxy Generator</Generator>
304
      <LastGenOutput>Reference.cs</LastGenOutput>
305
    </None>
306
  </ItemGroup>
307 684ef11c ljiyeon
  <ItemGroup>
308 5928384e djkim
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
309
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
310
      <Name>CommonLib</Name>
311
    </ProjectReference>
312 684ef11c ljiyeon
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
313
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
314
      <Name>KCOMDataModel</Name>
315
    </ProjectReference>
316
  </ItemGroup>
317 787a4489 KangIngu
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
318
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
319
       Other similar extension points exist, see Microsoft.Common.targets.
320
  <Target Name="BeforeBuild">
321
  </Target>
322
  <Target Name="AfterBuild">
323
  </Target>
324
  -->
325
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)