mirror of
https://github.com/chylex/Backup-Essentials.git
synced 2025-06-01 03:34:07 +02:00
Fixed solution data
This commit is contained in:
parent
e3b02d1cd1
commit
c7a66e50db
@ -19,9 +19,8 @@ Global
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Runcompat|Any CPU.ActiveCfg = Runcompat|Any CPU
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Runcompat|Any CPU.Build.0 = Runcompat|Any CPU
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Runshell|Any CPU.ActiveCfg = Debug (Args)|Any CPU
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Runshell|Any CPU.Build.0 = Debug (Args)|Any CPU
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Runshell|Any CPU.Deploy.0 = Debug (Args)|Any CPU
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Runshell|Any CPU.ActiveCfg = Runshell|Any CPU
|
||||
{AC2547A3-2ED8-4B76-88D7-5C72AE840EE2}.Runshell|Any CPU.Build.0 = Runshell|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -53,19 +53,14 @@
|
||||
<PropertyGroup>
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Runshell|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug %28Args%29\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Runcompat|AnyCPU'">
|
||||
<OutputPath>bin\Runcompat\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Runshell|AnyCPU'">
|
||||
<OutputPath>bin\Runshell\</OutputPath>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Expression.Drawing" />
|
||||
<Reference Include="PresentationCore" />
|
||||
|
Loading…
Reference in New Issue
Block a user