소스 검색

Removed strong name key, added replaceTests.docx as part of unit tests.

master
bdm_cp 15 년 전
부모
커밋
87ab31c133
4개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    2
      DocX/DocX.csproj
  2. 1
    1
      DocX/Properties/AssemblyInfo.cs
  3. BIN
      DocX/StrongNameKey.pfx
  4. BIN
      UnitTests/documents/ReplaceTests.docx

+ 2
- 2
DocX/DocX.csproj 파일 보기

@@ -64,7 +64,8 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>StrongNameKey.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -114,7 +115,6 @@
<None Include="Help\Changes in this version 1.0.0.10.docx" />
<None Include="Help\DocX v1.0.0.10 - Documentation.chm" />
<None Include="Help\Read Me.docx" />
<None Include="StrongNameKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="License\License.html" />

+ 1
- 1
DocX/Properties/AssemblyInfo.cs 파일 보기

@@ -15,7 +15,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")]
// Allow the UnitTests to get at internal stuff.
[assembly: InternalsVisibleTo("UnitTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001006385bc4fde8d1ddaabf50fca5a7c9fd10cbdc792f9b026945c563221f2799649a4271852f7c2dab8259f8c907e1f45e1643369c85584a8b16cc4763992f897797dd57b03a176f76f507f472075a0026c05f90ff99234a3eec16b1c98bbc987d1b67893a7af1d5b980d5b901a8b8c2665cb4a79eb63e2f897c94d8c1b9ac488ac")]
[assembly: InternalsVisibleTo("UnitTests")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from

BIN
DocX/StrongNameKey.pfx 파일 보기


BIN
UnitTests/documents/ReplaceTests.docx 파일 보기


Loading…
취소
저장