Skip to content

Commit

Permalink
Worked out some coflicts with merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gravypower committed Jan 15, 2013
1 parent 505218e commit 9e1e2bb
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 3 deletions.
Expand Up @@ -35,7 +35,16 @@
<OutputPath>.\Release\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug - Aaron' ">
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>.\Debug\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
<SitecoreDeployFolder>F:\Glass\Glass.Mapper\Sites\Sitecore\Glass.Mapper.Sites.Sc</SitecoreDeployFolder>
<SitecoreWebUrl>http://sitecore.glass.com</SitecoreWebUrl>
<SitecoreAccessGuid>fd21ce01-25b5-4388-a335-6211a7a211b9</SitecoreAccessGuid>
<InstallSitecoreConnector>True</InstallSitecoreConnector>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug - Aaron' ">
<DebugSymbols>true</DebugSymbols>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
<SitecoreDeployFolder>C:\Git\Glass.Mapper\Sites\Sitecore\Glass.Mapper.Sites.Sc</SitecoreDeployFolder>
Expand Down
Expand Up @@ -37,7 +37,16 @@
<OutputPath>.\Release\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug - Aaron' ">
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>.\Debug\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
<SitecoreDeployFolder>F:\Glass\Glass.Mapper\Sites\Sitecore\Glass.Mapper.Sites.Sc</SitecoreDeployFolder>
<SitecoreWebUrl>http://sitecore.glass.com</SitecoreWebUrl>
<SitecoreAccessGuid>fd21ce01-25b5-4388-a335-6211a7a211b9</SitecoreAccessGuid>
<InstallSitecoreConnector>True</InstallSitecoreConnector>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug - Aaron' ">
<DebugSymbols>true</DebugSymbols>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
<SitecoreDeployFolder>C:\Git\Glass.Mapper\Tests\Integration Tests\Sitecore\Glass.Mapper.Sc.Integration</SitecoreDeployFolder>
Expand Down
Expand Up @@ -32,6 +32,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - Aaron|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug - Aaron\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Castle.Core, Version=3.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
@@ -1,4 +1,4 @@
#if NCRUNCH
#if NCRUNCH
#else

using NUnit.Framework;
Expand Down
Expand Up @@ -32,6 +32,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - Aaron|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug - Aaron\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="NSubstitute, Version=1.4.3.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
Expand Up @@ -32,6 +32,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - Aaron|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug - Aaron\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="FluentAssertions">
<HintPath>..\..\..\packages\FluentAssertions.2.0.0.1\lib\net40\FluentAssertions.dll</HintPath>
Expand Down

0 comments on commit 9e1e2bb

Please sign in to comment.