/iBlue.ResxHelper/Src/iBlue.ResxGenerator.fsproj
MSBuild | 63 lines | 56 code | 0 blank | 7 comment | 0 complexity | 7a8ecaf688c96620abd57a8ea82862c0 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> 6 <ProductVersion>8.0.30703</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{d34c3e34-0cd0-4ac6-aeb3-da7165f56b0e}</ProjectGuid> 9 <OutputType>Exe</OutputType> 10 <RootNamespace>ResxHelper</RootNamespace> 11 <AssemblyName>ResxHelper</AssemblyName> 12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 13 <TargetFrameworkProfile> 14 </TargetFrameworkProfile> 15 <Name>ResxHelper</Name> 16 </PropertyGroup> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 18 <DebugSymbols>true</DebugSymbols> 19 <DebugType>full</DebugType> 20 <Optimize>false</Optimize> 21 <Tailcalls>false</Tailcalls> 22 <OutputPath>bin\Debug\</OutputPath> 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 <WarningLevel>3</WarningLevel> 25 <PlatformTarget>x86</PlatformTarget> 26 <DocumentationFile>bin\Debug\ResxHelper.XML</DocumentationFile> 27 <StartArguments> 28 </StartArguments> 29 </PropertyGroup> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 31 <DebugType>pdbonly</DebugType> 32 <Optimize>true</Optimize> 33 <Tailcalls>true</Tailcalls> 34 <OutputPath>bin\Release\</OutputPath> 35 <DefineConstants>TRACE</DefineConstants> 36 <WarningLevel>3</WarningLevel> 37 <PlatformTarget>x86</PlatformTarget> 38 <DocumentationFile>bin\Release\ResxHelper.XML</DocumentationFile> 39 </PropertyGroup> 40 <Import Project="$(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets" Condition="!Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" /> 41 <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" Condition=" Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" /> 42 <ItemGroup> 43 <Compile Include="AsyncHelpers.fs" /> 44 <None Include="ResxGenerator.fsx" /> 45 <Compile Include="Program.fs" /> 46 <Content Include="german.txt"> 47 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 48 </Content> 49 </ItemGroup> 50 <ItemGroup> 51 <Reference Include="mscorlib" /> 52 <Reference Include="FSharp.Core" /> 53 <Reference Include="System" /> 54 <Reference Include="System.Core" /> 55 </ItemGroup> 56 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 57 Other similar extension points exist, see Microsoft.Common.targets. 58 <Target Name="BeforeBuild"> 59 </Target> 60 <Target Name="AfterBuild"> 61 </Target> 62 --> 63</Project>