File tree Expand file tree Collapse file tree 2 files changed +172
-4
lines changed
Expand file tree Collapse file tree 2 files changed +172
-4
lines changed Original file line number Diff line number Diff line change 4545 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugXBLV|x86'" >
4646 <OutputPath >bin\x86\DebugXBLV\</OutputPath >
4747 </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug81|x86'" >
49+ <DebugSymbols >true</DebugSymbols >
50+ <OutputPath >bin\x86\Debug81\</OutputPath >
51+ <DefineConstants >DEBUG;TRACE</DefineConstants >
52+ <DebugType >full</DebugType >
53+ <PlatformTarget >x86</PlatformTarget >
54+ <UseVSHostingProcess >false</UseVSHostingProcess >
55+ <ErrorReport >prompt</ErrorReport >
56+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
57+ </PropertyGroup >
58+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release81|x86'" >
59+ <OutputPath >bin\x86\Release81\</OutputPath >
60+ <DefineConstants >TRACE</DefineConstants >
61+ <Optimize >true</Optimize >
62+ <DebugType >pdbonly</DebugType >
63+ <PlatformTarget >x86</PlatformTarget >
64+ <ErrorReport >prompt</ErrorReport >
65+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
66+ </PropertyGroup >
4867 <ItemGroup >
4968 <Reference Include =" System" />
5069 <Reference Include =" System.Core" />
You can’t perform that action at this time.
0 commit comments