CraftSynth.ImageEditor – Diff between revs 3 and 5
?pathlinks?
Rev 3 | Rev 5 | |||
---|---|---|---|---|
Line 20... | Line 20... | |||
20 | <OutputPath>bin\Debug\</OutputPath> |
20 | <OutputPath>bin\Debug\</OutputPath> |
|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
22 | <ErrorReport>prompt</ErrorReport> |
22 | <ErrorReport>prompt</ErrorReport> |
|
23 | <WarningLevel>4</WarningLevel> |
23 | <WarningLevel>4</WarningLevel> |
|
24 | <Prefer32Bit>false</Prefer32Bit> |
24 | <Prefer32Bit>false</Prefer32Bit> |
|
- | 25 | <LangVersion>8</LangVersion> |
||
25 | </PropertyGroup> |
26 | </PropertyGroup> |
|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
27 | <PlatformTarget>AnyCPU</PlatformTarget> |
28 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
28 | <DebugType>pdbonly</DebugType> |
29 | <DebugType>pdbonly</DebugType> |
|
29 | <Optimize>true</Optimize> |
30 | <Optimize>true</Optimize> |
|
30 | <OutputPath>bin\Release\</OutputPath> |
31 | <OutputPath>bin\Release\</OutputPath> |
|
31 | <DefineConstants>TRACE</DefineConstants> |
32 | <DefineConstants>TRACE</DefineConstants> |
|
32 | <ErrorReport>prompt</ErrorReport> |
33 | <ErrorReport>prompt</ErrorReport> |
|
33 | <WarningLevel>4</WarningLevel> |
34 | <WarningLevel>4</WarningLevel> |
|
34 | <Prefer32Bit>false</Prefer32Bit> |
35 | <Prefer32Bit>false</Prefer32Bit> |
|
- | 36 | <LangVersion>8</LangVersion> |
||
35 | </PropertyGroup> |
37 | </PropertyGroup> |
|
36 | <ItemGroup> |
38 | <ItemGroup> |
|
37 | <Reference Include="System" /> |
39 | <Reference Include="System" /> |
|
38 | <Reference Include="System.Data" /> |
40 | <Reference Include="System.Data" /> |
|
39 | <Reference Include="System.Deployment" /> |
41 | <Reference Include="System.Deployment" /> |