Skip to content

Commit

Permalink
fix the wrong signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Mar 18, 2014
1 parent edd61bf commit 751b314
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions C3D.NET.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
VisualStudioVersion = 11.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "C3D", "C3D\C3D.csproj", "{A2B772DF-9F26-4820-A159-C68970553063}"
EndProject
Expand Down
Binary file removed C3D/C3D.NET.pfx
Binary file not shown.
Binary file added C3D/C3D.NET.snk
Binary file not shown.
4 changes: 2 additions & 2 deletions C3D/C3D.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>C3D.NET.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>C3D.NET.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -71,7 +71,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="C3D.NET.pfx" />
<None Include="C3D.NET.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions C3D/C3D_NET20.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>C3D.NET.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>C3D.NET.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -62,7 +62,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="C3D.NET.pfx" />
<None Include="C3D.NET.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit 751b314

Please sign in to comment.