1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{656E1517-B0CA-47B4-B068-3DF43DC41F8A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Clojure.Tests</RootNamespace>
<AssemblyName>Clojure.Tests</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkSubset>
</TargetFrameworkSubset>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\dev\RhinoMocks\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\dev\RhinoMocks\Castle.DynamicProxy2.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\dev\RhinoMocks\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="vjslib" />
</ItemGroup>
<ItemGroup>
<Compile Include="LibTests\AFnImplTests.cs" />
<Compile Include="LibTests\AgentTests.cs" />
<Compile Include="LibTests\APersistentVectorTests.cs" />
<Compile Include="LibTests\AReferenceTests.cs" />
<Compile Include="LibTests\ARefTests.cs" />
<Compile Include="LibTests\ArraySeqTests.cs" />
<Compile Include="LibTests\ArrayStreamTests.cs" />
<Compile Include="LibTests\AtomTests.cs" />
<Compile Include="LibTests\CachedSeqTests.cs" />
<Compile Include="LibTests\ConsTests.cs" />
<Compile Include="LibTests\DelayTests.cs" />
<Compile Include="LibTests\FnSeqTests.cs" />
<Compile Include="LibTests\IObjTests.cs" />
<Compile Include="LibTests\ISeqTestHelper.cs" />
<Compile Include="LibTests\IteratorStreamTests.cs" />
<Compile Include="LibTests\KeywordTests.cs" />
<Compile Include="LibTests\LazilyPersistentVectorTests.cs" />
<Compile Include="LibTests\LazyConsTests.cs" />
<Compile Include="LibTests\LispReaderTests.cs" />
<Compile Include="LibTests\LockingTransactionTests.cs" />
<Compile Include="LibTests\MapEntryTests.cs" />
<Compile Include="LibTests\NamespaceTests.cs" />
<Compile Include="LibTests\NumbersTests.cs" />
<Compile Include="LibTests\ObjTests.cs" />
<Compile Include="LibTests\PersistentArrayMapTests.cs" />
<Compile Include="LibTests\PersistentHashMapTests.cs" />
<Compile Include="LibTests\PersistentHashSetTests.cs" />
<Compile Include="LibTests\PersistentListTests.cs" />
<Compile Include="LibTests\PersistentQueueTests.cs" />
<Compile Include="LibTests\PersistentStructMapTests.cs" />
<Compile Include="LibTests\PersistentTreeMapTests.cs" />
<Compile Include="LibTests\PersistentTreeSetTests.cs" />
<Compile Include="LibTests\PersistentVectorTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="LibTests\RangeTests.cs" />
<Compile Include="LibTests\RefTests.cs" />
<Compile Include="LibTests\RestFnImplTests.cs" />
<Compile Include="LibTests\RestFnTests.cs" />
<Compile Include="LibTests\StreamSeqTests.cs" />
<Compile Include="LibTests\StringSeqTests.cs" />
<Compile Include="LibTests\SymbolTests.cs" />
<Compile Include="LibTests\TestTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Clojure\Clojure.csproj">
<Project>{B8089F66-DFBD-4906-BEE0-B317689C2524}</Project>
<Name>Clojure</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
|