프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ 9f55b953

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

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