@@ -10,13 +10,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
10
10
EmberLibConsumer .net \CodeAnalysis .ruleset = EmberLibConsumer .net \CodeAnalysis .ruleset
11
11
EmberLibConsumer .net \CodeAnalysisDictionary .xml = EmberLibConsumer .net \CodeAnalysisDictionary .xml
12
12
EmberLibConsumer .net \CodeCoverage .runsettings = EmberLibConsumer .net \CodeCoverage .runsettings
13
+ ..\.github \workflows \ContinuousIntegration .yml = ..\.github \workflows \ContinuousIntegration .yml
13
14
EmberLibConsumer .net \Logo .ico = EmberLibConsumer .net \Logo .ico
14
15
EmberLibConsumer .net \README .md = EmberLibConsumer .net \README .md
16
+ ..\README .md = ..\README .md
15
17
EmberLibConsumer .net \SharedAssemblyInfo .cs = EmberLibConsumer .net \SharedAssemblyInfo .cs
16
18
EmberLibConsumer .net \StrongNameKey .snk = EmberLibConsumer .net \StrongNameKey .snk
17
19
EmberLibConsumer .net \stylecop .json = EmberLibConsumer .net \stylecop .json
18
- ..\README .md = ..\README .md
19
- ..\.github \workflows \ContinuousIntegration .yml = ..\.github \workflows \ContinuousIntegration .yml
20
20
EndProject Section
21
21
EndProject
22
22
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Lawo.UnitTesting" , "EmberLibConsumer.net\Lawo.UnitTesting\Lawo.UnitTesting.csproj" , "{018D45FD-BC81-433E-9B90-788D4AE2D31C}"
@@ -33,12 +33,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lawo.EmberPlusSharp", "Embe
33
33
EndProject
34
34
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Lawo" , "EmberLibConsumer.net\Lawo\Lawo.csproj" , "{47067303-08C7-442D-AEFD-5793595B179F}"
35
35
EndProject
36
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "Nuget.EmberPlusConsumerLib.NetStandard" , "Nuget.EmberPlusConsumerLib.NetStandard\Nuget.EmberPlusConsumerLib.NetStandard.csproj" , "{FF061512-7A72-482B-BE37-2F4C73B0D7FE}"
36
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "Nuget.EmberPlusConsumerLib.NetStandard" , "Nuget.EmberPlusConsumerLib.NetStandard\Nuget.EmberPlusConsumerLib.NetStandard.csproj" , "{FF061512-7A72-482B-BE37-2F4C73B0D7FE}"
37
37
EndProject
38
38
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{CC781669-0B88-4B87-8440-132EB37FF16D}"
39
39
EndProject
40
40
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "ember-plus" , "ember-plus" , "{3827E5DC-6235-49F5-80B3-CAFA0AE2D893}"
41
41
EndProject
42
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "EmberPlusConsumerClassLib" , "EmberPlusConsumerClassLib\EmberPlusConsumerClassLib.csproj" , "{402C4B73-F8BD-4806-9A03-5AD21CCFF365}"
43
+ EndProject
42
44
Global
43
45
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
44
46
Debug| Any CPU = Debug| Any CPU
@@ -235,23 +237,48 @@ Global
235
237
{FF061512-7A72-482B-BE37-2F4C73B0D7FE} .Release| x64 .Build .0 = Release| Any CPU
236
238
{FF061512-7A72-482B-BE37-2F4C73B0D7FE} .Release| x86 .ActiveCfg = Release| Any CPU
237
239
{FF061512-7A72-482B-BE37-2F4C73B0D7FE} .Release| x86 .Build .0 = Release| Any CPU
240
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
241
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| Any CPU .Build .0 = Debug| Any CPU
242
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| ARM .ActiveCfg = Debug| Any CPU
243
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| ARM .Build .0 = Debug| Any CPU
244
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| x64 .ActiveCfg = Debug| Any CPU
245
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| x64 .Build .0 = Debug| Any CPU
246
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| x86 .ActiveCfg = Debug| Any CPU
247
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Debug| x86 .Build .0 = Debug| Any CPU
248
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| Any CPU .ActiveCfg = Debug| Any CPU
249
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| Any CPU .Build .0 = Debug| Any CPU
250
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| ARM .ActiveCfg = Debug| Any CPU
251
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| ARM .Build .0 = Debug| Any CPU
252
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| x64 .ActiveCfg = Debug| Any CPU
253
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| x64 .Build .0 = Debug| Any CPU
254
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| x86 .ActiveCfg = Debug| Any CPU
255
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .PackNuGet| x86 .Build .0 = Debug| Any CPU
256
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| Any CPU .ActiveCfg = Release| Any CPU
257
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| Any CPU .Build .0 = Release| Any CPU
258
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| ARM .ActiveCfg = Release| Any CPU
259
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| ARM .Build .0 = Release| Any CPU
260
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| x64 .ActiveCfg = Release| Any CPU
261
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| x64 .Build .0 = Release| Any CPU
262
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| x86 .ActiveCfg = Release| Any CPU
263
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} .Release| x86 .Build .0 = Release| Any CPU
238
264
EndGlobalSection
239
265
GlobalSection (SolutionProperties ) = preSolution
240
266
HideSolutionNode = FALSE
241
267
EndGlobalSection
242
- GlobalSection (ExtensibilityGlobals ) = postSolution
243
- SolutionGuid = {4CCEB7E0-F2FD-41D3-9E4E-BAA95A7FC762}
244
- EndGlobalSection
245
268
GlobalSection (NestedProjects ) = preSolution
246
- {47067303-08C7-442D-AEFD-5793595B179F} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
247
- {1BE88B2D-2A49-47C0-9C60-59D662C0821A} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
248
269
{D93DC0DD-C137-428F-B84B-3F4387124C85} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
249
- {A81DC2B8-8E3C-442E-B311-A38B22D18DFF} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
250
- {8273A6F1-CFC5-4A5E-8B2B-089EA6317312} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
251
- {C9E3FDA8-F9A9-48BC-9249-36E86A18D371} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
252
270
{018D45FD-BC81-433E-9B90-788D4AE2D31C} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
253
271
{60335AC8-4085-4890-AF0C-51D2273772E5} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
272
+ {8273A6F1-CFC5-4A5E-8B2B-089EA6317312} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
273
+ {C9E3FDA8-F9A9-48BC-9249-36E86A18D371} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
274
+ {A81DC2B8-8E3C-442E-B311-A38B22D18DFF} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
275
+ {1BE88B2D-2A49-47C0-9C60-59D662C0821A} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
276
+ {47067303-08C7-442D-AEFD-5793595B179F} = {3827E5DC-6235-49F5-80B3-CAFA0AE2D893}
254
277
{FF061512-7A72-482B-BE37-2F4C73B0D7FE} = {CC781669-0B88-4B87-8440-132EB37FF16D}
255
278
{3827E5DC-6235-49F5-80B3-CAFA0AE2D893} = {CC781669-0B88-4B87-8440-132EB37FF16D}
279
+ {402C4B73-F8BD-4806-9A03-5AD21CCFF365} = {CC781669-0B88-4B87-8440-132EB37FF16D}
280
+ EndGlobalSection
281
+ GlobalSection (ExtensibilityGlobals ) = postSolution
282
+ SolutionGuid = {4CCEB7E0-F2FD-41D3-9E4E-BAA95A7FC762}
256
283
EndGlobalSection
257
284
EndGlobal
0 commit comments