Skip to content

Commit 8206145

Browse files
committed
Projecy sanitizing
1 parent 90078ad commit 8206145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/WatchDogForInterstellarRedist/WatchDogForInterstellarRedist.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>WatchDogForInterstellarRedist</RootNamespace>
99
<AssemblyName>WatchDogForInterstellarRedist</AssemblyName>
1010
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11-
<BaseIntermediateOutputPath>..\..\obj\${AssemblyName)</BaseIntermediateOutputPath>
11+
<BaseIntermediateOutputPath>..\..\obj\$(AssemblyName)</BaseIntermediateOutputPath>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

Source/WatchDogForScaleRedist/WatchDogForScaleRedist.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>WatchDogForScaleRedist</RootNamespace>
99
<AssemblyName>WatchDogForScaleRedist</AssemblyName>
1010
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11-
<BaseIntermediateOutputPath>..\..\obj\${AssemblyName)</BaseIntermediateOutputPath>
11+
<BaseIntermediateOutputPath>..\..\obj\$(AssemblyName)</BaseIntermediateOutputPath>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)