wasSharp – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
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 ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> 5 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</ProjectGuid> 8 <ProjectGuid>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>wasSharp</RootNamespace> 11 <RootNamespace>wasSharp</RootNamespace>
12 <AssemblyName>wasSharp</AssemblyName> 12 <AssemblyName>wasSharp</AssemblyName>
13 <DefaultLanguage>en-US</DefaultLanguage> 13 <DefaultLanguage>en-US</DefaultLanguage>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 15 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16 <TargetFrameworkProfile>Profile111</TargetFrameworkProfile> 16 <TargetFrameworkProfile>Profile151</TargetFrameworkProfile>
17 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 17 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
18 </PropertyGroup> 18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols> 20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType> 21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize> 22 <Optimize>false</Optimize>
Line 39... Line 39...
39 <ItemGroup> 39 <ItemGroup>
40 <Compile Include="Arrays.cs" /> 40 <Compile Include="Arrays.cs" />
41 <Compile Include="Cryptography.cs" /> 41 <Compile Include="Cryptography.cs" />
42 <Compile Include="CSV.cs" /> 42 <Compile Include="CSV.cs" />
43 <Compile Include="KeyValue.cs" /> 43 <Compile Include="KeyValue.cs" />
-   44 <Compile Include="Reflection.cs" />
-   45 <Compile Include="Time.cs" />
44 <Compile Include="wasSharp.cs" /> 46 <Compile Include="wasSharp.cs" />
45 <Compile Include="Properties\AssemblyInfo.cs" /> 47 <Compile Include="Properties\AssemblyInfo.cs" />
46 <Compile Include="Web.cs" /> 48 <Compile Include="Web.cs" />
47 </ItemGroup> 49 </ItemGroup>
48 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 50 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />