CraftSynth.ImageEditor – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 6... Line 6...
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{3CD732EC-B1BA-46AA-BA2F-7B5B76235D86}</ProjectGuid> 7 <ProjectGuid>{3CD732EC-B1BA-46AA-BA2F-7B5B76235D86}</ProjectGuid>
8 <OutputType>WinExe</OutputType> 8 <OutputType>WinExe</OutputType>
9 <RootNamespace>CraftSynth.ImageEditor.Gui</RootNamespace> 9 <RootNamespace>CraftSynth.ImageEditor.Gui</RootNamespace>
10 <AssemblyName>CraftSynth.ImageEditor.Gui</AssemblyName> 10 <AssemblyName>CraftSynth.ImageEditor.Gui</AssemblyName>
11 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment> 12 <FileAlignment>512</FileAlignment>
13 <TargetFrameworkProfile /> 13 <TargetFrameworkProfile />
14 </PropertyGroup> 14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <PlatformTarget>AnyCPU</PlatformTarget> 16 <PlatformTarget>AnyCPU</PlatformTarget>
Line 19... Line 19...
19 <Optimize>false</Optimize> 19 <Optimize>false</Optimize>
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 </PropertyGroup> 25 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <PlatformTarget>AnyCPU</PlatformTarget> 27 <PlatformTarget>AnyCPU</PlatformTarget>
27 <DebugType>pdbonly</DebugType> 28 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize> 29 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath> 30 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
-   34 <Prefer32Bit>false</Prefer32Bit>
33 </PropertyGroup> 35 </PropertyGroup>
34 <ItemGroup> 36 <ItemGroup>
35 <Reference Include="System" /> 37 <Reference Include="System" />
36 <Reference Include="System.Data" /> 38 <Reference Include="System.Data" />
37 <Reference Include="System.Deployment" /> 39 <Reference Include="System.Deployment" />