|
7 | 7 | <SchemaVersion>2.0</SchemaVersion> |
8 | 8 | <ProjectGuid>b1bdd96d-47e1-4e65-8107-fbae23a06db4</ProjectGuid> |
9 | 9 | <OutputType>Exe</OutputType> |
10 | | - <RootNamespace>FSharp.Compiler.Service.ProjectCracker</RootNamespace> |
11 | | - <AssemblyName>FSharp.Compiler.Service.ProjectCracker</AssemblyName> |
| 10 | + <RootNamespace>FSharp.Compiler.Service.ProjectCracker.Exe</RootNamespace> |
| 11 | + <AssemblyName>FSharp.Compiler.Service.ProjectCracker.Exe</AssemblyName> |
12 | 12 | <TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v4.5</TargetFrameworkVersion> |
13 | 13 | <TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir> |
15 | | - <Name>FSharp.Compiler.Service.ProjectCracker</Name> |
| 15 | + <Name>FSharp.Compiler.Service.ProjectCracker.Exe</Name> |
16 | 16 | <OtherFlags>$(OtherFlags) --staticlink:FSharp.Core</OtherFlags> |
17 | 17 | <NoWarn>$(NoWarn);40</NoWarn> |
18 | 18 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
29 | 29 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
30 | 30 | <WarningLevel>3</WarningLevel> |
31 | 31 | <PlatformTarget>AnyCPU</PlatformTarget> |
32 | | - <DocumentationFile>bin\Debug\FSharp.Compiler.Service.ProjectCracker.XML</DocumentationFile> |
| 32 | + <DocumentationFile>bin\Debug\FSharp.Compiler.Service.ProjectCracker.Exe.XML</DocumentationFile> |
33 | 33 | <Prefer32Bit>true</Prefer32Bit> |
34 | 34 | </PropertyGroup> |
35 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
40 | 40 | <DefineConstants>TRACE</DefineConstants> |
41 | 41 | <WarningLevel>3</WarningLevel> |
42 | 42 | <PlatformTarget>AnyCPU</PlatformTarget> |
43 | | - <DocumentationFile>bin\Release\FSharp.Compiler.Service.ProjectCracker.XML</DocumentationFile> |
| 43 | + <DocumentationFile>bin\Release\FSharp.Compiler.Service.ProjectCracker.Exe.XML</DocumentationFile> |
44 | 44 | <Prefer32Bit>true</Prefer32Bit> |
45 | 45 | </PropertyGroup> |
46 | 46 | <PropertyGroup> |
|
0 commit comments