CraftSynth.ImageEditor – Diff between revs 2 and 4
?pathlinks?
Rev 2 | Rev 4 | |||
---|---|---|---|---|
Line 43... | Line 43... | |||
43 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
43 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
44 | <ErrorReport>prompt</ErrorReport> |
44 | <ErrorReport>prompt</ErrorReport> |
|
45 | <WarningLevel>4</WarningLevel> |
45 | <WarningLevel>4</WarningLevel> |
|
46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
47 | <Prefer32Bit>false</Prefer32Bit> |
47 | <Prefer32Bit>false</Prefer32Bit> |
|
- | 48 | <LangVersion>8</LangVersion> |
||
48 | </PropertyGroup> |
49 | </PropertyGroup> |
|
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
50 | <DebugType>pdbonly</DebugType> |
51 | <DebugType>pdbonly</DebugType> |
|
51 | <Optimize>true</Optimize> |
52 | <Optimize>true</Optimize> |
|
52 | <OutputPath>bin\Release\</OutputPath> |
53 | <OutputPath>bin\Release\</OutputPath> |
|
53 | <DefineConstants>TRACE</DefineConstants> |
54 | <DefineConstants>TRACE</DefineConstants> |
|
54 | <ErrorReport>prompt</ErrorReport> |
55 | <ErrorReport>prompt</ErrorReport> |
|
55 | <WarningLevel>4</WarningLevel> |
56 | <WarningLevel>4</WarningLevel> |
|
56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
57 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
57 | <Prefer32Bit>false</Prefer32Bit> |
58 | <Prefer32Bit>false</Prefer32Bit> |
|
- | 59 | <LangVersion>8</LangVersion> |
||
58 | </PropertyGroup> |
60 | </PropertyGroup> |
|
59 | <ItemGroup> |
61 | <ItemGroup> |
|
60 | <Reference Include="System" /> |
62 | <Reference Include="System" /> |
|
61 | <Reference Include="System.Drawing" /> |
63 | <Reference Include="System.Drawing" /> |
|
62 | <Reference Include="System.Windows.Forms" /> |
64 | <Reference Include="System.Windows.Forms" /> |