init repo

This commit is contained in:
nikolay ivanov
2014-07-05 18:22:49 +00:00
commit a8be6b9e72
17348 changed files with 9229832 additions and 0 deletions

BIN
Tools/Bin/AllFontsGen.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,3 @@
cd /D %~dp0
AllFontsGen.exe ..\DocService\OfficeWeb\sdk\Common\AllFonts.js
pause

Binary file not shown.

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<log4net>
<appender name="DebugAppender" type="log4net.Appender.DebugAppender">
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
</layout>
</appender>
<root>
<level value="ERROR" />
<appender-ref ref="DebugAppender" />
</root>
</log4net>
<appSettings>
</appSettings>
</configuration>