Created
November 14, 2013 15:22
-
-
Save malthejorgensen/7468656 to your computer and use it in GitHub Desktop.
`git diff` of Portal-HttpModule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These were changes I made in order to build Portal-HttpModule, commit 84c8eb69531dcdee2ccc4a7983fbc45c5c15fad5