File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
src/CodingWithCalvin.ProjectRenamifier Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 4444 <ErrorReport >prompt</ErrorReport >
4545 <WarningLevel >4</WarningLevel >
4646 </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
48+ <DebugSymbols >true</DebugSymbols >
49+ <DebugType >full</DebugType >
50+ <Optimize >false</Optimize >
51+ <OutputPath >bin\x64\Debug\</OutputPath >
52+ <DefineConstants >DEBUG;TRACE</DefineConstants >
53+ <ErrorReport >prompt</ErrorReport >
54+ <WarningLevel >4</WarningLevel >
55+ <PlatformTarget >x64</PlatformTarget >
56+ </PropertyGroup >
57+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
58+ <DebugType >pdbonly</DebugType >
59+ <Optimize >true</Optimize >
60+ <OutputPath >bin\x64\Release\</OutputPath >
61+ <DefineConstants >TRACE</DefineConstants >
62+ <ErrorReport >prompt</ErrorReport >
63+ <WarningLevel >4</WarningLevel >
64+ <PlatformTarget >x64</PlatformTarget >
65+ </PropertyGroup >
4766 <ItemGroup >
4867 <Compile Include =" Properties\AssemblyInfo.cs" />
4968 <Compile Include =" Commands\RenamifyProjectCommand.cs" />
You can’t perform that action at this time.
0 commit comments