|
|
@@ -35,9 +35,19 @@
|
|
|
<PropertyGroup>
|
|
|
<StartupObject />
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <SignAssembly>true</SignAssembly>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <AssemblyOriginatorKeyFile>quadarax_strong_name_key.pfx</AssemblyOriginatorKeyFile>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ApplicationIcon>quadarax_dll.ico</ApplicationIcon>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
@@ -83,11 +93,13 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="App.config" />
|
|
|
+ <None Include="quadarax_strong_name_key.pfx" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Folder Include="Parser\" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Content Include="quadarax_dll.ico" />
|
|
|
<Content Include="ReleaseNote.txt" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|