Sha256: 92c3fd0732dc7cae4e823a09c80714bae0211621bba052594c25fd34466a690b
Contents?: true
Size: 1.81 KB
Versions: 57
Compression:
Stored size: 1.81 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{EE039365-7C14-4574-B1A8-D64FB1E83DB2}</ProjectGuid> <OutputType>Library</OutputType> <RootNamespace>Hylla</RootNamespace> <AssemblyName>Hylla</AssemblyName> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug</OutputPath> <DefineConstants>DEBUG</DefineConstants> <ErrorReport>prompt</ErrorReport> <ConsolePause>false</ConsolePause> <Tailcalls>false</Tailcalls> <PlatformTarget> </PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>false</DebugSymbols> <DebugType>none</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release</OutputPath> <ErrorReport>prompt</ErrorReport> <PlatformTarget> </PlatformTarget> <ConsolePause>false</ConsolePause> <Tailcalls>true</Tailcalls> </PropertyGroup> <ItemGroup> <Reference Include="mscorlib" /> <Reference Include="FSharp.Core" /> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Numerics" /> </ItemGroup> <ItemGroup> <Compile Include="AssemblyInfo.fs" /> <Compile Include="Component1.fs" /> <Compile Include="Script.fsx" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1\Framework\v4.0\Microsoft.FSharp.Targets" /> </Project>
Version data entries
57 entries across 57 versions & 1 rubygems