Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 2d041c8

Browse files
committed
updated csproj files (part of big rename)
1 parent 27eb931 commit 2d041c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PackageProvider.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProjectGuid>{12BC926F-A38B-47DB-A490-21E8686514F6}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>OneGet</RootNamespace>
10+
<RootNamespace>PackageManagement</RootNamespace>
1111
<AssemblyName>SampleProvider</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
1313
<SolutionPropsPath Condition="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), solution.props)) != ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), solution.props))\solution.props</SolutionPropsPath>
@@ -80,7 +80,7 @@
8080
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8181
<PropertyGroup>
8282
<PostBuildEvent>:Locate MT.EXE Tool:
83-
for /f "delims=" %25%25a in ('powershell "$p = ((Get-ItemProperty -Path HKCU:\Software\OneGet\tools\MT.EXE -Name Path -ea 0).Path) ; if( -not $p ) { $p = ((dir ${env:ProgramFiles(x86)} -recurse -ea 0| where -property name -eq mt.exe | select -first 1 ).FullName) ; $null = mkdir -Path HKCU:\Software\OneGet\tools\MT.EXE -Force ; $null = New-ItemProperty -Path HKCU:\Software\OneGet\tools\MT.EXE -Name Path -Value $p -force } ; $p"') do @set MTEXE=%25%25a
83+
for /f "delims=" %25%25a in ('powershell "$p = ((Get-ItemProperty -Path HKCU:\Software\PackageManagement\Tools\MT.EXE -Name Path -ea 0).Path) ; if( -not $p ) { $p = ((dir ${env:ProgramFiles(x86)} -recurse -ea 0| where -property name -eq mt.exe | select -first 1 ).FullName) ; $null = mkdir -Path HKCU:\Software\PackageManagement\Tools\MT.EXE -Force ; $null = New-ItemProperty -Path HKCU:\Software\PackageManagement\Tools\MT.EXE -Name Path -Value $p -force } ; $p"') do @set MTEXE=%25%25a
8484

8585
:Run the tool to add the manifest to the binary.
8686
"%25MTEXE%25" -manifest $(ProjectDir)provider.manifest -outputresource:$(TargetPath);#101</PostBuildEvent>

0 commit comments

Comments
 (0)