diff options
author | David Miller <dmiller2718@gmail.com> | 2009-10-16 22:32:06 -0500 |
---|---|---|
committer | David Miller <dmiller2718@gmail.com> | 2009-10-16 22:32:06 -0500 |
commit | b9c7820e64d4e5b86c837b25800cf61094ad2517 (patch) | |
tree | 3331479011111c5cd3f58d975e5bdf780cff9d2d /ClojureCLR/Clojure/Clojure.Tests/Clojure.Tests.csproj | |
parent | 0ef485fc1e2c80d6d531b5f8874f051e0f4c7d0a (diff) |
Removing ClojureCLR (Moved to http://github.com/richhickey/clojure-clr)
Diffstat (limited to 'ClojureCLR/Clojure/Clojure.Tests/Clojure.Tests.csproj')
-rw-r--r-- | ClojureCLR/Clojure/Clojure.Tests/Clojure.Tests.csproj | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/ClojureCLR/Clojure/Clojure.Tests/Clojure.Tests.csproj b/ClojureCLR/Clojure/Clojure.Tests/Clojure.Tests.csproj deleted file mode 100644 index 4bcb0f54..00000000 --- a/ClojureCLR/Clojure/Clojure.Tests/Clojure.Tests.csproj +++ /dev/null @@ -1,123 +0,0 @@ -<?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="FixtureSetupClass.cs" />
- <Compile Include="LibTests\EnumeratorSeqTests.cs" />
- <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\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\LazySeqTests.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\StreamTests.cs" />
- <Compile Include="LibTests\StringSeqTests.cs" />
- <Compile Include="LibTests\SymbolTests.cs" />
- <Compile Include="LibTests\TestTest.cs" />
- <Compile Include="ReaderTests\LineNumberingTextReaderTests.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>
\ No newline at end of file |