Skip to content

Commit

Permalink
Renamed directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlawrence committed Mar 7, 2010
1 parent f5c481e commit 0711b7f
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 95 deletions.
190 changes: 95 additions & 95 deletions Cuke4Nuke/Specifications/Specifications.csproj
Original file line number Diff line number Diff line change
@@ -1,102 +1,102 @@
<?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.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F1BCCFD7-5B2D-4255-887C-BF06A03D4D2F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cuke4Nuke.Specifications</RootNamespace>
<AssemblyName>Cuke4Nuke.Specifications</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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="LitJson, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\LitJson.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.5.1.9189, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\nunit.framework.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" />
</ItemGroup>
<ItemGroup>
<Compile Include="Core\AfterHook_Specification.cs" />
<Compile Include="Core\BeforeHook_Specification.cs" />
<Compile Include="Core\Hook_Specification.cs" />
<Compile Include="Core\ObjectFactory_Specification.cs" />
<Compile Include="Core\SnippetBuilder_Specification.cs" />
<Compile Include="Core\TableConverter_Specification.cs" />
<Compile Include="Core\Table_Specification.cs" />
<Compile Include="JsonAssert.cs" />
<Compile Include="Core\AsyncListener.cs" />
<Compile Include="Core\Processor_Specification.cs" />
<Compile Include="Core\Loader_Specification.cs" />
<Compile Include="Core\StepDefinition_Specification.cs" />
<Compile Include="language\no\Norwegian_StepDefinition_Specification.cs" />
<Compile Include="Server\Options_Specification.cs" />
<Compile Include="Server\Program_Specification.cs" />
<Compile Include="Server\NukeServer_Specification.cs" />
<Compile Include="Core\Listener_Specification.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Reflection.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<Project>{3CF36FF9-CE32-4868-84EC-D76E1E75148C}</Project>
<Name>Core</Name>
</ProjectReference>
<ProjectReference Include="..\Framework\Framework.csproj">
<Project>{12400276-AA80-418A-9D57-AE4B77EAAF51}</Project>
<Name>Framework</Name>
</ProjectReference>
<ProjectReference Include="..\Server\Server.csproj">
<Project>{936E6D55-416C-4008-A682-84825AE0E4DB}</Project>
<Name>Server</Name>
</ProjectReference>
<ProjectReference Include="..\TestStepDefinitions\TestStepDefinitions.csproj">
<Project>{AE068AEA-645F-4DF7-BAD1-671B5DE5576D}</Project>
<Name>TestStepDefinitions</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<?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.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F1BCCFD7-5B2D-4255-887C-BF06A03D4D2F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cuke4Nuke.Specifications</RootNamespace>
<AssemblyName>Cuke4Nuke.Specifications</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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="LitJson, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\LitJson.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.5.1.9189, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\nunit.framework.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" />
</ItemGroup>
<ItemGroup>
<Compile Include="Core\AfterHook_Specification.cs" />
<Compile Include="Core\BeforeHook_Specification.cs" />
<Compile Include="Core\Hook_Specification.cs" />
<Compile Include="Core\ObjectFactory_Specification.cs" />
<Compile Include="Core\SnippetBuilder_Specification.cs" />
<Compile Include="Core\TableConverter_Specification.cs" />
<Compile Include="Core\Table_Specification.cs" />
<Compile Include="JsonAssert.cs" />
<Compile Include="Core\AsyncListener.cs" />
<Compile Include="Core\Processor_Specification.cs" />
<Compile Include="Core\Loader_Specification.cs" />
<Compile Include="Core\StepDefinition_Specification.cs" />
<Compile Include="Language\NO\Norwegian_StepDefinition_Specification.cs" />
<Compile Include="Server\Options_Specification.cs" />
<Compile Include="Server\Program_Specification.cs" />
<Compile Include="Server\NukeServer_Specification.cs" />
<Compile Include="Core\Listener_Specification.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Reflection.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<Project>{3CF36FF9-CE32-4868-84EC-D76E1E75148C}</Project>
<Name>Core</Name>
</ProjectReference>
<ProjectReference Include="..\Framework\Framework.csproj">
<Project>{12400276-AA80-418A-9D57-AE4B77EAAF51}</Project>
<Name>Framework</Name>
</ProjectReference>
<ProjectReference Include="..\Server\Server.csproj">
<Project>{936E6D55-416C-4008-A682-84825AE0E4DB}</Project>
<Name>Server</Name>
</ProjectReference>
<ProjectReference Include="..\TestStepDefinitions\TestStepDefinitions.csproj">
<Project>{AE068AEA-645F-4DF7-BAD1-671B5DE5576D}</Project>
<Name>TestStepDefinitions</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>

0 comments on commit 0711b7f

Please sign in to comment.