Skip to content
GitLab
Menu
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
Mar 13, 2014
by
tebjan
Browse files
changed keyfile
parent
e7a0604e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Source/Properties/AssemblyInfo.cs
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
)]
Source/Svg.csproj
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
Source/svgkey.snk
0 → 100644
View file @
ea0a75f4
File added
Source/svgkeyfile.pfx
deleted
100644 → 0
View file @
e7a0604e
File deleted
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