Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
ea0a75f4
Commit
ea0a75f4
authored
11 years ago
by
tebjan
Browse files
Options
Download
Email Patches
Plain Diff
changed keyfile
parent
e7a0604e
master
netstandard2
nuget2.4.2
nuget2.4.1
nuget2.4
nuget2.3
nuget2.2.2
nuget2.2.1
nuget1.7
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Source/Properties/AssemblyInfo.cs
+1
-1
Source/Properties/AssemblyInfo.cs
Source/Svg.csproj
+10
-5
Source/Svg.csproj
Source/svgkey.snk
+0
-0
Source/svgkey.snk
Source/svgkeyfile.pfx
+0
-0
Source/svgkeyfile.pfx
with
11 additions
and
6 deletions
+11
-6
Source/Properties/AssemblyInfo.cs
+
1
-
1
View file @
ea0a75f4
...
@@ -32,7 +32,7 @@ using System.Runtime.InteropServices;
...
@@ -32,7 +32,7 @@ using System.Runtime.InteropServices;
//
//
// You can specify all the values or you can default the Revision and Build Numbers
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
// by using the '*' as shown below:
[
assembly
:
AssemblyVersion
(
"1.
5.2
.*"
)]
[
assembly
:
AssemblyVersion
(
"1.
6.1
.*"
)]
//[assembly: AssemblyFileVersion("1.0.1.*")]
//[assembly: AssemblyFileVersion("1.0.1.*")]
[
assembly
:
CLSCompliant
(
true
)]
[
assembly
:
CLSCompliant
(
true
)]
This diff is collapsed.
Click to expand it.
Source/Svg.csproj
+
10
-
5
View file @
ea0a75f4
...
@@ -43,7 +43,11 @@
...
@@ -43,7 +43,11 @@
<TargetFrameworkProfile
/>
<TargetFrameworkProfile
/>
<AllowUnsafeBlocks>
False
</AllowUnsafeBlocks>
<AllowUnsafeBlocks>
False
</AllowUnsafeBlocks>
<NoStdLib>
False
</NoStdLib>
<NoStdLib>
False
</NoStdLib>
<TreatWarningsAsErrors>
false
</TreatWarningsAsErrors>
<TreatWarningsAsErrors>
False
</TreatWarningsAsErrors>
<NoWin32Manifest>
False
</NoWin32Manifest>
<DelaySign>
False
</DelaySign>
<AssemblyOriginatorKeyMode>
File
</AssemblyOriginatorKeyMode>
<IntermediateOutputPath>
obj\$(Configuration)\
</IntermediateOutputPath>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugType>
Full
</DebugType>
<DebugType>
Full
</DebugType>
...
@@ -60,7 +64,7 @@
...
@@ -60,7 +64,7 @@
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<DebugType>
PdbOnly
</DebugType>
<DebugType>
PdbOnly
</DebugType>
<Optimize>
t
rue
</Optimize>
<Optimize>
T
rue
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<ErrorReport>
prompt
</ErrorReport>
...
@@ -72,10 +76,10 @@
...
@@ -72,10 +76,10 @@
<DocumentationFile>
bin\Release\Svg.XML
</DocumentationFile>
<DocumentationFile>
bin\Release\Svg.XML
</DocumentationFile>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<SignAssembly>
t
rue
</SignAssembly>
<SignAssembly>
T
rue
</SignAssembly>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
svgkey
file.pfx
</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
svgkey
.snk
</AssemblyOriginatorKeyFile>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System"
/>
...
@@ -218,7 +222,7 @@
...
@@ -218,7 +222,7 @@
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<None
Include=
"Basic Shapes\DOM.cd"
/>
<None
Include=
"Basic Shapes\DOM.cd"
/>
<None
Include=
"svgkey
file.pfx
"
/>
<None
Include=
"svgkey
.snk
"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
@@ -244,5 +248,6 @@
...
@@ -244,5 +248,6 @@
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)' == 'Release' "
>
<PropertyGroup
Condition=
" '$(Configuration)' == 'Release' "
>
<CheckForOverflowUnderflow>
False
</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>
False
</CheckForOverflowUnderflow>
<BaseIntermediateOutputPath>
obj\
</BaseIntermediateOutputPath>
</PropertyGroup>
</PropertyGroup>
</Project>
</Project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Source/svgkey.snk
0 → 100644
+
0
-
0
View file @
ea0a75f4
File added
This diff is collapsed.
Click to expand it.
Source/svgkeyfile.pfx
deleted
100644 → 0
+
0
-
0
View file @
e7a0604e
File deleted
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help