CraftSynth.ImageEditor – Diff between revs 1 and 2
?pathlinks?
Rev 1 | Rev 2 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | <?xml version="1.0" encoding="utf-8"?> |
1 | <?xml version="1.0" encoding="utf-8"?> |
|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
|
3 | <PropertyGroup> |
3 | <PropertyGroup> |
|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 | <ProductVersion>9.0.30729</ProductVersion> |
6 | <ProductVersion>9.0.30729</ProductVersion> |
|
7 | <SchemaVersion>2.0</SchemaVersion> |
7 | <SchemaVersion>2.0</SchemaVersion> |
|
Line 16... | Line 16... | |||
16 | </FileUpgradeFlags> |
16 | </FileUpgradeFlags> |
|
17 | <UpgradeBackupLocation> |
17 | <UpgradeBackupLocation> |
|
18 | </UpgradeBackupLocation> |
18 | </UpgradeBackupLocation> |
|
19 | <OldToolsVersion>3.5</OldToolsVersion> |
19 | <OldToolsVersion>3.5</OldToolsVersion> |
|
20 | <IsWebBootstrapper>false</IsWebBootstrapper> |
20 | <IsWebBootstrapper>false</IsWebBootstrapper> |
|
21 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
21 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
|
22 | <PublishUrl>publish\</PublishUrl> |
22 | <PublishUrl>publish\</PublishUrl> |
|
23 | <Install>true</Install> |
23 | <Install>true</Install> |
|
24 | <InstallFrom>Disk</InstallFrom> |
24 | <InstallFrom>Disk</InstallFrom> |
|
25 | <UpdateEnabled>false</UpdateEnabled> |
25 | <UpdateEnabled>false</UpdateEnabled> |
|
26 | <UpdateMode>Foreground</UpdateMode> |
26 | <UpdateMode>Foreground</UpdateMode> |
|
Line 31... | Line 31... | |||
31 | <MapFileExtensions>true</MapFileExtensions> |
31 | <MapFileExtensions>true</MapFileExtensions> |
|
32 | <ApplicationRevision>0</ApplicationRevision> |
32 | <ApplicationRevision>0</ApplicationRevision> |
|
33 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
33 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
34 | <UseApplicationTrust>false</UseApplicationTrust> |
34 | <UseApplicationTrust>false</UseApplicationTrust> |
|
35 | <BootstrapperEnabled>true</BootstrapperEnabled> |
35 | <BootstrapperEnabled>true</BootstrapperEnabled> |
|
- | 36 | <TargetFrameworkProfile /> |
||
36 | </PropertyGroup> |
37 | </PropertyGroup> |
|
37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
38 | <DebugSymbols>true</DebugSymbols> |
39 | <DebugSymbols>true</DebugSymbols> |
|
39 | <DebugType>full</DebugType> |
40 | <DebugType>full</DebugType> |
|
40 | <Optimize>false</Optimize> |
41 | <Optimize>false</Optimize> |
|
41 | <OutputPath>bin\Debug\</OutputPath> |
42 | <OutputPath>bin\Debug\</OutputPath> |
|
42 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
43 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
43 | <ErrorReport>prompt</ErrorReport> |
44 | <ErrorReport>prompt</ErrorReport> |
|
44 | <WarningLevel>4</WarningLevel> |
45 | <WarningLevel>4</WarningLevel> |
|
45 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
- | 47 | <Prefer32Bit>false</Prefer32Bit> |
||
46 | </PropertyGroup> |
48 | </PropertyGroup> |
|
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
48 | <DebugType>pdbonly</DebugType> |
50 | <DebugType>pdbonly</DebugType> |
|
49 | <Optimize>true</Optimize> |
51 | <Optimize>true</Optimize> |
|
50 | <OutputPath>bin\Release\</OutputPath> |
52 | <OutputPath>bin\Release\</OutputPath> |
|
51 | <DefineConstants>TRACE</DefineConstants> |
53 | <DefineConstants>TRACE</DefineConstants> |
|
52 | <ErrorReport>prompt</ErrorReport> |
54 | <ErrorReport>prompt</ErrorReport> |
|
53 | <WarningLevel>4</WarningLevel> |
55 | <WarningLevel>4</WarningLevel> |
|
54 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
- | 57 | <Prefer32Bit>false</Prefer32Bit> |
||
55 | </PropertyGroup> |
58 | </PropertyGroup> |
|
56 | <ItemGroup> |
59 | <ItemGroup> |
|
57 | <Reference Include="System" /> |
60 | <Reference Include="System" /> |
|
58 | <Reference Include="System.Drawing" /> |
61 | <Reference Include="System.Drawing" /> |
|
59 | <Reference Include="System.Windows.Forms" /> |
62 | <Reference Include="System.Windows.Forms" /> |