-
Notifications
You must be signed in to change notification settings - Fork 52
/
Computator.NET.sln
206 lines (206 loc) · 14 KB
/
Computator.NET.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Computator.NET", "Computator.NET\Computator.NET.csproj", "{5731ED79-DFC9-41D5-8A2E-82C578AD1D96}"
ProjectSection(ProjectDependencies) = postProject
{31264A50-A9B4-410C-85BB-EC81D5076747} = {31264A50-A9B4-410C-85BB-EC81D5076747}
{715165A2-D015-42AE-9381-5563204F8508} = {715165A2-D015-42AE-9381-5563204F8508}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Charting", "Computator.NET.Charting\Computator.NET.Charting.csproj", "{31264A50-A9B4-410C-85BB-EC81D5076747}"
ProjectSection(ProjectDependencies) = postProject
{715165A2-D015-42AE-9381-5563204F8508} = {715165A2-D015-42AE-9381-5563204F8508}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.DataTypes", "Computator.NET.DataTypes\Computator.NET.DataTypes.csproj", "{715165A2-D015-42AE-9381-5563204F8508}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Core.Tests", "Computator.NET.Core.Tests\Computator.NET.Core.Tests.csproj", "{6EFD61BD-677E-4945-9605-3DBADB695CC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Desktop.UITests", "Computator.NET.Desktop.UITests\Computator.NET.Desktop.UITests.csproj", "{36F8A68E-0713-42A3-B9C3-C723B5D92922}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C3C81D6D-AB05-4A8A-BA72-7866DF0988CE}"
ProjectSection(SolutionItems) = preProject
CHANGELOG = CHANGELOG
docs\EngineeringThesis-pl.docx = docs\EngineeringThesis-pl.docx
docs\EngineeringThesisPresentation-pl.pptx = docs\EngineeringThesisPresentation-pl.pptx
docs\eula.rtf = docs\eula.rtf
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{1B05602E-FAF6-4ABC-84C0-9749F14EBDFE}"
ProjectSection(SolutionItems) = preProject
Presentation\1.8.1alpha bug fixed.jpg = Presentation\1.8.1alpha bug fixed.jpg
Presentation\Computator.NET v1.8 is coming - functions with description.jpg = Presentation\Computator.NET v1.8 is coming - functions with description.jpg
Presentation\Computator.NET v1.8 is coming 2 - writing in exponent, f(x,y) chart.jpg = Presentation\Computator.NET v1.8 is coming 2 - writing in exponent, f(x,y) chart.jpg
Presentation\Computator.NET_alpha_01.jpg = Presentation\Computator.NET_alpha_01.jpg
Presentation\eps-propagation.jpg = Presentation\eps-propagation.jpg
Presentation\eps-truncation-error.jpg = Presentation\eps-truncation-error.jpg
Presentation\functions and constants details.jpg = Presentation\functions and constants details.jpg
Presentation\functions and constants details.png = Presentation\functions and constants details.png
Presentation\gamma by computator.net.jpg = Presentation\gamma by computator.net.jpg
Presentation\gamma by computator.net.png = Presentation\gamma by computator.net.png
Presentation\interesting implicit function.jpg = Presentation\interesting implicit function.jpg
Presentation\quick_presentation.gif = Presentation\quick_presentation.gif
Presentation\simple implicit function.jpg = Presentation\simple implicit function.jpg
Presentation\simple implicit function.png = Presentation\simple implicit function.png
Presentation\solving equations graphically.gif = Presentation\solving equations graphically.gif
Presentation\solving equations using numerical calculations.gif = Presentation\solving equations using numerical calculations.gif
Presentation\writing-in-exponent.gif = Presentation\writing-in-exponent.gif
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Core.IntegrationTests", "Computator.NET.Core.IntegrationTests\Computator.NET.Core.IntegrationTests.csproj", "{F7763889-7F90-40BB-B061-27680478D0F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E2C6CC91-A22F-4FFE-B3DD-36080763A822}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{342D511E-A811-4A7B-9369-4119DA2CDB52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Desktop", "Desktop", "{78D9A020-3FAD-4ABF-B002-EAEC4C4E04D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Core", "Computator.NET.Core\Computator.NET.Core.csproj", "{B74CD9D5-D77E-418D-B50A-7EE5F040F819}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{09B7735B-70EC-48F8-8E35-5DC0E3FD776F}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cake = build.cake
build.cmd = build.cmd
build.ps1 = build.ps1
build.sh = build.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build-Mono", "Build-Mono", "{1B1E513A-5933-4EA2-8C08-7B6946715B26}"
ProjectSection(SolutionItems) = preProject
build-mono\build.sh = build-mono\build.sh
build-mono\coverage.sh = build-mono\coverage.sh
build-mono\generateTravisBuildEnvironments.csx = build-mono\generateTravisBuildEnvironments.csx
build-mono\install.sh = build-mono\install.sh
build-mono\restore.sh = build-mono\restore.sh
build-mono\test.sh = build-mono\test.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build-uwp", "Build-uwp", "{1C29E65F-1A75-4EBF-A86D-6B71A3DE5C25}"
ProjectSection(SolutionItems) = preProject
build-uwp\AppxManifest.xml = build-uwp\AppxManifest.xml
build-uwp\build.bat = build-uwp\build.bat
build-uwp\createCert.bat = build-uwp\createCert.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Installer", "Computator.NET.Installer\Computator.NET.Installer.csproj", "{5461F6E0-DFA0-4A79-91E9-56C41673CF7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Localization", "Computator.NET.Localization\Computator.NET.Localization.csproj", "{6B5754FF-10E9-4BCC-A1D8-0DD665E56B53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Computator.NET.net40", "Computator.NET\Computator.NET.net40.csproj", "{CE7E263B-7746-4AF7-A4DB-D84B86E3DBF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{1696C4F0-76C7-4E98-ABDE-DFA72F5AF8A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{3629D57B-C761-4451-A635-1E3E113E71B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.WebApi", "Computator.NET.WebApi\Computator.NET.WebApi.csproj", "{1EE08F1E-8DD9-4548-A506-03C32857EA82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.WebApi.IntegrationTests", "Computator.NET.WebApi.IntegrationTests\Computator.NET.WebApi.IntegrationTests.csproj", "{E6BE66DF-0F78-400B-9A30-15DFBBB99E31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.Desktop", "Computator.NET.Desktop\Computator.NET.Desktop.csproj", "{96B14E73-74BD-4C1F-968C-8CF4E2EA6AD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Computator.NET.WebClient", "Computator.NET.WebClient\Computator.NET.WebClient.csproj", "{0A0A4151-F13E-41B8-B2F0-88A1A7EC7F85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5731ED79-DFC9-41D5-8A2E-82C578AD1D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5731ED79-DFC9-41D5-8A2E-82C578AD1D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5731ED79-DFC9-41D5-8A2E-82C578AD1D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5731ED79-DFC9-41D5-8A2E-82C578AD1D96}.Release|Any CPU.Build.0 = Release|Any CPU
{31264A50-A9B4-410C-85BB-EC81D5076747}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31264A50-A9B4-410C-85BB-EC81D5076747}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31264A50-A9B4-410C-85BB-EC81D5076747}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31264A50-A9B4-410C-85BB-EC81D5076747}.Release|Any CPU.Build.0 = Release|Any CPU
{715165A2-D015-42AE-9381-5563204F8508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715165A2-D015-42AE-9381-5563204F8508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{715165A2-D015-42AE-9381-5563204F8508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715165A2-D015-42AE-9381-5563204F8508}.Release|Any CPU.Build.0 = Release|Any CPU
{6EFD61BD-677E-4945-9605-3DBADB695CC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EFD61BD-677E-4945-9605-3DBADB695CC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EFD61BD-677E-4945-9605-3DBADB695CC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EFD61BD-677E-4945-9605-3DBADB695CC1}.Release|Any CPU.Build.0 = Release|Any CPU
{36F8A68E-0713-42A3-B9C3-C723B5D92922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36F8A68E-0713-42A3-B9C3-C723B5D92922}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36F8A68E-0713-42A3-B9C3-C723B5D92922}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36F8A68E-0713-42A3-B9C3-C723B5D92922}.Release|Any CPU.Build.0 = Release|Any CPU
{F7763889-7F90-40BB-B061-27680478D0F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7763889-7F90-40BB-B061-27680478D0F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7763889-7F90-40BB-B061-27680478D0F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7763889-7F90-40BB-B061-27680478D0F2}.Release|Any CPU.Build.0 = Release|Any CPU
{B74CD9D5-D77E-418D-B50A-7EE5F040F819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B74CD9D5-D77E-418D-B50A-7EE5F040F819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B74CD9D5-D77E-418D-B50A-7EE5F040F819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B74CD9D5-D77E-418D-B50A-7EE5F040F819}.Release|Any CPU.Build.0 = Release|Any CPU
{5461F6E0-DFA0-4A79-91E9-56C41673CF7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5461F6E0-DFA0-4A79-91E9-56C41673CF7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5461F6E0-DFA0-4A79-91E9-56C41673CF7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5461F6E0-DFA0-4A79-91E9-56C41673CF7B}.Release|Any CPU.Build.0 = Release|Any CPU
{6B5754FF-10E9-4BCC-A1D8-0DD665E56B53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B5754FF-10E9-4BCC-A1D8-0DD665E56B53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B5754FF-10E9-4BCC-A1D8-0DD665E56B53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B5754FF-10E9-4BCC-A1D8-0DD665E56B53}.Release|Any CPU.Build.0 = Release|Any CPU
{CE7E263B-7746-4AF7-A4DB-D84B86E3DBF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE7E263B-7746-4AF7-A4DB-D84B86E3DBF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE7E263B-7746-4AF7-A4DB-D84B86E3DBF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE7E263B-7746-4AF7-A4DB-D84B86E3DBF8}.Release|Any CPU.Build.0 = Release|Any CPU
{1EE08F1E-8DD9-4548-A506-03C32857EA82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EE08F1E-8DD9-4548-A506-03C32857EA82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EE08F1E-8DD9-4548-A506-03C32857EA82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EE08F1E-8DD9-4548-A506-03C32857EA82}.Release|Any CPU.Build.0 = Release|Any CPU
{E6BE66DF-0F78-400B-9A30-15DFBBB99E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6BE66DF-0F78-400B-9A30-15DFBBB99E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6BE66DF-0F78-400B-9A30-15DFBBB99E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6BE66DF-0F78-400B-9A30-15DFBBB99E31}.Release|Any CPU.Build.0 = Release|Any CPU
{96B14E73-74BD-4C1F-968C-8CF4E2EA6AD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96B14E73-74BD-4C1F-968C-8CF4E2EA6AD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96B14E73-74BD-4C1F-968C-8CF4E2EA6AD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96B14E73-74BD-4C1F-968C-8CF4E2EA6AD6}.Release|Any CPU.Build.0 = Release|Any CPU
{0A0A4151-F13E-41B8-B2F0-88A1A7EC7F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A0A4151-F13E-41B8-B2F0-88A1A7EC7F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A0A4151-F13E-41B8-B2F0-88A1A7EC7F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A0A4151-F13E-41B8-B2F0-88A1A7EC7F85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5731ED79-DFC9-41D5-8A2E-82C578AD1D96} = {78D9A020-3FAD-4ABF-B002-EAEC4C4E04D3}
{31264A50-A9B4-410C-85BB-EC81D5076747} = {78D9A020-3FAD-4ABF-B002-EAEC4C4E04D3}
{715165A2-D015-42AE-9381-5563204F8508} = {342D511E-A811-4A7B-9369-4119DA2CDB52}
{6EFD61BD-677E-4945-9605-3DBADB695CC1} = {E2C6CC91-A22F-4FFE-B3DD-36080763A822}
{36F8A68E-0713-42A3-B9C3-C723B5D92922} = {E2C6CC91-A22F-4FFE-B3DD-36080763A822}
{1B05602E-FAF6-4ABC-84C0-9749F14EBDFE} = {C3C81D6D-AB05-4A8A-BA72-7866DF0988CE}
{F7763889-7F90-40BB-B061-27680478D0F2} = {E2C6CC91-A22F-4FFE-B3DD-36080763A822}
{B74CD9D5-D77E-418D-B50A-7EE5F040F819} = {342D511E-A811-4A7B-9369-4119DA2CDB52}
{1B1E513A-5933-4EA2-8C08-7B6946715B26} = {09B7735B-70EC-48F8-8E35-5DC0E3FD776F}
{1C29E65F-1A75-4EBF-A86D-6B71A3DE5C25} = {09B7735B-70EC-48F8-8E35-5DC0E3FD776F}
{5461F6E0-DFA0-4A79-91E9-56C41673CF7B} = {1696C4F0-76C7-4E98-ABDE-DFA72F5AF8A2}
{6B5754FF-10E9-4BCC-A1D8-0DD665E56B53} = {342D511E-A811-4A7B-9369-4119DA2CDB52}
{CE7E263B-7746-4AF7-A4DB-D84B86E3DBF8} = {78D9A020-3FAD-4ABF-B002-EAEC4C4E04D3}
{1EE08F1E-8DD9-4548-A506-03C32857EA82} = {3629D57B-C761-4451-A635-1E3E113E71B7}
{E6BE66DF-0F78-400B-9A30-15DFBBB99E31} = {E2C6CC91-A22F-4FFE-B3DD-36080763A822}
{96B14E73-74BD-4C1F-968C-8CF4E2EA6AD6} = {78D9A020-3FAD-4ABF-B002-EAEC4C4E04D3}
{0A0A4151-F13E-41B8-B2F0-88A1A7EC7F85} = {3629D57B-C761-4451-A635-1E3E113E71B7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35;packages\Unity.2.1.505.0\lib\NET35
SolutionGuid = {551528AF-1742-4B85-AD72-F39A687D71C2}
EndGlobalSection
GlobalSection(AutomaticVersions) = postSolution
AssemblyInfoFilePath = ..\SharedAssemblyInfo.cs
PrimaryVersionType = AssemblyVersionAttribute
UpdateAssemblyVersion = True
UpdateAssemblyFileVersion = False
UpdateAssemblyInfoVersion = False
AssemblyVersionSettings = None.None.None.Increment
EndGlobalSection
EndGlobal