프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ 1c7f408a

이력 | 보기 | 이력해설 | 다운로드 (16.1 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 787a4489 KangIngu
  </ItemGroup>
210
  <ItemGroup>
211
    <Page Include="Controls\Custom\CustomText.xaml">
212
      <SubType>Designer</SubType>
213
      <Generator>MSBuild:Compile</Generator>
214
    </Page>
215
    <Page Include="Themes\generic.xaml">
216
      <Generator>MSBuild:Compile</Generator>
217
      <SubType>Designer</SubType>
218
    </Page>
219
  </ItemGroup>
220
  <ItemGroup>
221 2aac9b2b djkim
    <None Include="App.Config">
222
      <SubType>Designer</SubType>
223
    </None>
224
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource">
225
      <DependentUpon>Reference.svcmap</DependentUpon>
226
    </None>
227
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource">
228
      <DependentUpon>Reference.svcmap</DependentUpon>
229
    </None>
230
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource">
231
      <DependentUpon>Reference.svcmap</DependentUpon>
232
    </None>
233
    <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource">
234
      <DependentUpon>Reference.svcmap</DependentUpon>
235
    </None>
236
    <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" />
237
    <None Include="Connected Services\markus_api\ServiceDeepView.xsd">
238
      <SubType>Designer</SubType>
239
    </None>
240
    <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" />
241
    <None Include="Connected Services\markus_api\ServiceDeepView1.xsd">
242
      <SubType>Designer</SubType>
243
    </None>
244
    <None Include="Connected Services\markus_api\ServiceDeepView2.xsd">
245
      <SubType>Designer</SubType>
246
    </None>
247
    <None Include="Connected Services\markus_api\ServiceDeepView3.xsd">
248
      <SubType>Designer</SubType>
249
    </None>
250
    <None Include="Connected Services\markus_api\ServiceDeepView4.xsd">
251
      <SubType>Designer</SubType>
252
    </None>
253
    <None Include="Connected Services\markus_api\ServiceDeepView5.xsd">
254
      <SubType>Designer</SubType>
255
    </None>
256
    <None Include="Connected Services\markus_api\ServiceDeepView6.xsd">
257
      <SubType>Designer</SubType>
258
    </None>
259
    <None Include="Connected Services\markus_api\ServiceDeepView7.xsd">
260
      <SubType>Designer</SubType>
261
    </None>
262
    <None Include="Connected Services\markus_api\ServiceDeepView8.xsd">
263
      <SubType>Designer</SubType>
264
    </None>
265 787a4489 KangIngu
    <None Include="packages.config" />
266 2aac9b2b djkim
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
267
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
268
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
269
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
270
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
271
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
272
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
273
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
274
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
275
    <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
276
    <None Include="Properties\DataSources\System.Windows.Rect.datasource" />
277
    <None Include="Properties\Settings.settings">
278
      <Generator>SettingsSingleFileGenerator</Generator>
279
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
280
    </None>
281 787a4489 KangIngu
  </ItemGroup>
282
  <ItemGroup>
283
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
284
  </ItemGroup>
285 2aac9b2b djkim
  <ItemGroup>
286
    <WCFMetadata Include="Connected Services\" />
287
  </ItemGroup>
288
  <ItemGroup>
289
    <WCFMetadataStorage Include="Connected Services\markus_api\" />
290
  </ItemGroup>
291
  <ItemGroup>
292
    <None Include="Connected Services\markus_api\ServiceDeepView.disco" />
293
  </ItemGroup>
294
  <ItemGroup>
295
    <None Include="Connected Services\markus_api\configuration91.svcinfo" />
296
  </ItemGroup>
297
  <ItemGroup>
298
    <None Include="Connected Services\markus_api\configuration.svcinfo" />
299
  </ItemGroup>
300
  <ItemGroup>
301
    <None Include="Connected Services\markus_api\Reference.svcmap">
302
      <Generator>WCF Proxy Generator</Generator>
303
      <LastGenOutput>Reference.cs</LastGenOutput>
304
    </None>
305
  </ItemGroup>
306 684ef11c ljiyeon
  <ItemGroup>
307 5928384e djkim
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
308
      <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
309
      <Name>CommonLib</Name>
310
    </ProjectReference>
311 684ef11c ljiyeon
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
312
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
313
      <Name>KCOMDataModel</Name>
314
    </ProjectReference>
315
  </ItemGroup>
316 787a4489 KangIngu
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
317
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
318
       Other similar extension points exist, see Microsoft.Common.targets.
319
  <Target Name="BeforeBuild">
320
  </Target>
321
  <Target Name="AfterBuild">
322
  </Target>
323
  -->
324
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)