1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 12.0" >
3+ <PropertyGroup >
4+ <ProjectGuid >{7BA66A6B-1ED8-4B4C-970C-8928E891418B}</ProjectGuid >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <OutputType >Exe</OutputType >
8+ <RootNamespace >ICSharpCode.SharpDevelop.BuildWorker</RootNamespace >
9+ <AssemblyName >ICSharpCode.SharpDevelop.BuildWorker140</AssemblyName >
10+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
11+ <AllowUnsafeBlocks >False</AllowUnsafeBlocks >
12+ <NoStdLib >False</NoStdLib >
13+ <WarningLevel >4</WarningLevel >
14+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
15+ <OutputPath >..\..\..\bin\</OutputPath >
16+ <SignAssembly >True</SignAssembly >
17+ <AssemblyOriginatorKeyFile >..\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile >
18+ <DelaySign >False</DelaySign >
19+ <AssemblyOriginatorKeyMode >File</AssemblyOriginatorKeyMode >
20+ <RunCodeAnalysis >False</RunCodeAnalysis >
21+ <CodeAnalysisRules >-Microsoft.Globalization#CA1303</CodeAnalysisRules >
22+ <TargetFrameworkProfile >
23+ </TargetFrameworkProfile >
24+ <NoWin32Manifest >False</NoWin32Manifest >
25+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
28+ <DebugSymbols >true</DebugSymbols >
29+ <DebugType >Full</DebugType >
30+ <Optimize >False</Optimize >
31+ <CheckForOverflowUnderflow >True</CheckForOverflowUnderflow >
32+ <DefineConstants >DEBUG;TRACE</DefineConstants >
33+ <BaseIntermediateOutputPath >obj\</BaseIntermediateOutputPath >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
36+ <DebugSymbols >False</DebugSymbols >
37+ <DebugType >None</DebugType >
38+ <Optimize >True</Optimize >
39+ <CheckForOverflowUnderflow >False</CheckForOverflowUnderflow >
40+ <DefineConstants >TRACE</DefineConstants >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Platform)' == 'AnyCPU' " >
43+ <RegisterForComInterop >False</RegisterForComInterop >
44+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
45+ <BaseAddress >4194304</BaseAddress >
46+ <PlatformTarget >AnyCPU</PlatformTarget >
47+ <FileAlignment >4096</FileAlignment >
48+ <Prefer32Bit >True</Prefer32Bit >
49+ </PropertyGroup >
50+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.Targets" />
51+ <ItemGroup >
52+ <Reference Include =" Microsoft.Build, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
53+ <Reference Include =" Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
54+ <Reference Include =" System" />
55+ <Reference Include =" System.Core" />
56+ <Reference Include =" System.Windows.Forms" />
57+ <Reference Include =" System.Xml" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" ..\GlobalAssemblyInfo.cs" >
61+ <Link >Configuration\GlobalAssemblyInfo.cs</Link >
62+ </Compile >
63+ <Compile Include =" ..\ICSharpCode.SharpDevelop.BuildWorker\BuildJob.cs" >
64+ <Link >BuildJob.cs</Link >
65+ </Compile >
66+ <Compile Include =" ..\ICSharpCode.SharpDevelop.BuildWorker\EventSource.cs" >
67+ <Link >EventSource.cs</Link >
68+ </Compile >
69+ <Compile Include =" ..\ICSharpCode.SharpDevelop.BuildWorker\EventTypes.cs" >
70+ <Link >EventTypes.cs</Link >
71+ </Compile >
72+ <Compile Include =" ..\ICSharpCode.SharpDevelop.BuildWorker\ExtendedBinaryReader.cs" >
73+ <Link >ExtendedBinaryReader.cs</Link >
74+ </Compile >
75+ <Compile Include =" ..\ICSharpCode.SharpDevelop.BuildWorker\HostProcess.cs" >
76+ <Link >HostProcess.cs</Link >
77+ </Compile >
78+ <Compile Include =" ..\ICSharpCode.SharpDevelop.BuildWorker\MSBuild40.cs" >
79+ <Link >MSBuild40.cs</Link >
80+ </Compile >
81+ <Compile Include =" ..\ICSharpCode.SharpDevelop.BuildWorker\Program.cs" >
82+ <Link >Program.cs</Link >
83+ </Compile >
84+ <Compile Include =" Configuration\AssemblyInfo.cs" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <ProjectReference Include =" ..\Core\Project\ICSharpCode.Core.csproj" >
88+ <Project >{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project >
89+ <Name >ICSharpCode.Core</Name >
90+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
91+ </ProjectReference >
92+ </ItemGroup >
93+ <ItemGroup >
94+ <Folder Include =" Configuration" />
95+ </ItemGroup >
96+ <ItemGroup >
97+ <None Include =" app.config" />
98+ </ItemGroup >
99+ </Project >
0 commit comments