Fix transcript in transfer window.
[cyberduck.git] / test / ch / cyberduck / Test.csproj
blobcaaac7c2f2c4c8ac86c560d7039b33701ff7c34f
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
3   <PropertyGroup>\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
15   </PropertyGroup>\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
24   </PropertyGroup>\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
32   </PropertyGroup>\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
43   </PropertyGroup>\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
52   </PropertyGroup>\r
53   <ItemGroup>\r
54     <Reference Include="core">\r
55       <HintPath>..\..\..\build\core.dll</HintPath>\r
56     </Reference>\r
57     <Reference Include="IKVM.OpenJDK.Core">\r
58       <HintPath>..\..\..\lib\ikvmbin-8.1.5561\bin\IKVM.OpenJDK.Core.dll</HintPath>\r
59     </Reference>\r
60     <Reference Include="IKVM.Runtime">\r
61       <HintPath>..\..\..\lib\ikvmbin-8.1.5561\bin\IKVM.Runtime.dll</HintPath>\r
62     </Reference>\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
66     </Reference>\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
75   </ItemGroup>\r
76   <ItemGroup>\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
80   </ItemGroup>\r
81   <ItemGroup>\r
82     <ProjectReference Include="..\..\..\source\ch\cyberduck\Cyberduck.csproj">\r
83       <Project>{04AFCFBB-97D5-44EA-B087-F0CFAEB51E30}</Project>\r
84       <Name>Cyberduck</Name>\r
85     </ProjectReference>\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
89     </ProjectReference>\r
90   </ItemGroup>\r
91   <ItemGroup>\r
92     <Folder Include="Properties\" />\r
93   </ItemGroup>\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
98   </Target>\r
99   <Target Name="AfterBuild">\r
100   </Target>\r
101   -->\r
102 </Project>