Skip to content

Instantly share code, notes, and snippets.

@malthejorgensen
Created November 14, 2013 15:22
Show Gist options
  • Save malthejorgensen/7468656 to your computer and use it in GitHub Desktop.
Save malthejorgensen/7468656 to your computer and use it in GitHub Desktop.
`git diff` of Portal-HttpModule
diff --git a/build/Portal-HttpModule.build b/build/Portal-HttpModule.build
index 065dac8..4395f77 100644
--- a/build/Portal-HttpModule.build
+++ b/build/Portal-HttpModule.build
@@ -18,7 +18,7 @@
targetkind="dll"
logfile="ilmerge.log"
targetplatform="v4"
- targetplatformdirectory="C:\Windows\Microsoft.NET\Framework64\v4.0.30319">
+ targetplatformdirectory="C:\Windows\Microsoft.NET\Framework\v4.0.30319">
<librarypath>
<include name="..\lib\" />
diff --git a/src/app/CHAOS.Portal.Web/CHAOS.Portal.Web.csproj b/src/app/CHAOS.Portal.Web/CHAOS.Portal.Web.csproj
index 8f55164..912f7d2 100644
--- a/src/app/CHAOS.Portal.Web/CHAOS.Portal.Web.csproj
+++ b/src/app/CHAOS.Portal.Web/CHAOS.Portal.Web.csproj
@@ -101,7 +101,7 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
+ <!--<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />-->
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
@malthejorgensen
Copy link
Author

These were changes I made in order to build Portal-HttpModule, commit 84c8eb69531dcdee2ccc4a7983fbc45c5c15fad5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment