~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/MonoMac.CFNetwork.Test.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{D7C26BE0-9517-4773-954C-4E74A53BEA09}</ProjectGuid>
 
9
    <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
10
    <OutputType>Exe</OutputType>
 
11
    <RootNamespace>MonoMac.CFNetwork.Test</RootNamespace>
 
12
    <AssemblyName>MonoMac.CFNetwork.Test</AssemblyName>
 
13
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
16
    <DebugSymbols>true</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>false</Optimize>
 
19
    <OutputPath>bin\</OutputPath>
 
20
    <DefineConstants>DEBUG;</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
    <EnablePackageSigning>false</EnablePackageSigning>
 
24
    <IncludeMonoRuntime>false</IncludeMonoRuntime>
 
25
    <ConsolePause>false</ConsolePause>
 
26
    <EnableCodeSigning>false</EnableCodeSigning>
 
27
    <CreatePackage>false</CreatePackage>
 
28
    <CodeSigningKey>Mac Developer</CodeSigningKey>
 
29
    <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
 
30
    <LinkMode>SdkOnly</LinkMode>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
33
    <DebugType>none</DebugType>
 
34
    <Optimize>true</Optimize>
 
35
    <OutputPath>bin\</OutputPath>
 
36
    <ErrorReport>prompt</ErrorReport>
 
37
    <WarningLevel>4</WarningLevel>
 
38
    <EnablePackageSigning>false</EnablePackageSigning>
 
39
    <IncludeMonoRuntime>false</IncludeMonoRuntime>
 
40
    <LinkMode>Full</LinkMode>
 
41
    <ConsolePause>false</ConsolePause>
 
42
    <EnableCodeSigning>false</EnableCodeSigning>
 
43
    <CreatePackage>false</CreatePackage>
 
44
    <CodeSigningKey>Mac Developer</CodeSigningKey>
 
45
  </PropertyGroup>
 
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
 
47
    <DebugType>none</DebugType>
 
48
    <Optimize>true</Optimize>
 
49
    <OutputPath>bin\</OutputPath>
 
50
    <ErrorReport>prompt</ErrorReport>
 
51
    <WarningLevel>4</WarningLevel>
 
52
    <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
 
53
    <IncludeMonoRuntime>true</IncludeMonoRuntime>
 
54
    <LinkMode>Full</LinkMode>
 
55
    <EnablePackageSigning>true</EnablePackageSigning>
 
56
    <ConsolePause>false</ConsolePause>
 
57
    <EnableCodeSigning>true</EnableCodeSigning>
 
58
    <CreatePackage>true</CreatePackage>
 
59
    <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
 
60
  </PropertyGroup>
 
61
  <ItemGroup>
 
62
    <Reference Include="System" />
 
63
    <Reference Include="System.Xml" />
 
64
    <Reference Include="System.Core" />
 
65
    <Reference Include="System.Xml.Linq" />
 
66
    <Reference Include="System.Drawing" />
 
67
    <Reference Include="nunit.framework">
 
68
      <HintPath>..\AsyncTests\lib\nunit.framework.dll</HintPath>
 
69
    </Reference>
 
70
    <Reference Include="Mono.Addins">
 
71
      <HintPath>..\AsyncTests\lib\Mono.Addins.dll</HintPath>
 
72
    </Reference>
 
73
    <Reference Include="System.Configuration" />
 
74
    <Reference Include="System.Net.Http" />
 
75
    <Reference Include="MonoMac">
 
76
      <HintPath>..\..\src\MonoMac.dll</HintPath>
 
77
    </Reference>
 
78
    <Reference Include="MonoMac.CFNetwork">
 
79
      <HintPath>..\..\src\MonoMac.CFNetwork.dll</HintPath>
 
80
    </Reference>
 
81
  </ItemGroup>
 
82
  <ItemGroup>
 
83
    <Compile Include="MainWindow.cs" />
 
84
    <Compile Include="MainWindowController.cs" />
 
85
    <Compile Include="MainWindow.designer.cs">
 
86
      <DependentUpon>MainWindow.cs</DependentUpon>
 
87
    </Compile>
 
88
    <Compile Include="Main.cs" />
 
89
    <Compile Include="AppDelegate.cs" />
 
90
    <Compile Include="AppDelegate.designer.cs">
 
91
      <DependentUpon>AppDelegate.cs</DependentUpon>
 
92
    </Compile>
 
93
    <Compile Include="Views\GetStringView.designer.cs">
 
94
      <DependentUpon>GetStringView.cs</DependentUpon>
 
95
    </Compile>
 
96
    <Compile Include="Views\DownloadDataView.designer.cs">
 
97
      <DependentUpon>DownloadDataView.cs</DependentUpon>
 
98
    </Compile>
 
99
    <Compile Include="Views\CheckHeadersView.designer.cs">
 
100
      <DependentUpon>CheckHeadersView.cs</DependentUpon>
 
101
    </Compile>
 
102
    <Compile Include="Views\URLView.designer.cs">
 
103
      <DependentUpon>URLView.cs</DependentUpon>
 
104
    </Compile>
 
105
    <Compile Include="Views\Preferences.designer.cs">
 
106
      <DependentUpon>Preferences.cs</DependentUpon>
 
107
    </Compile>
 
108
    <Compile Include="Views\LogViewer.designer.cs">
 
109
      <DependentUpon>LogViewer.cs</DependentUpon>
 
110
    </Compile>
 
111
    <Compile Include="Views\UnitTestRunner.designer.cs">
 
112
      <DependentUpon>UnitTestRunner.cs</DependentUpon>
 
113
    </Compile>
 
114
    <Compile Include="CFNetworkTestAddin.cs" />
 
115
    <Compile Include="UnitTests\UnitTestDelegate.cs" />
 
116
    <Compile Include="UnitTests\ResultWrapper.cs" />
 
117
    <Compile Include="UnitTests\UnitTestDataSource.cs" />
 
118
    <Compile Include="Views\DownloadDataView.cs" />
 
119
    <Compile Include="Views\CheckHeadersView.cs" />
 
120
    <Compile Include="Views\CheckHeadersViewController.cs" />
 
121
    <Compile Include="Views\DownloadDataViewController.cs" />
 
122
    <Compile Include="Views\GetStringView.cs" />
 
123
    <Compile Include="Views\GetStringViewController.cs" />
 
124
    <Compile Include="Views\HeaderTableDataSource.cs" />
 
125
    <Compile Include="Views\IAsyncViewController.cs" />
 
126
    <Compile Include="Views\LogViewer.cs" />
 
127
    <Compile Include="Views\LogViewerController.cs" />
 
128
    <Compile Include="Views\Preferences.cs" />
 
129
    <Compile Include="Views\PreferencesController.cs" />
 
130
    <Compile Include="Views\UnitTestRunner.cs" />
 
131
    <Compile Include="Views\UnitTestRunnerController.cs" />
 
132
    <Compile Include="Views\URLListDataSource.cs" />
 
133
    <Compile Include="Views\URLView.cs" />
 
134
    <Compile Include="Views\URLViewController.cs" />
 
135
    <Compile Include="Views\BenchmarkView.cs" />
 
136
    <Compile Include="Views\BenchmarkViewController.cs" />
 
137
    <Compile Include="Views\BenchmarkView.designer.cs">
 
138
      <DependentUpon>BenchmarkView.cs</DependentUpon>
 
139
    </Compile>
 
140
    <Compile Include="Models\AsyncTaskRunner.cs" />
 
141
    <Compile Include="Models\GetStringRunner.cs" />
 
142
    <Compile Include="Models\CheckHeadersRunner.cs" />
 
143
    <Compile Include="Models\DownloadDataRunner.cs" />
 
144
    <Compile Include="Models\AsyncTaskRunnerController.cs" />
 
145
    <Compile Include="Models\BenchmarkRunner.cs" />
 
146
    <Compile Include="Models\SimpleTaskRunner.cs" />
 
147
    <Compile Include="Views\CategoryDataSource.cs" />
 
148
  </ItemGroup>
 
149
  <ItemGroup>
 
150
    <InterfaceDefinition Include="MainWindow.xib" />
 
151
    <InterfaceDefinition Include="MainMenu.xib" />
 
152
    <InterfaceDefinition Include="Views\CheckHeadersView.xib" />
 
153
    <InterfaceDefinition Include="Views\DownloadDataView.xib" />
 
154
    <InterfaceDefinition Include="Views\GetStringView.xib" />
 
155
    <InterfaceDefinition Include="Views\LogViewer.xib" />
 
156
    <InterfaceDefinition Include="Views\Preferences.xib" />
 
157
    <InterfaceDefinition Include="Views\UnitTestRunner.xib" />
 
158
    <InterfaceDefinition Include="Views\URLView.xib" />
 
159
    <InterfaceDefinition Include="Views\BenchmarkView.xib" />
 
160
  </ItemGroup>
 
161
  <ItemGroup>
 
162
    <None Include="Info.plist" />
 
163
  </ItemGroup>
 
164
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
165
  <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
 
166
  <ProjectExtensions>
 
167
    <MonoDevelop>
 
168
      <Properties>
 
169
        <Policies>
 
170
          <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" />
 
171
        </Policies>
 
172
      </Properties>
 
173
    </MonoDevelop>
 
174
  </ProjectExtensions>
 
175
  <ItemGroup>
 
176
    <Folder Include="UnitTests\" />
 
177
    <Folder Include="Views\" />
 
178
    <Folder Include="Models\" />
 
179
  </ItemGroup>
 
180
  <ItemGroup>
 
181
    <ProjectReference Include="AsyncTests.Framework\AsyncTests.Framework.csproj">
 
182
      <Project>{BEC2B807-EF3B-4013-B828-B3BB2AC1620D}</Project>
 
183
      <Name>AsyncTests.Framework</Name>
 
184
    </ProjectReference>
 
185
    <ProjectReference Include="AsyncTests.HttpClientTests\AsyncTests.HttpClientTests.csproj">
 
186
      <Project>{1B0D227D-A57F-4112-B510-7BCA8AE0D114}</Project>
 
187
      <Name>AsyncTests.HttpClientTests</Name>
 
188
    </ProjectReference>
 
189
  </ItemGroup>
 
190
</Project>