|
8 | 8 | <OutputType>WinExe</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>UltimateFishBot</RootNamespace> |
11 | | - <AssemblyName>UltimateFishBot</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
| 11 | + <AssemblyName>AdviseSnowDireful</AssemblyName> |
| 12 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <NuGetPackageImportStamp> |
15 | 15 | </NuGetPackageImportStamp> |
|
55 | 55 | <PropertyGroup> |
56 | 56 | <ApplicationIcon>icon.ico</ApplicationIcon> |
57 | 57 | </PropertyGroup> |
| 58 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 59 | + <DebugSymbols>true</DebugSymbols> |
| 60 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 61 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 62 | + <WarningLevel>3</WarningLevel> |
| 63 | + <DebugType>full</DebugType> |
| 64 | + <PlatformTarget>x64</PlatformTarget> |
| 65 | + <ErrorReport>prompt</ErrorReport> |
| 66 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 69 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 70 | + <DefineConstants>TRACE</DefineConstants> |
| 71 | + <Optimize>true</Optimize> |
| 72 | + <DebugType>pdbonly</DebugType> |
| 73 | + <PlatformTarget>x64</PlatformTarget> |
| 74 | + <ErrorReport>prompt</ErrorReport> |
| 75 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 76 | + </PropertyGroup> |
58 | 77 | <ItemGroup> |
59 | 78 | <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL"> |
60 | 79 | <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath> |
|
0 commit comments