mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update build profiles.
This commit is contained in:
parent
a55d1f6baf
commit
36fb625504
@ -137,14 +137,14 @@ Global
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Debug|x64.Build.0 = Debug|x64
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Debug|x86.Build.0 = Debug|x86
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|x64.ActiveCfg = Release|x64
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|x64.Build.0 = Release|x64
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|x86.Build.0 = Release|Any CPU
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|x86.ActiveCfg = Release|x86
|
||||
{67EEB0CE-6B9A-4765-BE91-89FB574A764D}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@ -54,6 +54,28 @@
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="MessagePack, Version=1.8.0.0, Culture=neutral, PublicKeyToken=b4a0369545f0a1be, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MessagePack.1.8.80\lib\net47\MessagePack.dll</HintPath>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user