1+ <?xml version =" 1.0" encoding =" utf-8" standalone =" yes" ?>
2+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" ToolsVersion =" 4.0" >
3+ <PropertyGroup >
4+ <ProductVersion >3.5</ProductVersion >
5+ <RootNamespace >Swift</RootNamespace >
6+ <ProjectGuid >{6f87c50f-069a-4e56-9b2e-044cbb68cc83}</ProjectGuid >
7+ <OutputType >StaticLibrary</OutputType >
8+ <AssemblyName >Swift</AssemblyName >
9+ <AllowGlobals >False</AllowGlobals >
10+ <AllowLegacyWith >False</AllowLegacyWith >
11+ <AllowLegacyOutParams >False</AllowLegacyOutParams >
12+ <AllowLegacyCreate >False</AllowLegacyCreate >
13+ <AllowUnsafeCode >False</AllowUnsafeCode >
14+ <Configuration Condition =" '$(Configuration)' == ''" >Release</Configuration >
15+ <DefaultUses >Foundation;RemObjects.Elements.System;rtl</DefaultUses >
16+ <SDK >iOS</SDK >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
19+ <Optimize >false</Optimize >
20+ <OutputPath >.\bin\Debug</OutputPath >
21+ <DefineConstants >DEBUG;TRACE;</DefineConstants >
22+ <GenerateDebugInfo >True</GenerateDebugInfo >
23+ <EnableAsserts >True</EnableAsserts >
24+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
25+ <CaptureConsoleOutput >False</CaptureConsoleOutput >
26+ <StartMode >Project</StartMode >
27+ <RegisterForComInterop >False</RegisterForComInterop >
28+ <CpuType >anycpu</CpuType >
29+ <RuntimeVersion >v25</RuntimeVersion >
30+ <XmlDoc >False</XmlDoc >
31+ <XmlDocWarningLevel >WarningOnPublicMembers</XmlDocWarningLevel >
32+ <EnableUnmanagedDebugging >False</EnableUnmanagedDebugging >
33+ <WarnOnCaseMismatch >True</WarnOnCaseMismatch >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
36+ <Optimize >true</Optimize >
37+ <OutputPath >.\bin\Release</OutputPath >
38+ <GenerateDebugInfo >True</GenerateDebugInfo >
39+ <EnableAsserts >False</EnableAsserts >
40+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
41+ <CaptureConsoleOutput >False</CaptureConsoleOutput >
42+ <StartMode >Project</StartMode >
43+ <RegisterForComInterop >False</RegisterForComInterop >
44+ <CpuType >anycpu</CpuType >
45+ <RuntimeVersion >v25</RuntimeVersion >
46+ <XmlDoc >False</XmlDoc >
47+ <XmlDocWarningLevel >WarningOnPublicMembers</XmlDocWarningLevel >
48+ <EnableUnmanagedDebugging >False</EnableUnmanagedDebugging >
49+ <WarnOnCaseMismatch >True</WarnOnCaseMismatch >
50+ <DefineConstants >SIGN</DefineConstants >
51+ </PropertyGroup >
52+ <ItemGroup >
53+ <Reference Include =" gc" />
54+ <Reference Include =" Island" />
55+ <Reference Include =" rtl" />
56+ </ItemGroup >
57+ <Import Project =" $(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Island.Darwin.targets" />
58+ <Import Project =" Swift.Shared.projitems" Label =" Swift.Shared" />
59+ </Project >
0 commit comments