File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Commands.ResourceManager/Cmdlets Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
<DebugSymbols >true</DebugSymbols >
21
21
<DebugType >full</DebugType >
22
22
<Optimize >false</Optimize >
23
- <OutputPath >$(StackPackageFolder) \Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
23
+ <OutputPath >..\..\..\.. \Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
24
24
<DefineConstants >DEBUG;TRACE</DefineConstants >
25
25
<ErrorReport >prompt</ErrorReport >
26
26
<WarningLevel >4</WarningLevel >
31
31
<SignAssembly >true</SignAssembly >
32
32
<AssemblyOriginatorKeyFile >MSSharedLibKey.snk</AssemblyOriginatorKeyFile >
33
33
<DelaySign >true</DelaySign >
34
- <OutputPath >$(StackPackageFolder) \Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
34
+ <OutputPath >..\..\..\.. \Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
35
35
<DefineConstants >TRACE;SIGN</DefineConstants >
36
36
<Optimize >true</Optimize >
37
37
<DebugType >pdbonly</DebugType >
Original file line number Diff line number Diff line change 21
21
<DebugSymbols >true</DebugSymbols >
22
22
<DebugType >full</DebugType >
23
23
<Optimize >false</Optimize >
24
- <OutputPath >$(StackPackageFolder) \Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
24
+ <OutputPath >..\..\.. \Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
25
25
<DefineConstants >DEBUG;TRACE</DefineConstants >
26
26
<ErrorReport >prompt</ErrorReport >
27
27
<WarningLevel >4</WarningLevel >
30
30
<Prefer32Bit >false</Prefer32Bit >
31
31
</PropertyGroup >
32
32
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
33
- <OutputPath >$(StackPackageFolder) \Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
33
+ <OutputPath >..\..\.. \Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath >
34
34
<DefineConstants >TRACE;SIGN</DefineConstants >
35
35
<Optimize >true</Optimize >
36
36
<DebugType >pdbonly</DebugType >
You can’t perform that action at this time.
0 commit comments