wasSharp – Diff between revs 55 and 56
?pathlinks?
Rev 55 | Rev 56 | |||
---|---|---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> |
1 | <?xml version="1.0" encoding="utf-8"?> |
|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <Project ToolsVersion="4.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>12.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>Profile151</TargetFrameworkProfile> |
16 | <TargetFrameworkProfile>Profile151</TargetFrameworkProfile> |
|
17 | <TargetFrameworkVersion>v4.6</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> |
|
23 | <OutputPath>bin\Debug\</OutputPath> |
23 | <OutputPath>bin\Debug\</OutputPath> |
|
24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
25 | <ErrorReport>prompt</ErrorReport> |
25 | <ErrorReport>prompt</ErrorReport> |
|
26 | <WarningLevel>4</WarningLevel> |
26 | <WarningLevel>4</WarningLevel> |
|
27 | </PropertyGroup> |
27 | </PropertyGroup> |
|
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
29 | <DebugType>pdbonly</DebugType> |
29 | <DebugType>pdbonly</DebugType> |
|
30 | <Optimize>true</Optimize> |
30 | <Optimize>true</Optimize> |
|
31 | <OutputPath>bin\Release\</OutputPath> |
31 | <OutputPath>bin\Release\</OutputPath> |
|
32 | <DefineConstants>TRACE</DefineConstants> |
32 | <DefineConstants>TRACE</DefineConstants> |
|
33 | <ErrorReport>prompt</ErrorReport> |
33 | <ErrorReport>prompt</ErrorReport> |
|
34 | <WarningLevel>4</WarningLevel> |
34 | <WarningLevel>4</WarningLevel> |
|
35 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
35 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
|
36 | </PropertyGroup> |
36 | </PropertyGroup> |
|
37 | <ItemGroup> |
37 | <ItemGroup> |
|
38 | <Compile Include="Collections\Generic\CircularQueue.cs" /> |
38 | <Compile Include="Collections\Generic\CircularQueue.cs" /> |
|
39 | <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" /> |
39 | <Compile Include="Collections\Specialized\ConcurrentHashSet.cs" /> |
|
40 | <Compile Include="Collections\Specialized\ConcurrentList.cs" /> |
40 | <Compile Include="Collections\Specialized\ConcurrentList.cs" /> |
|
41 | <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" /> |
41 | <Compile Include="Collections\Specialized\ExtendedObservableCollection.cs" /> |
|
42 | <Compile Include="Collections\Specialized\ConcurrentMultiKeyDictionary.cs" /> |
42 | <Compile Include="Collections\Specialized\ConcurrentMultiKeyDictionary.cs" /> |
|
43 | <Compile Include="Collections\Specialized\ObservableDictionary.cs" /> |
43 | <Compile Include="Collections\Specialized\ObservableDictionary.cs" /> |
|
44 | <Compile Include="Collections\Utilities\CollectionExtensions.cs" /> |
44 | <Compile Include="Collections\Utilities\CollectionExtensions.cs" /> |
|
45 | <Compile Include="Collections\Specialized\ObservableConcurrentHashSet.cs" /> |
45 | <Compile Include="Collections\Specialized\ObservableConcurrentHashSet.cs" /> |
|
46 | <Compile Include="Collections\Generic\RangeCollection.cs" /> |
46 | <Compile Include="Collections\Generic\RangeCollection.cs" /> |
|
47 | <Compile Include="Collections\Generic\SerializableDictionary.cs" /> |
47 | <Compile Include="Collections\Generic\SerializableDictionary.cs" /> |
|
48 | <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" /> |
48 | <Compile Include="Collections\Generic\SerializableSortedDictionary.cs" /> |
|
49 | <Compile Include="Timers\DecayingAlarm.cs" /> |
49 | <Compile Include="Timers\DecayingAlarm.cs" /> |
|
50 | <Compile Include="Timers\Utilities\TimeExtensions.cs" /> |
50 | <Compile Include="Timers\Utilities\TimeExtensions.cs" /> |
|
51 | <Compile Include="Timers\TimedThrottle.cs" /> |
51 | <Compile Include="Timers\TimedThrottle.cs" /> |
|
52 | <Compile Include="Timers\Timer.cs" /> |
52 | <Compile Include="Timers\Timer.cs" /> |
|
53 | <Compile Include="wasSharp.cs" /> |
53 | <Compile Include="wasSharp.cs" /> |
|
54 | <Compile Include="Properties\AssemblyInfo.cs" /> |
54 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
55 | <Compile Include="Web\QValueParsing.cs" /> |
55 | <Compile Include="Web\QValueParsing.cs" /> |
|
56 | <Compile Include="Web\Utilities\WebExtensions.cs" /> |
56 | <Compile Include="Web\Utilities\WebExtensions.cs" /> |
|
57 | <Compile Include="Web\wasHTTPClient.cs" /> |
57 | <Compile Include="Web\wasHTTPClient.cs" /> |
|
58 | <Compile Include="Sciences\Geodesics\Constants.cs" /> |
58 | <Compile Include="Sciences\Geodesics\Constants.cs" /> |
|
59 | <Compile Include="Sciences\Geodesics\Distance.cs" /> |
59 | <Compile Include="Sciences\Geodesics\Distance.cs" /> |
|
60 | <Compile Include="Sciences\Geodesics\GeodesicExtensions.cs" /> |
60 | <Compile Include="Sciences\Geodesics\GeodesicExtensions.cs" /> |
|
61 | <Compile Include="Sciences\Geodesics\GeographicCoordinate.cs" /> |
61 | <Compile Include="Sciences\Geodesics\GeographicCoordinate.cs" /> |
|
62 | <Compile Include="Sciences\Mathematics\Numerics.cs" /> |
62 | <Compile Include="Sciences\Mathematics\Numerics.cs" /> |
|
63 | <Compile Include="IO\IO.cs" /> |
63 | <Compile Include="IO\IO.cs" /> |
|
64 | <Compile Include="Languages\CSV.cs" /> |
64 | <Compile Include="Languages\CSV.cs" /> |
|
65 | <Compile Include="Languages\KeyValue.cs" /> |
65 | <Compile Include="Languages\KeyValue.cs" /> |
|
66 | <Compile Include="Languages\XML.cs" /> |
66 | <Compile Include="Languages\XML.cs" /> |
|
67 | <Compile Include="Bit\BitTwiddling.cs" /> |
67 | <Compile Include="Bit\BitTwiddling.cs" /> |
|
68 | <Compile Include="Cryptography\Cryptography.cs" /> |
68 | <Compile Include="Cryptography\Cryptography.cs" /> |
|
69 | <Compile Include="Arrays\Arrays.cs" /> |
69 | <Compile Include="Arrays\Arrays.cs" /> |
|
70 | <Compile Include="Lambda\Extensions.cs" /> |
70 | <Compile Include="Lambda\Extensions.cs" /> |
|
71 | <Compile Include="Reflection\Reflection.cs" /> |
71 | <Compile Include="Reflection\Reflection.cs" /> |
|
72 | <Compile Include="Cryptography\NetHash.cs" /> |
72 | <Compile Include="Cryptography\NetHash.cs" /> |
|
73 | <Compile Include="Cryptography\Extensions.cs" /> |
73 | <Compile Include="Cryptography\Extensions.cs" /> |
|
74 | <Compile Include="Sets\Extensions.cs" /> |
74 | <Compile Include="Sets\Extensions.cs" /> |
|
75 | <Compile Include="Collections\Specialized\ObservableConcurrentQueue.cs" /> |
75 | <Compile Include="Collections\Specialized\ObservableConcurrentQueue.cs" /> |
|
76 | </ItemGroup> |
76 | </ItemGroup> |
|
77 | <ItemGroup /> |
77 | <ItemGroup /> |
|
78 | <ItemGroup> |
78 | <ItemGroup /> |
|
79 | <Folder Include="Sciences\" /> |
- | ||
80 | <Folder Include="Sciences\Geodesics\" /> |
- | ||
81 | <Folder Include="Sciences\Mathematics\" /> |
- | ||
82 | <Folder Include="IO\" /> |
- | ||
83 | <Folder Include="Languages\" /> |
- | ||
84 | <Folder Include="Bit\" /> |
- | ||
85 | <Folder Include="Cryptography\" /> |
- | ||
86 | <Folder Include="Arrays\" /> |
- | ||
87 | <Folder Include="Lambda\" /> |
- | ||
88 | <Folder Include="Reflection\" /> |
- | ||
89 | <Folder Include="Sets\" /> |
- | ||
90 | </ItemGroup> |
- | ||
91 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
79 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
|
92 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
80 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
93 | Other similar extension points exist, see Microsoft.Common.targets. |
81 | Other similar extension points exist, see Microsoft.Common.targets. |
|
94 | <Target Name="BeforeBuild"> |
82 | <Target Name="BeforeBuild"> |
|
95 | </Target> |
83 | </Target> |
|
96 | <Target Name="AfterBuild"> |
84 | <Target Name="AfterBuild"> |
|
97 | </Target> |
85 | </Target> |
|
98 | --> |
86 | --> |
|
99 | </Project> |
87 | </Project> |
|
100 | |
88 | |
|
101 |
|
89 |
|
|
102 | |
90 | |
|
103 | |
91 | |
|
104 | |
92 | |