Skip to content
Snippets Groups Projects
Commit a68b4890 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

WIP: switched to x64 coscine/issues#1163

parent 19005c4d
No related tags found
1 merge request!1Topic/1163 admin api
......@@ -8,13 +8,19 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|x64.ActiveCfg = Debug|x64
{04914153-8D29-4252-A3C2-24C887840C69}.Debug|x64.Build.0 = Debug|x64
{04914153-8D29-4252-A3C2-24C887840C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Release|Any CPU.Build.0 = Release|Any CPU
{04914153-8D29-4252-A3C2-24C887840C69}.Release|x64.ActiveCfg = Release|x64
{04914153-8D29-4252-A3C2-24C887840C69}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......
......@@ -44,6 +44,28 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL">
<HintPath>..\packages\Consul.0.7.2.6\lib\net45\Consul.dll</HintPath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment