Procházet zdrojové kódy

Fixed issues with StrongNameKey.pfx

master
coffeycathal_cp před 15 roky
rodič
revize
d72617beae
2 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. binární
      UnitTests/StrongNameKey.pfx
  2. 7
    0
      UnitTests/UnitTests.csproj

binární
UnitTests/StrongNameKey.pfx Zobrazit soubor


+ 7
- 0
UnitTests/UnitTests.csproj Zobrazit soubor

@@ -36,6 +36,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>StrongNameKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
@@ -66,6 +72,7 @@
<None Include="documents\Paragraphs.docx" />
<None Include="documents\Tables.docx" />
<None Include="documents\Template.dotx" />
<None Include="StrongNameKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="documents\green.jpg" />

Načítá se…
Zrušit
Uložit