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 >{CDDEBE6E-6B6B-4EF7-B2E1-57239C443426}</ProjectGuid >
7+ <OutputType >Library</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 >System.Collections.Generic;System.Linq</DefaultUses >
16+ <TargetFramework >.NETStandard1.3</TargetFramework >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
19+ <Optimize >false</Optimize >
20+ <OutputPath >.\bin\Debug</OutputPath >
21+ <DefineConstants >DEBUG;TRACE;</DefineConstants >
22+ <GeneratePDB >True</GeneratePDB >
23+ <GenerateMDB >True</GenerateMDB >
24+ <EnableAsserts >True</EnableAsserts >
25+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
26+ <CaptureConsoleOutput >False</CaptureConsoleOutput >
27+ <StartMode >Project</StartMode >
28+ <RegisterForComInterop >False</RegisterForComInterop >
29+ <CpuType >anycpu</CpuType >
30+ <RuntimeVersion >v25</RuntimeVersion >
31+ <XmlDoc >False</XmlDoc >
32+ <XmlDocWarningLevel >WarningOnPublicMembers</XmlDocWarningLevel >
33+ <EnableUnmanagedDebugging >False</EnableUnmanagedDebugging >
34+ <WarnOnCaseMismatch >True</WarnOnCaseMismatch >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
37+ <Optimize >true</Optimize >
38+ <OutputPath >.\bin\Release</OutputPath >
39+ <GeneratePDB >True</GeneratePDB >
40+ <GenerateMDB >True</GenerateMDB >
41+ <EnableAsserts >False</EnableAsserts >
42+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
43+ <CaptureConsoleOutput >False</CaptureConsoleOutput >
44+ <StartMode >Project</StartMode >
45+ <RegisterForComInterop >False</RegisterForComInterop >
46+ <CpuType >anycpu</CpuType >
47+ <RuntimeVersion >v25</RuntimeVersion >
48+ <XmlDoc >False</XmlDoc >
49+ <XmlDocWarningLevel >WarningOnPublicMembers</XmlDocWarningLevel >
50+ <EnableUnmanagedDebugging >False</EnableUnmanagedDebugging >
51+ <WarnOnCaseMismatch >True</WarnOnCaseMismatch >
52+ <DefineConstants >SIGN</DefineConstants >
53+ </PropertyGroup >
54+ <ItemGroup >
55+ <Reference Include =" Echoes" >
56+ <Private >True</Private >
57+ </Reference >
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" __AssemblyInfo.swift" />
61+ </ItemGroup >
62+ <Import Project =" $(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets" />
63+ <Import Project =" Swift.Shared.projitems" Label =" Swift.Shared" />
64+ </Project >
0 commit comments