1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <ProductVersion>8.0.30703</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{18C4C52D-F639-4A5E-A8B6-FC2950C8DC91}</ProjectGuid>
\r
9 <OutputType>Library</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>Ch.Cyberduck</RootNamespace>
\r
12 <AssemblyName>Test</AssemblyName>
\r
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
\r
14 <FileAlignment>512</FileAlignment>
\r
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
17 <DebugSymbols>true</DebugSymbols>
\r
18 <DebugType>full</DebugType>
\r
19 <Optimize>false</Optimize>
\r
20 <OutputPath>..\..\..\build\Debug\AnyCPU\</OutputPath>
\r
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
22 <ErrorReport>prompt</ErrorReport>
\r
23 <WarningLevel>4</WarningLevel>
\r
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
26 <DebugType>pdbonly</DebugType>
\r
27 <Optimize>true</Optimize>
\r
28 <OutputPath>..\..\..\build\</OutputPath>
\r
29 <DefineConstants>TRACE</DefineConstants>
\r
30 <ErrorReport>prompt</ErrorReport>
\r
31 <WarningLevel>4</WarningLevel>
\r
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
\r
34 <DebugSymbols>true</DebugSymbols>
\r
35 <OutputPath>..\..\..\build\</OutputPath>
\r
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
37 <DebugType>full</DebugType>
\r
38 <PlatformTarget>x86</PlatformTarget>
\r
39 <ErrorReport>prompt</ErrorReport>
\r
40 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
\r
41 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
\r
42 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
\r
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
\r
45 <OutputPath>..\..\..\build\</OutputPath>
\r
46 <DefineConstants>TRACE</DefineConstants>
\r
47 <Optimize>true</Optimize>
\r
48 <DebugType>pdbonly</DebugType>
\r
49 <PlatformTarget>x86</PlatformTarget>
\r
50 <ErrorReport>prompt</ErrorReport>
\r
51 <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
\r
54 <Reference Include="core">
\r
55 <HintPath>..\..\..\build\core.dll</HintPath>
\r
57 <Reference Include="IKVM.OpenJDK.Core">
\r
58 <HintPath>..\..\..\lib\ikvmbin-8.1.5561\bin\IKVM.OpenJDK.Core.dll</HintPath>
\r
60 <Reference Include="IKVM.Runtime">
\r
61 <HintPath>..\..\..\lib\ikvmbin-8.1.5561\bin\IKVM.Runtime.dll</HintPath>
\r
63 <Reference Include="nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
\r
64 <SpecificVersion>False</SpecificVersion>
\r
65 <HintPath>..\..\..\lib\ext\nunit.framework.dll</HintPath>
\r
67 <Reference Include="System" />
\r
68 <Reference Include="System.Core" />
\r
69 <Reference Include="System.Drawing" />
\r
70 <Reference Include="System.Xml.Linq" />
\r
71 <Reference Include="System.Data.DataSetExtensions" />
\r
72 <Reference Include="Microsoft.CSharp" />
\r
73 <Reference Include="System.Data" />
\r
74 <Reference Include="System.Xml" />
\r
77 <Compile Include="core\ssl\HostnameVerifierTest.cs" />
\r
78 <Compile Include="ui\controller\KeychainTest.cs" />
\r
79 <Compile Include="ui\controller\PersistentFormHandlerTest.cs" />
\r
82 <ProjectReference Include="..\..\..\source\ch\cyberduck\Cyberduck.csproj">
\r
83 <Project>{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}</Project>
\r
84 <Name>Cyberduck</Name>
\r
86 <ProjectReference Include="..\..\..\source\ch\cyberduck\Windows Core.csproj">
\r
87 <Project>{ac161b73-0b4b-4a32-b0d7-205ac89d83a5}</Project>
\r
88 <Name>Windows Core</Name>
\r
92 <Folder Include="Properties\" />
\r
94 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
95 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
96 Other similar extension points exist, see Microsoft.Common.targets.
\r
97 <Target Name="BeforeBuild">
\r
99 <Target Name="AfterBuild">
\r