Commit 7cb2d82d authored by Brickner_cp's avatar Brickner_cp

--no commit message

--no commit message
parent a64c0c7f
......@@ -17,7 +17,7 @@
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Packets.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\PcapDotNet.snk</AssemblyOriginatorKeyFile>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
......@@ -69,7 +69,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Packets.snk" />
<None Include="..\PcapDotNet.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.
......@@ -80,6 +80,6 @@
</Target>
-->
<PropertyGroup>
<PreBuildEvent>if not exist "$(ProjectDir)$(ProjectName).snk" ("%25PROGRAMFILES%25\Microsoft SDKs\Windows\v6.0A\bin\sn.exe" -k "$(ProjectDir)$(ProjectName).snk")</PreBuildEvent>
<PreBuildEvent>if not exist "$(SolutionDir)$(SolutionName).snk" ("%25PROGRAMFILES%25\Microsoft SDKs\Windows\v6.0A\bin\sn.exe" -k "$(SolutionDir)$(SolutionName).snk")</PreBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
......@@ -31,7 +31,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Create Public/Private Key Pair"
CommandLine="if not exist &quot;$(ProjectDir)$(ProjectName).snk&quot; (&quot;%PROGRAMFILES%\Microsoft SDKs\Windows\v6.0A\bin\sn.exe&quot; -k &quot;$(ProjectDir)$(ProjectName).snk&quot;)"
CommandLine="if not exist &quot;$(SolutionDir)$(SolutionName).snk&quot; (&quot;%PROGRAMFILES%\Microsoft SDKs\Windows\v6.0A\bin\sn.exe&quot; -k &quot;$(SolutionDir)$(SolutionName).snk&quot;)"
/>
<Tool
Name="VCCustomBuildTool"
......@@ -75,7 +75,7 @@
GenerateDebugInformation="true"
AssemblyDebug="1"
TargetMachine="1"
KeyFile="&quot;$(ProjectDir)$(ProjectName).snk&quot;"
KeyFile="&quot;$(SolutionDir)$(SolutionName).snk&quot;"
Profile="true"
/>
<Tool
......@@ -115,7 +115,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Create Public/Private Key Pair"
CommandLine="if not exist &quot;$(ProjectDir)$(ProjectName).snk&quot; (&quot;%PROGRAMFILES%\Microsoft SDKs\Windows\v6.0A\bin\sn.exe&quot; -k &quot;$(ProjectDir)$(ProjectName).snk&quot;)"
CommandLine="if not exist &quot;$(SolutionDir)$(SolutionName).snk&quot; (&quot;%PROGRAMFILES%\Microsoft SDKs\Windows\v6.0A\bin\sn.exe&quot; -k &quot;$(SolutionDir)$(SolutionName).snk&quot;)"
/>
<Tool
Name="VCCustomBuildTool"
......@@ -155,7 +155,7 @@
AddModuleNamesToAssembly=""
GenerateDebugInformation="true"
TargetMachine="1"
KeyFile="&quot;$(ProjectDir)$(ProjectName).snk&quot;"
KeyFile="&quot;$(SolutionDir)$(SolutionName).snk&quot;"
/>
<Tool
Name="VCALinkTool"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment