|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>PowerForensicsv2</RootNamespace>
|
11 | 11 | <AssemblyName>PowerForensicsv2</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v3.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <TargetFrameworkProfile />
|
15 | 15 | </PropertyGroup>
|
|
20 | 20 | <OutputPath>Module\PowerForensicsv2\</OutputPath>
|
21 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
22 | 22 | <ErrorReport>prompt</ErrorReport>
|
23 |
| - <WarningLevel>4</WarningLevel> |
24 |
| - <FrameworkPathOverride>C:\Windows\system32\DotNetCore\v1.0\</FrameworkPathOverride> |
| 23 | + <WarningLevel>2</WarningLevel> |
25 | 24 | </PropertyGroup>
|
26 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
27 | 26 | <DebugType>pdbonly</DebugType>
|
28 | 27 | <Optimize>true</Optimize>
|
29 |
| - <OutputPath>bin\Release\</OutputPath> |
| 28 | + <OutputPath>Module\PowerForensicsv2\</OutputPath> |
30 | 29 | <DefineConstants>TRACE</DefineConstants>
|
31 | 30 | <ErrorReport>prompt</ErrorReport>
|
32 |
| - <WarningLevel>4</WarningLevel> |
33 |
| - <FrameworkPathOverride>C:\Windows\system32\DotNetCore\v1.0\</FrameworkPathOverride> |
| 31 | + <WarningLevel>2</WarningLevel> |
34 | 32 | </PropertyGroup>
|
35 |
| - <ItemGroup> |
36 |
| - <Reference Include="System" /> |
37 |
| - <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
38 |
| - <SpecificVersion>False</SpecificVersion> |
39 |
| - <HintPath>..\..\..\..\..\..\..\Program Files\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0\System.Management.Automation.dll</HintPath> |
40 |
| - </Reference> |
41 |
| - </ItemGroup> |
42 | 33 | <ItemGroup>
|
43 | 34 | <Compile Include="src\Artifacts\Windows\ApplicationCompatibilityCache\RecentFileCache.cs" />
|
44 | 35 | <Compile Include="src\Artifacts\Windows\JavaCache.cs" />
|
|
170 | 161 | <Compile Include="src\Helper\NativeMethods.cs" />
|
171 | 162 | <Compile Include="Properties\AssemblyInfov2.cs" />
|
172 | 163 | </ItemGroup>
|
| 164 | + <ItemGroup> |
| 165 | + <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 166 | + <SpecificVersion>False</SpecificVersion> |
| 167 | + <HintPath>..\..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath> |
| 168 | + </Reference> |
| 169 | + </ItemGroup> |
173 | 170 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
174 | 171 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
175 | 172 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments