Skip to content

Commit 1a65425

Browse files
committed
Configuration section loaded.
1 parent 6b7ce99 commit 1a65425

8 files changed

+206
-45
lines changed

GenerateHighlightContent/GenerateHighlightContent.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
33+
<PropertyGroup>
34+
<SignAssembly>true</SignAssembly>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<AssemblyOriginatorKeyFile>HighlightContent.snk</AssemblyOriginatorKeyFile>
38+
</PropertyGroup>
3339
<ItemGroup>
3440
<Reference Include="System" />
3541
<Reference Include="System.Configuration" />
@@ -48,6 +54,7 @@
4854
<Compile Include="Properties\AssemblyInfo.cs" />
4955
</ItemGroup>
5056
<ItemGroup>
57+
<None Include="HighlightContent.snk" />
5158
<None Include="Lib\bclear.theme" />
5259
<None Include="Lib\bright.theme" />
5360
<None Include="Lib\csharp.lang" />
596 Bytes
Binary file not shown.

Helper/Helper.csproj

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
33+
<PropertyGroup>
34+
<SignAssembly>true</SignAssembly>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<AssemblyOriginatorKeyFile>Helper.snk</AssemblyOriginatorKeyFile>
38+
</PropertyGroup>
3339
<ItemGroup>
3440
<Reference Include="System" />
3541
<Reference Include="System.Core" />
@@ -45,6 +51,9 @@
4551
<Compile Include="Properties\AssemblyInfo.cs" />
4652
<Compile Include="StringExtension.cs" />
4753
</ItemGroup>
54+
<ItemGroup>
55+
<None Include="Helper.snk" />
56+
</ItemGroup>
4857
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4958
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5059
Other similar extension points exist, see Microsoft.Common.targets.

Helper/Helper.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)