Skip to content

Commit

Permalink
fdsa
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonprry committed Apr 7, 2012
1 parent 2c2e496 commit 4247cdd
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 0 deletions.
Binary file added Examples/Examples.pidb
Binary file not shown.
Binary file added Examples/bin/Debug/Examples.exe
Binary file not shown.
Binary file added Examples/bin/Debug/Examples.exe.mdb
Binary file not shown.
Binary file added Examples/bin/Debug/MsgPack.dll
Binary file not shown.
Binary file added Examples/bin/Debug/MsgPack.dll.mdb
Binary file not shown.
Binary file added Examples/bin/Debug/metasploit-sharp.dll
Binary file not shown.
Binary file added Examples/bin/Debug/metasploit-sharp.dll.mdb
Binary file not shown.
Binary file added ModuleExecuteExample/ModuleExecuteExample.pidb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added ModuleExecuteExample/bin/Debug/MsgPack.dll
Binary file not shown.
Binary file not shown.
48 changes: 48 additions & 0 deletions StartImport/StartImport.csproj
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6751C52A-1C35-40C0-ABCF-B5EC9ED493F4}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>StartImport</RootNamespace>
<AssemblyName>StartImport</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\metasploit-sharp\metasploit-sharp.csproj">
<Project>{7406EF69-41DD-467A-90F9-BB34FBC39C0C}</Project>
<Name>metasploit-sharp</Name>
</ProjectReference>
</ItemGroup>
</Project>
Binary file added StartImport/bin/Debug/MsgPack.dll
Binary file not shown.
Binary file added StartImport/bin/Debug/MsgPack.dll.mdb
Binary file not shown.
Binary file added StartImport/bin/Debug/StartImport.exe
Binary file not shown.
Binary file added StartImport/bin/Debug/StartImport.exe.mdb
Binary file not shown.
Binary file added StartImport/bin/Debug/metasploit-sharp.dll
Binary file not shown.
Binary file added StartImport/bin/Debug/metasploit-sharp.dll.mdb
Binary file not shown.
Binary file added metasploit-sharp/bin/Debug/MsgPack.dll
Binary file not shown.
Binary file added metasploit-sharp/bin/Debug/MsgPack.dll.mdb
Binary file not shown.
Binary file added metasploit-sharp/bin/Debug/metasploit-sharp.dll
Binary file not shown.
Binary file not shown.
Binary file added metasploit-sharp/metasploit-sharp.pidb
Binary file not shown.

0 comments on commit 4247cdd

Please sign in to comment.