File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 56
56
<PropertyGroup >
57
57
<ApplicationIcon >Resources\icon.ico</ApplicationIcon >
58
58
</PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
60
+ <DebugSymbols >true</DebugSymbols >
61
+ <OutputPath >bin\x64\Debug\</OutputPath >
62
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
63
+ <DebugType >full</DebugType >
64
+ <PlatformTarget >x64</PlatformTarget >
65
+ <LangVersion >latest</LangVersion >
66
+ <ErrorReport >prompt</ErrorReport >
67
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
68
+ <Prefer32Bit >true</Prefer32Bit >
69
+ </PropertyGroup >
70
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
71
+ <OutputPath >bin\x64\Release\</OutputPath >
72
+ <DefineConstants >TRACE</DefineConstants >
73
+ <Optimize >true</Optimize >
74
+ <DebugType >pdbonly</DebugType >
75
+ <PlatformTarget >x64</PlatformTarget >
76
+ <LangVersion >latest</LangVersion >
77
+ <ErrorReport >prompt</ErrorReport >
78
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
79
+ <Prefer32Bit >true</Prefer32Bit >
80
+ </PropertyGroup >
59
81
<ItemGroup >
60
82
<Reference Include =" System" />
61
83
<Reference Include =" System.Core" />
Original file line number Diff line number Diff line change @@ -8,13 +8,19 @@ EndProject
8
8
Global
9
9
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10
10
Debug| Any CPU = Debug| Any CPU
11
+ Debug| x64 = Debug| x64
11
12
Release| Any CPU = Release| Any CPU
13
+ Release| x64 = Release| x64
12
14
EndGlobalSection
13
15
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
14
16
{15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
15
17
{15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Debug| Any CPU .Build .0 = Debug| Any CPU
18
+ {15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Debug| x64 .ActiveCfg = Debug| x64
19
+ {15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Debug| x64 .Build .0 = Debug| x64
16
20
{15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Release| Any CPU .ActiveCfg = Release| Any CPU
17
21
{15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Release| Any CPU .Build .0 = Release| Any CPU
22
+ {15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Release| x64 .ActiveCfg = Release| x64
23
+ {15C28BC2-6294-4BE6-A46C-D075D51EB3CF} .Release| x64 .Build .0 = Release| x64
18
24
EndGlobalSection
19
25
GlobalSection (SolutionProperties ) = preSolution
20
26
HideSolutionNode = FALSE
You can’t perform that action at this time.
0 commit comments