프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ d4a60930

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