Skip to content

Commit

Permalink
Configuration tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmgringo committed Aug 10, 2016
1 parent 0aeaefb commit 8f7e067
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
5 changes: 3 additions & 2 deletions NecroBot for Pokemon Go.sln
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ Global
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Release|x86.Build.0 = Release|x86
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|x86.ActiveCfg = Debug|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|x86.Build.0 = Debug|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|x86.ActiveCfg = Debug|x86
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|x86.Build.0 = Debug|x86
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Debug|x86.Deploy.0 = Debug|x86
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|Any CPU.Build.0 = Release|Any CPU
{E75D21C4-8E71-4A69-9B80-3F9A7368D2B3}.Release|x86.ActiveCfg = Release|Any CPU
Expand Down
3 changes: 3 additions & 0 deletions PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>PoGo.NecroBot.CLI.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="C5, Version=2.2.5073.27396, Culture=neutral, PublicKeyToken=282361b99ded7e8e, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\C5.2.2.5073.27396\lib\portable-net40+sl50+wp80+win\C5.dll</HintPath>
Expand Down
28 changes: 24 additions & 4 deletions PoGo.NecroBot.ConfigUI/PoGo.NecroBot.ConfigUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -26,16 +27,15 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\PoGo.NecroBot.CLI\bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -44,7 +44,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\PoGo.NecroBot.CLI\bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -55,6 +55,26 @@
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\PoGo.NecroBot.CLI\bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>..\PoGo.NecroBot.CLI\bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down

0 comments on commit 8f7e067

Please sign in to comment.