Winify – Diff between revs 37 and 38

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 37 Rev 38
Line 36... Line 36...
36 <Optimize>false</Optimize> 36 <Optimize>false</Optimize>
37 <OutputPath>bin\Debug\</OutputPath> 37 <OutputPath>bin\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants> 38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <ErrorReport>prompt</ErrorReport> 39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel> 40 <WarningLevel>4</WarningLevel>
41 <LangVersion>Latest</LangVersion> 41 <LangVersion>7.3</LangVersion>
42 </PropertyGroup> 42 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44 <PlatformTarget>AnyCPU</PlatformTarget> 44 <PlatformTarget>AnyCPU</PlatformTarget>
45 <DebugType>pdbonly</DebugType> 45 <DebugType>pdbonly</DebugType>
46 <Optimize>true</Optimize> 46 <Optimize>true</Optimize>
47 <OutputPath>bin\Release\</OutputPath> 47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants> 48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport> 49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel> 50 <WarningLevel>4</WarningLevel>
51 <LangVersion>Latest</LangVersion> 51 <LangVersion>7.3</LangVersion>
52 </PropertyGroup> 52 </PropertyGroup>
53 <PropertyGroup> 53 <PropertyGroup>
54 <ApplicationIcon>Winify.ico</ApplicationIcon> 54 <ApplicationIcon>Winify.ico</ApplicationIcon>
55 </PropertyGroup> 55 </PropertyGroup>
56 <PropertyGroup> 56 <PropertyGroup>