Statistics
| Branch: | Revision:

root / trunk / hammock / src / net35 / Hammock.Tests / Hammock.Tests.csproj @ 0eea575a

History | View | Annotate | Download (6.8 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>9.0.30729</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{960E427F-67E0-42A5-86ED-FC6A342CDCB2}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Hammock.Tests</RootNamespace>
12
    <AssemblyName>Hammock.Tests</AssemblyName>
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <SignAssembly>true</SignAssembly>
16
    <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
17
    <FileUpgradeFlags>
18
    </FileUpgradeFlags>
19
    <OldToolsVersion>3.5</OldToolsVersion>
20
    <UpgradeBackupLocation />
21
    <PublishUrl>publish\</PublishUrl>
22
    <Install>true</Install>
23
    <InstallFrom>Disk</InstallFrom>
24
    <UpdateEnabled>false</UpdateEnabled>
25
    <UpdateMode>Foreground</UpdateMode>
26
    <UpdateInterval>7</UpdateInterval>
27
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28
    <UpdatePeriodically>false</UpdatePeriodically>
29
    <UpdateRequired>false</UpdateRequired>
30
    <MapFileExtensions>true</MapFileExtensions>
31
    <ApplicationRevision>0</ApplicationRevision>
32
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33
    <IsWebBootstrapper>false</IsWebBootstrapper>
34
    <UseApplicationTrust>false</UseApplicationTrust>
35
    <BootstrapperEnabled>true</BootstrapperEnabled>
36
  </PropertyGroup>
37
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38
    <DebugSymbols>true</DebugSymbols>
39
    <DebugType>full</DebugType>
40
    <Optimize>false</Optimize>
41
    <OutputPath>bin\Debug\</OutputPath>
42
    <DefineConstants>DEBUG;TRACE</DefineConstants>
43
    <ErrorReport>prompt</ErrorReport>
44
    <WarningLevel>4</WarningLevel>
45
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48
    <DebugType>pdbonly</DebugType>
49
    <Optimize>true</Optimize>
50
    <OutputPath>bin\Release\</OutputPath>
51
    <DefineConstants>TRACE</DefineConstants>
52
    <ErrorReport>prompt</ErrorReport>
53
    <WarningLevel>4</WarningLevel>
54
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55
  </PropertyGroup>
56
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mono|AnyCPU' ">
57
    <OutputPath>bin\Mono\</OutputPath>
58
    <DefineConstants>TRACE</DefineConstants>
59
    <Optimize>true</Optimize>
60
    <DebugType>pdbonly</DebugType>
61
    <PlatformTarget>AnyCPU</PlatformTarget>
62
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64
    <ErrorReport>prompt</ErrorReport>
65
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66
  </PropertyGroup>
67
  <ItemGroup>
68
    <Reference Include="Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69
      <SpecificVersion>False</SpecificVersion>
70
      <HintPath>..\..\..\lib\Newtonsoft.Json.dll</HintPath>
71
    </Reference>
72
    <Reference Include="Newtonsoft.Json.Net35">
73
      <HintPath>..\..\..\lib\Newtonsoft.Json.Net35.dll</HintPath>
74
    </Reference>
75
    <Reference Include="nunit.framework, Version=2.5.1.9189, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
76
      <SpecificVersion>False</SpecificVersion>
77
      <HintPath>..\..\..\lib\nunit.framework.dll</HintPath>
78
    </Reference>
79
    <Reference Include="System" />
80
    <Reference Include="System.configuration" />
81
    <Reference Include="System.Core">
82
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
83
    </Reference>
84
    <Reference Include="System.Web" />
85
    <Reference Include="System.Xml.Linq">
86
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
87
    </Reference>
88
    <Reference Include="System.Data.DataSetExtensions">
89
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
90
    </Reference>
91
    <Reference Include="System.Data" />
92
    <Reference Include="System.Xml" />
93
  </ItemGroup>
94
  <ItemGroup>
95
    <Compile Include="Helpers\TimeExtensions.cs" />
96
    <Compile Include="Postmark\Converters\NameValueCollectionConverter.cs" />
97
    <Compile Include="Postmark\Converters\UnicodeJsonStringConverter.cs" />
98
    <Compile Include="Helpers\TestExtensions.cs" />
99
    <Compile Include="OAuth\OAuthToolsTests.cs" />
100
    <Compile Include="Postmark\PostmarkMessage.cs" />
101
    <Compile Include="Postmark\PostmarkResponse.cs" />
102
    <Compile Include="Postmark\PostmarkStatus.cs" />
103
    <Compile Include="RestClientTests.cs" />
104
    <Compile Include="Properties\AssemblyInfo.cs" />
105
  </ItemGroup>
106
  <ItemGroup>
107
    <ProjectReference Include="..\Hammock\Hammock.csproj">
108
      <Project>{6679078A-C585-4CB6-96E9-908DBDAA2716}</Project>
109
      <Name>Hammock %28.NET 3.5\Hammock%29</Name>
110
    </ProjectReference>
111
  </ItemGroup>
112
  <ItemGroup>
113
    <None Include="app.config.example" />
114
    <None Include="app.config" />
115
    <None Include="key.snk" />
116
    <Compile Include="Attributes\Validation\BooleanToIntegerTests.cs" />
117
    <Compile Include="Attributes\Validation\DateTimeFormatTests.cs" />
118
    <Compile Include="Attributes\Validation\RequiredAttributeTests.cs" />
119
    <Compile Include="Attributes\Validation\SpecificationAttributeTests.cs" />
120
  </ItemGroup>
121
  <ItemGroup>
122
    <Content Include="_failwhale.jpg">
123
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
124
    </Content>
125
    <Content Include="_profile.jpg">
126
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
127
    </Content>
128
  </ItemGroup>
129
  <ItemGroup>
130
    <Folder Include="Attributes\Specialized\" />
131
  </ItemGroup>
132
  <ItemGroup>
133
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
134
      <Visible>False</Visible>
135
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
136
      <Install>false</Install>
137
    </BootstrapperPackage>
138
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
139
      <Visible>False</Visible>
140
      <ProductName>.NET Framework 3.5 SP1</ProductName>
141
      <Install>true</Install>
142
    </BootstrapperPackage>
143
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
144
      <Visible>False</Visible>
145
      <ProductName>Windows Installer 3.1</ProductName>
146
      <Install>true</Install>
147
    </BootstrapperPackage>
148
  </ItemGroup>
149
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
151
       Other similar extension points exist, see Microsoft.Common.targets.
152
  <Target Name="BeforeBuild">
153
  </Target>
154
  <Target Name="AfterBuild">
155
  </Target>
156
  -->
157
</Project>