프로젝트

일반

사용자정보

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

markus / MarkupToPDF / MarkupToPDF.csproj @ b3fb7321

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