File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <DebugSymbols >true</DebugSymbols >
1818 <DebugType >full</DebugType >
1919 <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
20+ <OutputPath >bin\Debug\$(TargetFrameworkVersion) </OutputPath >
2121 <DefineConstants >DEBUG;TRACE</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
24- <DocumentationFile >bin\Debug\CrashReporter.NET.XML</DocumentationFile >
24+ <DocumentationFile >bin\Debug\$(TargetFrameworkVersion)\ CrashReporter.NET.XML</DocumentationFile >
2525 </PropertyGroup >
2626 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2727 <DebugType >pdbonly</DebugType >
2828 <Optimize >true</Optimize >
29- <OutputPath >bin\Release\</OutputPath >
29+ <OutputPath >bin\Release\$(TargetFrameworkVersion)\ </OutputPath >
3030 <DefineConstants >TRACE</DefineConstants >
3131 <ErrorReport >prompt</ErrorReport >
3232 <WarningLevel >4</WarningLevel >
33- <DocumentationFile >bin\Release\CrashReporter.NET.XML</DocumentationFile >
33+ <DocumentationFile >bin\Release\$(TargetFrameworkVersion)\ CrashReporter.NET.XML</DocumentationFile >
3434 </PropertyGroup >
3535 <PropertyGroup >
3636 <SignAssembly >false</SignAssembly >
Original file line number Diff line number Diff line change 11using System ;
2- using System . Diagnostics ;
32using System . Runtime . InteropServices ;
43using Microsoft . Win32 ;
54
You can’t perform that action at this time.
0 commit comments