Skip to content

Commit 3f38f45

Browse files
committed
NoesisGUI 3.1.0 released
1 parent 94dad19 commit 3f38f45

File tree

125 files changed

+5928
-1197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+5928
-1197
lines changed

Icon-256.png

34.2 KB
Loading

LICENSE.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ IV. CERTAIN LICENSEE OBLIGATIONS
6565

6666
3. Marking. Licensee shall ensure that NoesisGUI logo shall appear in the initial credit section of any Licensed Product in accordance with the brand Guidelines.
6767

68-
4. Export Controls. The Software, including any downloading or use of, may be subject to export controls imposed by U.S. export control laws, including the U.S. Export Administration Act and its associated regulations, and may be subject to export or import regulations in other countries. Licensee agrees to comply strictly with all such regulations and acknowledges that Licensee has the responsibility to obtain licenses to export, re-export, or import the Software.
69-
70-
5. Infringement. Licensee agrees to promptly notify NOESIS if it becomes aware of any third party that infringes NOESIS intellectual property rights, including misappropriation of the Software or violations of the End User license agreement (an "Infringement"). NOESIS, at its discretion, shall have the right, but not the obligation, to enforce intellectual property rights against any Infringement. NOESIS shall solely control any such enforcement action.
68+
4. Infringement. Licensee agrees to promptly notify NOESIS if it becomes aware of any third party that infringes NOESIS intellectual property rights, including misappropriation of the Software or violations of the End User license agreement (an "Infringement"). NOESIS, at its discretion, shall have the right, but not the obligation, to enforce intellectual property rights against any Infringement. NOESIS shall solely control any such enforcement action.
7169

7270
V. TERMINATION
7371
--------------

Noesis.sln

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Noesis.App.RenderContexts.N
4747
EndProject
4848
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Noesis.App.RenderContexts.WGL", "Src\NoesisApp\RenderContexts\WGL\Noesis.App.RenderContexts.WGL.csproj", "{C5B2B1DC-8B60-400C-9C49-7783BE7B1B3E}"
4949
EndProject
50+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MediaPlayers", "MediaPlayers", "{2EA2CA43-B65A-4805-8760-5E262965680F}"
51+
EndProject
52+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Noesis.App.MediaPlayer.GE", "Src\NoesisApp\MediaPlayers\GE\Noesis.App.MediaPlayer.GE.csproj", "{D2E76E82-EA15-4E95-8823-FA2384F9EE98}"
53+
EndProject
5054
Global
5155
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5256
Debug|Any CPU = Debug|Any CPU
@@ -125,6 +129,10 @@ Global
125129
{C5B2B1DC-8B60-400C-9C49-7783BE7B1B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
126130
{C5B2B1DC-8B60-400C-9C49-7783BE7B1B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
127131
{C5B2B1DC-8B60-400C-9C49-7783BE7B1B3E}.Release|Any CPU.Build.0 = Release|Any CPU
132+
{D2E76E82-EA15-4E95-8823-FA2384F9EE98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
133+
{D2E76E82-EA15-4E95-8823-FA2384F9EE98}.Debug|Any CPU.Build.0 = Debug|Any CPU
134+
{D2E76E82-EA15-4E95-8823-FA2384F9EE98}.Release|Any CPU.ActiveCfg = Release|Any CPU
135+
{D2E76E82-EA15-4E95-8823-FA2384F9EE98}.Release|Any CPU.Build.0 = Release|Any CPU
128136
EndGlobalSection
129137
GlobalSection(SolutionProperties) = preSolution
130138
HideSolutionNode = FALSE
@@ -150,6 +158,8 @@ Global
150158
{715C59D1-62F9-446D-8322-E8303AFC7297} = {A8DA0357-2A4E-4E81-B7F1-1B46F916FAE3}
151159
{4C11CFCE-7400-4FD0-866B-3998051DE0BC} = {A8DA0357-2A4E-4E81-B7F1-1B46F916FAE3}
152160
{C5B2B1DC-8B60-400C-9C49-7783BE7B1B3E} = {A8DA0357-2A4E-4E81-B7F1-1B46F916FAE3}
161+
{2EA2CA43-B65A-4805-8760-5E262965680F} = {2965DBAB-8B7B-4D94-9CE4-1ECD689FD979}
162+
{D2E76E82-EA15-4E95-8823-FA2384F9EE98} = {2EA2CA43-B65A-4805-8760-5E262965680F}
153163
EndGlobalSection
154164
GlobalSection(ExtensibilityGlobals) = postSolution
155165
SolutionGuid = {DE273914-7EB6-44E9-876F-F964C04DE483}

Src/Noesis/Core/Noesis.GUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
4343
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
4444
</PropertyGroup>
45+
4546
<ItemGroup Condition="Exists('$(SolutionDir)LICENSE.txt')">
4647
<Content Include="$(SolutionDir)LICENSE.txt" PackagePath="" Pack="true" />
4748
</ItemGroup>

0 commit comments

Comments
 (0)