Skip to content

Commit

Permalink
Remove build artifacts from PowerForensicsv2 module directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcatkinson committed Jan 30, 2016
1 parent cd4e82d commit 34b1bf2
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 20 deletions.
Binary file modified PowerForensics/Module/PowerForensics/PowerForensics.dll
Binary file not shown.
Binary file modified PowerForensics/Module/PowerForensics/PowerForensics.psd1
Binary file not shown.
Binary file modified PowerForensics/Module/PowerForensicsv2/PowerForensicsv2.dll
Binary file not shown.
Binary file modified PowerForensics/Module/PowerForensicsv2/PowerForensicsv2.psd1
Binary file not shown.
Binary file not shown.
Binary file removed PowerForensics/Module/PowerForensicsv2/mscorlib.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed PowerForensics/Module/PowerForensicsv2/normnfd.nlp
Binary file not shown.
Binary file removed PowerForensics/Module/PowerForensicsv2/normnfkc.nlp
Binary file not shown.
Binary file removed PowerForensics/Module/PowerForensicsv2/normnfkd.nlp
Binary file not shown.
23 changes: 10 additions & 13 deletions PowerForensics/PowerForensicsv2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PowerForensicsv2</RootNamespace>
<AssemblyName>PowerForensicsv2</AssemblyName>
<TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -20,25 +20,16 @@
<OutputPath>Module\PowerForensicsv2\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FrameworkPathOverride>C:\Windows\system32\DotNetCore\v1.0\</FrameworkPathOverride>
<WarningLevel>2</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>Module\PowerForensicsv2\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FrameworkPathOverride>C:\Windows\system32\DotNetCore\v1.0\</FrameworkPathOverride>
<WarningLevel>2</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0\System.Management.Automation.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="src\Artifacts\Windows\ApplicationCompatibilityCache\RecentFileCache.cs" />
<Compile Include="src\Artifacts\Windows\JavaCache.cs" />
Expand Down Expand Up @@ -170,6 +161,12 @@
<Compile Include="src\Helper\NativeMethods.cs" />
<Compile Include="Properties\AssemblyInfov2.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Net.NetworkInformation;
using PowerForensics.Registry;

namespace PowerForensics.Artifacts
Expand Down
6 changes: 0 additions & 6 deletions PowerForensics/src/Helper/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ public static class Helper
{
#region Helper Functions

public static bool testRegex(string volume)
{
System.Text.RegularExpressions.Regex regex = new System.Text.RegularExpressions.Regex(@"^(\\\\\.\\)?[A-Zaz]:$");
return regex.IsMatch(volume);
}

internal static string getVolumeName(ref string volume)
{
if (volume == null)
Expand Down

0 comments on commit 34b1bf2

Please sign in to comment.