Commit 7cb2d82d authored by Brickner_cp's avatar Brickner_cp

--no commit message

--no commit message
parent a64c0c7f
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<SccAuxPath>SAK</SccAuxPath> <SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider> <SccProvider>SAK</SccProvider>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Packets.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>..\PcapDotNet.snk</AssemblyOriginatorKeyFile>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Packets.snk" /> <None Include="..\PcapDotNet.snk" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\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.
...@@ -80,6 +80,6 @@ ...@@ -80,6 +80,6 @@
</Target> </Target>
--> -->
<PropertyGroup> <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> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
Description="Create Public/Private Key Pair" 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 <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
GenerateDebugInformation="true" GenerateDebugInformation="true"
AssemblyDebug="1" AssemblyDebug="1"
TargetMachine="1" TargetMachine="1"
KeyFile="&quot;$(ProjectDir)$(ProjectName).snk&quot;" KeyFile="&quot;$(SolutionDir)$(SolutionName).snk&quot;"
Profile="true" Profile="true"
/> />
<Tool <Tool
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
Description="Create Public/Private Key Pair" 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 <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
AddModuleNamesToAssembly="" AddModuleNamesToAssembly=""
GenerateDebugInformation="true" GenerateDebugInformation="true"
TargetMachine="1" TargetMachine="1"
KeyFile="&quot;$(ProjectDir)$(ProjectName).snk&quot;" KeyFile="&quot;$(SolutionDir)$(SolutionName).snk&quot;"
/> />
<Tool <Tool
Name="VCALinkTool" 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