File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 2929 <ErrorReport >prompt</ErrorReport >
3030 <WarningLevel >4</WarningLevel >
3131 </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
33+ <DebugSymbols >true</DebugSymbols >
34+ <OutputPath >bin\x64\Debug\</OutputPath >
35+ <DefineConstants >DEBUG;TRACE</DefineConstants >
36+ <DebugType >full</DebugType >
37+ <PlatformTarget >x64</PlatformTarget >
38+ <ErrorReport >prompt</ErrorReport >
39+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
42+ <OutputPath >bin\x64\Release\</OutputPath >
43+ <DefineConstants >TRACE</DefineConstants >
44+ <Optimize >true</Optimize >
45+ <DebugType >pdbonly</DebugType >
46+ <PlatformTarget >x64</PlatformTarget >
47+ <ErrorReport >prompt</ErrorReport >
48+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
49+ </PropertyGroup >
3250 <ItemGroup >
3351 <Reference Include =" PresentationCore" />
3452 <Reference Include =" PresentationFramework" />
Original file line number Diff line number Diff line change 11
22Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio 15
4- VisualStudioVersion = 15.0.26127 .3
4+ VisualStudioVersion = 15.0.26403 .3
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Essentials" , "Essentials.csproj" , "{A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2}"
77EndProject
88Global
99 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1010 Debug| Any CPU = Debug| Any CPU
11+ Debug| x64 = Debug| x64
1112 Release| Any CPU = Release| Any CPU
13+ Release| x64 = Release| x64
1214 EndGlobalSection
1315 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
1416 {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1517 {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Debug| Any CPU .Build .0 = Debug| Any CPU
18+ {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Debug| x64 .ActiveCfg = Debug| x64
19+ {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Debug| x64 .Build .0 = Debug| x64
1620 {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Release| Any CPU .ActiveCfg = Release| Any CPU
1721 {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Release| Any CPU .Build .0 = Release| Any CPU
22+ {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Release| x64 .ActiveCfg = Release| x64
23+ {A4C5FC37-5848-4A75-8CDC-4A1ADB2E01A2} .Release| x64 .Build .0 = Release| x64
1824 EndGlobalSection
1925 GlobalSection (SolutionProperties ) = preSolution
2026 HideSolutionNode = FALSE
You can’t perform that action at this time.
0 commit comments