프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ 168f8027

이력 | 보기 | 이력해설 | 다운로드 (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 787a4489 KangIngu
  <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="PresentationCore" />
81
    <Reference Include="PresentationFramework" />
82
    <Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL">
83
      <HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath>
84
    </Reference>
85 53880c83 ljiyeon
    <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL">
86
      <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath>
87
    </Reference>
88 787a4489 KangIngu
    <Reference Include="System" />
89
    <Reference Include="System.ComponentModel.DataAnnotations" />
90
    <Reference Include="System.Core" />
91
    <Reference Include="System.Data.Entity" />
92
    <Reference Include="System.Drawing" />
93
    <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
94
      <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
95
    </Reference>
96
    <Reference Include="System.Runtime.Serialization" />
97
    <Reference Include="System.Security" />
98 2aac9b2b djkim
    <Reference Include="System.ServiceModel" />
99 787a4489 KangIngu
    <Reference Include="System.Windows.Forms" />
100
    <Reference Include="System.Xaml" />
101
    <Reference Include="System.Xml.Linq" />
102
    <Reference Include="System.Data.DataSetExtensions" />
103
    <Reference Include="Microsoft.CSharp" />
104
    <Reference Include="System.Data" />
105
    <Reference Include="System.Xml" />
106 53880c83 ljiyeon
    <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
107
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
108
      <Private>True</Private>
109 c0d2925b djkim
    </Reference>
110 53880c83 ljiyeon
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
111
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
112
      <Private>True</Private>
113 c0d2925b djkim
    </Reference>
114 53880c83 ljiyeon
    <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
115
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath>
116
      <Private>True</Private>
117 c0d2925b djkim
    </Reference>
118 53880c83 ljiyeon
    <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
119
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath>
120
      <Private>True</Private>
121 c0d2925b djkim
    </Reference>
122 53880c83 ljiyeon
    <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
123
      <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath>
124
      <Private>True</Private>
125 c0d2925b djkim
    </Reference>
126 787a4489 KangIngu
    <Reference Include="WindowsBase" />
127
  </ItemGroup>
128
  <ItemGroup>
129
    <Compile Include="Common\CommentUserInfo.cs" />
130
    <Compile Include="Common\GetUserSign.cs" />
131
    <Compile Include="Common\StringToFont.cs" />
132
    <Compile Include="Common\Undo_data.cs" />
133 2aac9b2b djkim
    <Compile Include="Connected Services\markus_api\Reference.cs">
134
      <AutoGen>True</AutoGen>
135
      <DesignTime>True</DesignTime>
136
      <DependentUpon>Reference.svcmap</DependentUpon>
137
    </Compile>
138 787a4489 KangIngu
    <Compile Include="Controls\Angle\AngleControl.cs" />
139 684ef11c ljiyeon
    <Compile Include="Controls\Cad\ClipWhiteControlcs.cs" />
140
    <Compile Include="Controls\Cad\CoordinateControl.cs" />
141
    <Compile Include="Controls\Cad\InsideWhiteControlcs.cs" />
142 91efe37a humkyung
    <Compile Include="Controls\Cad\OverlapWhiteControl.cs" />
143 787a4489 KangIngu
    <Compile Include="Controls\Common\ControlType.cs" />
144 d251456f humkyung
    <Compile Include="Controls\Common\DrawSet.cs" />
145 787a4489 KangIngu
    <Compile Include="Controls\Common\HatchMake.cs" />
146
    <Compile Include="Controls\Common\IMarkupCommonData.cs" />
147
    <Compile Include="Controls\Common\InkToPath.cs" />
148
    <Compile Include="Controls\Common\PenMode.cs" />
149
    <Compile Include="Controls\Common\StringToPathConverter.cs" />
150
    <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
151
    <Compile Include="Controls\Custom\CustomText.xaml.cs">
152
      <DependentUpon>CustomText.xaml</DependentUpon>
153
    </Compile>
154
    <Compile Include="Controls\Etc\SignControl.cs" />
155
    <Compile Include="Controls\Etc\SymControl.cs" />
156
    <Compile Include="Controls\Etc\SymControlN.cs" />
157 40b3ce25 ljiyeon
    <Compile Include="Controls\Line\ArrowArcControl.cs" />
158 787a4489 KangIngu
    <Compile Include="Controls\Common\SelectControl.cs" />
159
    <Compile Include="Controls\Common\Interfaces.cs" />
160
    <Compile Include="Controls\Common\IPath.cs" />
161
    <Compile Include="Controls\Common\MarkupToPDF.cs" />
162
    <Compile Include="Controls\Common\MathSet.cs" />
163
    <Compile Include="Controls\Common\MouseMode.cs" />
164
    <Compile Include="Controls\Common\PaintSet.cs" />
165
    <Compile Include="Controls\Etc\DateControl.cs" />
166
    <Compile Include="Controls\Etc\ImgControl.cs" />
167
    <Compile Include="Controls\Line\ArcControl.cs" />
168
    <Compile Include="Controls\Line\ArrowControl_Multi.cs" />
169
    <Compile Include="Controls\Line\LineControl.cs" />
170
    <Compile Include="Controls\Parsing\MarkupParse.cs" />
171
    <Compile Include="Controls\Polygon\CloudControl.cs" />
172
    <Compile Include="Controls\Polygon\InkControl.cs" />
173
    <Compile Include="Controls\Polygon\PolygonControl.cs" />
174
    <Compile Include="Controls\Shape\CircleControl.cs" />
175
    <Compile Include="Controls\Shape\RectangleControl.cs" />
176
    <Compile Include="Controls\Shape\RectCloudControl.cs" />
177
    <Compile Include="Controls\Shape\TriControl.cs" />
178
    <Compile Include="Controls\Text\ArrowTextControl.cs" />
179
    <Compile Include="Controls\Text\TextControl.cs" />
180
    <Compile Include="Properties\AssemblyInfo.cs" />
181 2aac9b2b djkim
    <Compile Include="Properties\Settings.Designer.cs">
182
      <AutoGen>True</AutoGen>
183
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
184
      <DependentUpon>Settings.settings</DependentUpon>
185
    </Compile>
186 787a4489 KangIngu
    <Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
187
    <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
188 40b3ce25 ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" />
189 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
190
    <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
191
    <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
192 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" />
193 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
194 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" />
195 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
196
    <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
197 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" />
198 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
199 684ef11c ljiyeon
    <Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" />
200 787a4489 KangIngu
    <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
201
    <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
202
    <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
203
    <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
204
    <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
205
    <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
206
    <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
207
    <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
208
    <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
209 2aac9b2b djkim
    <Compile Include="Settings.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)