Skip to content

Commit

Permalink
update to FAKE 68ae806a1669083feb32445237e463b0d3474fec
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Mar 7, 2012
1 parent 2596076 commit c371254
Show file tree
Hide file tree
Showing 5 changed files with 551 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Target "Version" (fun _ ->
for l in libs do
AssemblyInfo (fun p -> { p with
OutputFileName = l @@ "Properties\\AssemblyInfo.cs"
CLSCompliant = true
CLSCompliant = Some true
AssemblyTitle = l
AssemblyDescription = l
AssemblyProduct = l
Expand Down
Binary file modified lib/FAKE.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/FAKE.exe.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="MSBuildPath" value="c:\Windows\Microsoft.NET\Framework\v4.0.30319\;c:\Windows\Microsoft.NET\Framework\v4.0.30128\;c:\Windows\Microsoft.NET\Framework\v3.5\" />
<add key="MSBuildPath" value="[SystemRoot]\Microsoft.NET\Framework\v4.0.30319\;[SystemRoot]\Microsoft.NET\Framework\v4.0.30128\;[SystemRoot]\Microsoft.NET\Framework\v3.5\" />
<add key="FSIPath" value=".\tools\FSharp\;.\lib\FSharp\;[ProgramFiles]\Microsoft F#\v4.0\;[ProgramFilesX86]\Microsoft F#\v4.0\;[ProgramFiles]\FSharp-2.0.0.0\bin\;[ProgramFilesX86]\FSharp-2.0.0.0\bin\;[ProgramFiles]\FSharp-1.9.9.9\bin\;[ProgramFilesX86]\FSharp-1.9.9.9\bin\" />
<add key="GitPath" value="[ProgramFilesX86]\Git\bin\;[ProgramFiles]\Git\bin\" />
</appSettings>
Expand Down
Loading

0 comments on commit c371254

Please sign in to comment.