Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Micha
MarmeLEDv2
Commits
041c1486
Commit
041c1486
authored
Apr 24, 2017
by
Micha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made ready for linux
parent
a02afeb1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
10 deletions
+21
-10
MarmeLED/MarmeLED.csproj
MarmeLED/MarmeLED.csproj
+2
-0
MarmeLEDExample/MarmeLEDExample.csproj
MarmeLEDExample/MarmeLEDExample.csproj
+3
-1
MarmeLEDSimu2/Form1.cs
MarmeLEDSimu2/Form1.cs
+2
-0
MarmeLEDSimu2/MarmeLEDSimu2.csproj
MarmeLEDSimu2/MarmeLEDSimu2.csproj
+3
-1
MarmeLEDv2.sln
MarmeLEDv2.sln
+11
-8
No files found.
MarmeLED/MarmeLED.csproj
View file @
041c1486
...
...
@@ -12,6 +12,8 @@
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<TargetFrameworkProfile
/>
<ProductVersion>
12.0.0
</ProductVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
...
...
MarmeLEDExample/MarmeLEDExample.csproj
View file @
041c1486
...
...
@@ -12,6 +12,8 @@
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<TargetFrameworkProfile
/>
<ProductVersion>
12.0.0
</ProductVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
...
...
@@ -52,7 +54,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\MarmeLED\MarmeLED.csproj"
>
<Project>
{04
c6abc
2-
c
041-46
dc-9cde-3fe
34
e
21
bfcf
}
</Project>
<Project>
{04
C6ABC
2-
C
041-46
DC-9CDE-3FE
34
E
21
BFCF
}
</Project>
<Name>
MarmeLED
</Name>
</ProjectReference>
</ItemGroup>
...
...
MarmeLEDSimu2/Form1.cs
View file @
041c1486
...
...
@@ -48,6 +48,7 @@ namespace MarmeLEDSimu2
temp
.
Width
=
maxWidth
-
4
;
temp
.
Height
=
temp
.
Width
;
temp
.
Left
=
(
4
+
temp
.
Width
)
*
i
;
temp
.
Text
=
""
;
temp
.
Enabled
=
false
;
// add small lights inside a glass
...
...
@@ -71,6 +72,7 @@ namespace MarmeLEDSimu2
temp2
.
Height
=
temp2
.
Width
;
temp2
.
Left
=
(
middle
.
X
+
x
)
-
8
;
temp2
.
Top
=
(
middle
.
Y
-
y
)
-
8
;
temp2
.
Text
=
""
;
pnGlasses
.
Controls
.
Add
(
temp2
);
}
pnGlasses
.
Controls
.
Add
(
temp
);
...
...
MarmeLEDSimu2/MarmeLEDSimu2.csproj
View file @
041c1486
...
...
@@ -12,6 +12,8 @@
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<TargetFrameworkProfile
/>
<ProductVersion>
12.0.0
</ProductVersion>
<SchemaVersion>
2.0
</SchemaVersion>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
...
...
@@ -83,7 +85,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\RoundButton\RoundButton.csproj"
>
<Project>
{7
d
09071
c-e2ce-4289-b4bf-d3cdcf2b7ca
7}
</Project>
<Project>
{7
D
09071
C-E2CE-4289-B4BF-D3CDCF2B7CA
7}
</Project>
<Name>
RoundButton
</Name>
</ProjectReference>
</ItemGroup>
...
...
MarmeLEDv2.sln
View file @
041c1486
...
...
@@ -15,22 +15,25 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E45020EB-A814-46E7-93D4-8318A63455CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E45020EB-A814-46E7-93D4-8318A63455CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E45020EB-A814-46E7-93D4-8318A63455CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E45020EB-A814-46E7-93D4-8318A63455CA}.Release|Any CPU.Build.0 = Release|Any CPU
{04C6ABC2-C041-46DC-9CDE-3FE34E21BFCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04C6ABC2-C041-46DC-9CDE-3FE34E21BFCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04C6ABC2-C041-46DC-9CDE-3FE34E21BFCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04C6ABC2-C041-46DC-9CDE-3FE34E21BFCF}.Release|Any CPU.Build.0 = Release|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Release|Any CPU.Build.0 = Release|Any CPU
{1451E448-56B0-42A2-BEB6-8DA0250B2EC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1451E448-56B0-42A2-BEB6-8DA0250B2EC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1451E448-56B0-42A2-BEB6-8DA0250B2EC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1451E448-56B0-42A2-BEB6-8DA0250B2EC2}.Release|Any CPU.Build.0 = Release|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D09071C-E2CE-4289-B4BF-D3CDCF2B7CA7}.Release|Any CPU.Build.0 = Release|Any CPU
{E45020EB-A814-46E7-93D4-8318A63455CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E45020EB-A814-46E7-93D4-8318A63455CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E45020EB-A814-46E7-93D4-8318A63455CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E45020EB-A814-46E7-93D4-8318A63455CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = MarmeLEDSimu2\MarmeLEDSimu2.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment