Winify – Diff between revs 38 and 44

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 38 Rev 44
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 <LangVersion>7.3</LangVersion> 24 <LangVersion>7.3</LangVersion>
25 </PropertyGroup> 25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType> 27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize> 28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath> 29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants> 30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 32 <WarningLevel>4</WarningLevel>
33 <LangVersion>7.3</LangVersion> 33 <LangVersion>7.3</LangVersion>
34 </PropertyGroup> 34 </PropertyGroup>
35 <ItemGroup> 35 <ItemGroup>
36 <Reference Include="System" /> 36 <Reference Include="System" />
37 <Reference Include="System.Core" /> 37 <Reference Include="System.Core" />
38 <Reference Include="System.Xml.Linq" /> 38 <Reference Include="System.Xml.Linq" />
Line 48... Line 48...
48 <Compile Include="Properties\AssemblyInfo.cs" /> 48 <Compile Include="Properties\AssemblyInfo.cs" />
49 </ItemGroup> 49 </ItemGroup>
50 <ItemGroup> 50 <ItemGroup>
51 <None Include="Configuration.xsd"> 51 <None Include="Configuration.xsd">
52 <SubType>Designer</SubType> 52 <SubType>Designer</SubType>
-   53 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
53 </None> 54 </None>
54 </ItemGroup> 55 </ItemGroup>
55 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56 </Project> 57 </Project>
57   58