개정판 24c5e56c
- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화
Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
239 | 239 |
<Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
240 | 240 |
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
241 | 241 |
</Reference> |
242 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
243 |
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
244 |
</Reference> |
|
242 | 245 |
<Reference Include="PresentationCore" /> |
243 | 246 |
<Reference Include="PresentationFramework" /> |
244 | 247 |
<Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL"> |
... | ... | |
339 | 342 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
340 | 343 |
<DependentUpon>Settings.settings</DependentUpon> |
341 | 344 |
</Compile> |
345 |
<Compile Include="Serialize\Core\ThicknessJsonConvert.cs" /> |
|
346 |
<Compile Include="Serialize\Core\PointJsonConvert.cs" /> |
|
347 |
<Compile Include="Serialize\Core\IntTodoubleJsonConvert.cs" /> |
|
342 | 348 |
<Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
343 | 349 |
<Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
344 | 350 |
<Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" /> |
... | ... | |
469 | 475 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
470 | 476 |
<Name>KCOMDataModel</Name> |
471 | 477 |
</ProjectReference> |
478 |
<ProjectReference Include="..\Markus.Fonts\Markus.Fonts.csproj"> |
|
479 |
<Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project> |
|
480 |
<Name>Markus.Fonts</Name> |
|
481 |
</ProjectReference> |
|
472 | 482 |
</ItemGroup> |
473 | 483 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
474 | 484 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
내보내기 Unified diff