浏览代码

This is the full source for DocX v1.0.0.7 sorry about the confussion. Visual Studio's Team Foundation Server plugin dosen't like me very much.

master
coffeycathal_cp 16 年前
父节点
当前提交
5ba9609901
共有 5 个文件被更改,包括 6 次插入3 次删除
  1. 6
    3
      DocX/DocX.csproj
  2. 二进制
      DocX/Help/Documentation - DocX v 1.0.0.7.chm
  3. 二进制
      DocX/Resources/default_styles.xml.gz
  4. 二进制
      DocX/Resources/styles.xml.gz
  5. 二进制
      DocX/StrongNameKey.pfx

+ 6
- 3
DocX/DocX.csproj 查看文件

@@ -19,7 +19,8 @@
<StartupObject>
</StartupObject>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>StrongNameKey.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -76,12 +77,14 @@
<ItemGroup>
<None Include="Help\Documentation - DocX v 1.0.0.7.chm" />
<None Include="StrongNameKey.pfx" />
<EmbeddedResource Include="Resources\default_styles.xml.gz" />
<EmbeddedResource Include="Resources\styles.xml.gz" />
</ItemGroup>
<ItemGroup>
<Content Include="License\License.html" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\default_styles.xml.gz" />
<EmbeddedResource Include="Resources\styles.xml.gz" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

二进制
DocX/Help/Documentation - DocX v 1.0.0.7.chm 查看文件


二进制
DocX/Resources/default_styles.xml.gz 查看文件


二进制
DocX/Resources/styles.xml.gz 查看文件


二进制
DocX/StrongNameKey.pfx 查看文件


正在加载...
取消
保存