Skip to content

Commit c72fd9b

Browse files
committed
Add solution file for Unitsnet.WindowsRuntimeComponent
1 parent d72d912 commit c72fd9b

File tree

3 files changed

+209
-0
lines changed

3 files changed

+209
-0
lines changed
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio 14
3+
VisualStudioVersion = 14.0.25123.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{9BEB42C6-EC3A-49B8-A065-0D01DDFF16B2}"
6+
ProjectSection(SolutionItems) = preProject
7+
Build\UnitsNet.nuspec = Build\UnitsNet.nuspec
8+
Build\UnitsNet.Serialization.JsonNet.nuspec = Build\UnitsNet.Serialization.JsonNet.nuspec
9+
Build\UnitsNet.WindowsRuntimeComponent.nuspec = Build\UnitsNet.WindowsRuntimeComponent.nuspec
10+
EndProjectSection
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitsNet.TestApps.Uwp.Csharp", "UnitsNet.TestApps.Uwp.Csharp\UnitsNet.TestApps.Uwp.Csharp.csproj", "{76255CC9-A854-441F-AF5C-2606509D3C5E}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitsNet.WindowsRuntimeComponent", "UnitsNet\UnitsNet.WindowsRuntimeComponent.csproj", "{2DA428CA-BFE1-43FA-86D2-7CB42289D596}"
15+
EndProject
16+
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "UnitsNet.TestApps.Uwp.JavaScript", "UnitsNet.TestApps.Uwp.JavaScript\UnitsNet.TestApps.Uwp.JavaScript.jsproj", "{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}"
17+
EndProject
18+
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "UnitsNet.TestApps.Uwp.WinJS", "UnitsNet.TestApps.Uwp.WinJS\UnitsNet.TestApps.Uwp.WinJS.jsproj", "{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}"
19+
EndProject
20+
Global
21+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
22+
Debug|Any CPU = Debug|Any CPU
23+
Debug|ARM = Debug|ARM
24+
Debug|x64 = Debug|x64
25+
Debug|x86 = Debug|x86
26+
Release|Any CPU = Release|Any CPU
27+
Release|ARM = Release|ARM
28+
Release|x64 = Release|x64
29+
Release|x86 = Release|x86
30+
EndGlobalSection
31+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
32+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|Any CPU.ActiveCfg = Debug|x86
33+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|Any CPU.Build.0 = Debug|x86
34+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|Any CPU.Deploy.0 = Debug|x86
35+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|ARM.ActiveCfg = Debug|ARM
36+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|ARM.Build.0 = Debug|ARM
37+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|ARM.Deploy.0 = Debug|ARM
38+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|x64.ActiveCfg = Debug|x64
39+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|x64.Build.0 = Debug|x64
40+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|x64.Deploy.0 = Debug|x64
41+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|x86.ActiveCfg = Debug|x86
42+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|x86.Build.0 = Debug|x86
43+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Debug|x86.Deploy.0 = Debug|x86
44+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|Any CPU.ActiveCfg = Release|x86
45+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|Any CPU.Build.0 = Release|x86
46+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|Any CPU.Deploy.0 = Release|x86
47+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|ARM.ActiveCfg = Release|ARM
48+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|ARM.Build.0 = Release|ARM
49+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|ARM.Deploy.0 = Release|ARM
50+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|x64.ActiveCfg = Release|x64
51+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|x64.Build.0 = Release|x64
52+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|x64.Deploy.0 = Release|x64
53+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|x86.ActiveCfg = Release|x86
54+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|x86.Build.0 = Release|x86
55+
{76255CC9-A854-441F-AF5C-2606509D3C5E}.Release|x86.Deploy.0 = Release|x86
56+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|Any CPU.Build.0 = Debug|Any CPU
58+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|ARM.ActiveCfg = Debug|ARM
59+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|ARM.Build.0 = Debug|ARM
60+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|x64.ActiveCfg = Debug|x64
61+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|x64.Build.0 = Debug|x64
62+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|x86.ActiveCfg = Debug|x86
63+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Debug|x86.Build.0 = Debug|x86
64+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|Any CPU.ActiveCfg = Release|Any CPU
65+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|Any CPU.Build.0 = Release|Any CPU
66+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|ARM.ActiveCfg = Release|ARM
67+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|ARM.Build.0 = Release|ARM
68+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|x64.ActiveCfg = Release|x64
69+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|x64.Build.0 = Release|x64
70+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|x86.ActiveCfg = Release|x86
71+
{2DA428CA-BFE1-43FA-86D2-7CB42289D596}.Release|x86.Build.0 = Release|x86
72+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
73+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
75+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|ARM.ActiveCfg = Debug|ARM
76+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|ARM.Build.0 = Debug|ARM
77+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|ARM.Deploy.0 = Debug|ARM
78+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|x64.ActiveCfg = Debug|x64
79+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|x64.Build.0 = Debug|x64
80+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|x64.Deploy.0 = Debug|x64
81+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|x86.ActiveCfg = Debug|x86
82+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|x86.Build.0 = Debug|x86
83+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Debug|x86.Deploy.0 = Debug|x86
84+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
85+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|Any CPU.Build.0 = Release|Any CPU
86+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|Any CPU.Deploy.0 = Release|Any CPU
87+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|ARM.ActiveCfg = Release|ARM
88+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|ARM.Build.0 = Release|ARM
89+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|ARM.Deploy.0 = Release|ARM
90+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|x64.ActiveCfg = Release|x64
91+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|x64.Build.0 = Release|x64
92+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|x64.Deploy.0 = Release|x64
93+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|x86.ActiveCfg = Release|x86
94+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|x86.Build.0 = Release|x86
95+
{FCE9C341-D288-4517-9D2D-5C4BDF5D8F20}.Release|x86.Deploy.0 = Release|x86
96+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
97+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
98+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
99+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|ARM.ActiveCfg = Debug|ARM
100+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|ARM.Build.0 = Debug|ARM
101+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|ARM.Deploy.0 = Debug|ARM
102+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|x64.ActiveCfg = Debug|x64
103+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|x64.Build.0 = Debug|x64
104+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|x64.Deploy.0 = Debug|x64
105+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|x86.ActiveCfg = Debug|x86
106+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|x86.Build.0 = Debug|x86
107+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Debug|x86.Deploy.0 = Debug|x86
108+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
109+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|Any CPU.Build.0 = Release|Any CPU
110+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|Any CPU.Deploy.0 = Release|Any CPU
111+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|ARM.ActiveCfg = Release|ARM
112+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|ARM.Build.0 = Release|ARM
113+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|ARM.Deploy.0 = Release|ARM
114+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|x64.ActiveCfg = Release|x64
115+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|x64.Build.0 = Release|x64
116+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|x64.Deploy.0 = Release|x64
117+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|x86.ActiveCfg = Release|x86
118+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|x86.Build.0 = Release|x86
119+
{B87E6239-F2CA-4B18-85AE-C8296D3C5E3B}.Release|x86.Deploy.0 = Release|x86
120+
EndGlobalSection
121+
GlobalSection(SolutionProperties) = preSolution
122+
HideSolutionNode = FALSE
123+
EndGlobalSection
124+
EndGlobal
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/CodeInspection/CodeAnnotations/NamespacesWithAnnotations/=JetBrains_002EAnnotations/@EntryIndexedValue">True</s:Boolean>
3+
<s:String x:Key="/Default/CodeStyle/CodeCleanup/Profiles/=Full/@EntryIndexedValue">&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;Profile name="Full"&gt;&lt;CSUseVar&gt;&lt;BehavourStyle&gt;CAN_CHANGE_BOTH&lt;/BehavourStyle&gt;&lt;LocalVariableStyle&gt;IMPLICIT_WHEN_INITIALIZER_HAS_TYPE&lt;/LocalVariableStyle&gt;&lt;ForeachVariableStyle&gt;ALWAYS_EXPLICIT&lt;/ForeachVariableStyle&gt;&lt;/CSUseVar&gt;&lt;CSUpdateFileHeader&gt;True&lt;/CSUpdateFileHeader&gt;&lt;CSOptimizeUsings&gt;&lt;OptimizeUsings&gt;True&lt;/OptimizeUsings&gt;&lt;EmbraceInRegion&gt;False&lt;/EmbraceInRegion&gt;&lt;RegionName&gt;&lt;/RegionName&gt;&lt;/CSOptimizeUsings&gt;&lt;CSShortenReferences&gt;True&lt;/CSShortenReferences&gt;&lt;CSReformatCode&gt;True&lt;/CSReformatCode&gt;&lt;CSharpFormatDocComments&gt;True&lt;/CSharpFormatDocComments&gt;&lt;CSReorderTypeMembers&gt;True&lt;/CSReorderTypeMembers&gt;&lt;CSRemoveCodeRedundancies&gt;True&lt;/CSRemoveCodeRedundancies&gt;&lt;AspOptimizeRegisterDirectives&gt;True&lt;/AspOptimizeRegisterDirectives&gt;&lt;HtmlReformatCode&gt;True&lt;/HtmlReformatCode&gt;&lt;CSArrangeThisQualifier&gt;True&lt;/CSArrangeThisQualifier&gt;&lt;RemoveCodeRedundancies&gt;True&lt;/RemoveCodeRedundancies&gt;&lt;CSUseAutoProperty&gt;True&lt;/CSUseAutoProperty&gt;&lt;CSMakeFieldReadonly&gt;True&lt;/CSMakeFieldReadonly&gt;&lt;JsInsertSemicolon&gt;True&lt;/JsInsertSemicolon&gt;&lt;JsReformatCode&gt;True&lt;/JsReformatCode&gt;&lt;JsFormatDocComments&gt;True&lt;/JsFormatDocComments&gt;&lt;CssAlphabetizeProperties&gt;True&lt;/CssAlphabetizeProperties&gt;&lt;CssReformatCode&gt;True&lt;/CssReformatCode&gt;&lt;XMLReformatCode&gt;True&lt;/XMLReformatCode&gt;&lt;VBOptimizeImports&gt;True&lt;/VBOptimizeImports&gt;&lt;VBShortenReferences&gt;True&lt;/VBShortenReferences&gt;&lt;VBReformatCode&gt;True&lt;/VBReformatCode&gt;&lt;VBFormatDocComments&gt;True&lt;/VBFormatDocComments&gt;&lt;/Profile&gt;</s:String>
4+
<s:String x:Key="/Default/CodeStyle/CSharpVarKeywordUsage/ForBuiltInTypes/@EntryValue">UseVarWhenEvident</s:String>
5+
<s:String x:Key="/Default/CodeStyle/CSharpVarKeywordUsage/ForOtherTypes/@EntryValue">UseVarWhenEvident</s:String>
6+
<s:String x:Key="/Default/CodeStyle/CSharpVarKeywordUsage/ForSimpleTypes/@EntryValue">UseVarWhenEvident</s:String>
7+
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">Copyright(c) 2007 Andreas Gullberg Larsen&#xD;
8+
https://github.com/anjdreas/UnitsNet&#xD;
9+
&#xD;
10+
Permission is hereby granted, free of charge, to any person obtaining a copy&#xD;
11+
of this software and associated documentation files (the "Software"), to deal&#xD;
12+
in the Software without restriction, including without limitation the rights&#xD;
13+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xD;
14+
copies of the Software, and to permit persons to whom the Software is&#xD;
15+
furnished to do so, subject to the following conditions:&#xD;
16+
&#xD;
17+
The above copyright notice and this permission notice shall be included in&#xD;
18+
all copies or substantial portions of the Software.&#xD;
19+
&#xD;
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xD;
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xD;
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xD;
23+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xD;
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xD;
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xD;
26+
THE SOFTWARE.</s:String></wpf:ResourceDictionary>
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
// Copyright(c) 2007 Andreas Gullberg Larsen
2+
// https://github.com/anjdreas/UnitsNet
3+
//
4+
// Permission is hereby granted, free of charge, to any person obtaining a copy
5+
// of this software and associated documentation files (the "Software"), to deal
6+
// in the Software without restriction, including without limitation the rights
7+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
// copies of the Software, and to permit persons to whom the Software is
9+
// furnished to do so, subject to the following conditions:
10+
//
11+
// The above copyright notice and this permission notice shall be included in
12+
// all copies or substantial portions of the Software.
13+
//
14+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20+
// THE SOFTWARE.
21+
22+
using System;
23+
using System.Reflection;
24+
using System.Resources;
25+
using System.Runtime.CompilerServices;
26+
27+
#if WINDOWS_UWP
28+
using System.Runtime.InteropServices;
29+
[assembly: ComVisible(false)]
30+
#endif
31+
32+
// General Information about an assembly is controlled through the following
33+
// set of attributes. Change these attribute values to modify the information
34+
// associated with an assembly.
35+
36+
[assembly: AssemblyTitle("Units.NET")]
37+
[assembly: AssemblyDescription("Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL.")]
38+
[assembly: AssemblyConfiguration("")]
39+
[assembly: AssemblyCompany("Andreas Gullberg Larsen")]
40+
[assembly: AssemblyProduct("Units.NET")]
41+
[assembly: AssemblyCopyright("Copyright © 2007 Andreas Gullberg Larsen")]
42+
[assembly: AssemblyTrademark("")]
43+
[assembly: AssemblyCulture("")]
44+
[assembly: NeutralResourcesLanguage("")]
45+
[assembly: CLSCompliant(true)]
46+
// Version information for an assembly consists of the following four values:
47+
//
48+
// Major Version
49+
// Minor Version
50+
// Build Number
51+
// Revision
52+
//
53+
54+
// Give access to internal members for testing
55+
[assembly: InternalsVisibleTo("UnitsNet.Tests")]
56+
[assembly: InternalsVisibleTo("UnitsNet.WindowsRuntimeComponent.Tests")]
57+
58+
[assembly: AssemblyVersion("3.30.0")]
59+
[assembly: AssemblyFileVersion("3.30.0")]

0 commit comments

Comments
 (0)