Skip to content

Commit 5b7b3ad

Browse files
committed
Adding NetStandardPolyfills reference to .Net40 project / Adding NetStandardPolyfills to ILMerge command in visualizer project post-builds
1 parent 0ccc170 commit 5b7b3ad

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

ReadableExpressions.Net40/ReadableExpressions.Net40.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
<DocumentationFile>bin\Release\AgileObjects.ReadableExpressions.xml</DocumentationFile>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="AgileObjects.NetStandardPolyfills">
37-
<HintPath>..\..\..\..\Users\Steve\.nuget\packages\AgileObjects.NetStandardPolyfills\0.1.2\lib\net40\AgileObjects.NetStandardPolyfills.dll</HintPath>
36+
<Reference Include="AgileObjects.NetStandardPolyfills, Version=0.1.2.0, Culture=neutral, PublicKeyToken=06131ac1c008ad4e, processorArchitecture=MSIL">
37+
<HintPath>..\packages\AgileObjects.NetStandardPolyfills.0.1.2\lib\net40\AgileObjects.NetStandardPolyfills.dll</HintPath>
38+
<Private>True</Private>
3839
</Reference>
3940
<Reference Include="System" />
4041
<Reference Include="System.Core" />
@@ -50,6 +51,9 @@
5051
<Link>Properties\VersionInfo.cs</Link>
5152
</Compile>
5253
</ItemGroup>
54+
<ItemGroup>
55+
<None Include="packages.config" />
56+
</ItemGroup>
5357
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5458
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5559
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="AgileObjects.NetStandardPolyfills" version="0.1.2" targetFramework="net40" />
4+
</packages>

ReadableExpressions.Visualizers.Vs10/ReadableExpressions.Visualizers.Vs10.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</ItemGroup>
6363
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6464
<PropertyGroup>
65-
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
65+
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetDir)AgileObjects.NetStandardPolyfills.dll $(TargetPath) $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
6666
xcopy "$(SolutionDir)$(TargetFileName)" "$(DevEnvDir)..\Packages\Debugger\Visualizers\" /Y</PostBuildEvent>
6767
</PropertyGroup>
6868
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

ReadableExpressions.Visualizers.Vs11/ReadableExpressions.Visualizers.Vs11.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</ItemGroup>
6363
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6464
<PropertyGroup>
65-
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
65+
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.NetStandardPolyfills.dll $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
6666
xcopy "$(SolutionDir)$(TargetFileName)" "$(DevEnvDir)..\Packages\Debugger\Visualizers\" /Y</PostBuildEvent>
6767
</PropertyGroup>
6868
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

ReadableExpressions.Visualizers.Vs12/ReadableExpressions.Visualizers.Vs12.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</ItemGroup>
6363
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6464
<PropertyGroup>
65-
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
65+
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetDir)AgileObjects.NetStandardPolyfills.dll $(TargetPath) $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
6666
xcopy "$(SolutionDir)$(TargetFileName)" "$(DevEnvDir)..\Packages\Debugger\Visualizers\" /Y</PostBuildEvent>
6767
</PropertyGroup>
6868
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

ReadableExpressions.Visualizers.Vs14/ReadableExpressions.Visualizers.Vs14.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</ItemGroup>
6464
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6565
<PropertyGroup>
66-
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
66+
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.NetStandardPolyfills.dll $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
6767
xcopy "$(SolutionDir)$(TargetFileName)" "$(DevEnvDir)..\Packages\Debugger\Visualizers\" /Y</PostBuildEvent>
6868
</PropertyGroup>
6969
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

ReadableExpressions.Visualizers.Vs15/ReadableExpressions.Visualizers.Vs15.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</ItemGroup>
6464
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6565
<PropertyGroup>
66-
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
66+
<PostBuildEvent>"$(SolutionDir)packages\ILMerge.2.14.1208\tools\ILMerge.exe" /ndebug /targetplatform:v4 /lib:"C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:"$(SolutionDir)$(TargetFileName)" $(TargetPath) $(TargetDir)AgileObjects.NetStandardPolyfills.dll $(TargetDir)AgileObjects.ReadableExpressions.Visualizers.Core.dll $(TargetDir)AgileObjects.ReadableExpressions.dll
6767
xcopy "$(SolutionDir)$(TargetFileName)" "$(DevEnvDir)..\Packages\Debugger\Visualizers\" /Y</PostBuildEvent>
6868
</PropertyGroup>
6969
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)