Skip to content

Commit

Permalink
Renamed NitroxElectron
Browse files Browse the repository at this point in the history
  • Loading branch information
killzoms committed Jun 13, 2020
1 parent 6bd6e1d commit ba30872
Show file tree
Hide file tree
Showing 102 changed files with 9 additions and 35 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,5 @@ paket-files/
# Sonar
/.sonarqube
sonar.config.bat
*.bak
*.bak
/Nitrox.Launcher/dist_electron
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>NitroxElectron</Name>
<Name>Nitrox.Launcher</Name>
<RootNamespace>NitroxElectron</RootNamespace>
<SaveNodeJsSettingsInProjectFile>True</SaveNodeJsSettingsInProjectFile>
</PropertyGroup>
Expand All @@ -11,7 +11,8 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>f74484f8-e2d4-402b-9b71-9607eab5c4b1</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectHome>
</ProjectHome>
<StartupFile>
</StartupFile>
<StartWebBrowser>False</StartWebBrowser>
Expand Down Expand Up @@ -141,23 +142,19 @@
<Folder Include="src\store\" />
<Folder Include="src\views\" />
</ItemGroup>

<ItemGroup>
<NitroxLibs Include="$(SolutionDir)\Nitrox.Subnautica.Assets\**\*.dll" Visible="false" />
<NitroxLibs Include="$(SolutionDir)\Nitrox.Subnautica.Assets\**\*." Visible="false" />
<NitroxLibs Include="..\Nitrox.Bootloader\bin\$(Configuration)\*" Visible="false" />
<NitroxLibs Include="..\NitroxPatcher\bin\$(Configuration)\*" Visible="false" />
<NitroxLibs Include="..\NitroxServer-Subnautica\bin\$(Configuration)\*" Visible="false" />
</ItemGroup>

<ItemGroup>
</ItemGroup>

<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
<Target Name="Build">
<MakeDir Directories="$(OutputPath)"/>
<MakeDir Directories="$(OutputPath)" />
<Copy SourceFiles="@(NitroxLibs)" DestinationFolder="$(OutputPath)\%(RecursiveDir)" />

<Exec Command="npm run-script electron:build"/>
<Exec Command="npm run-script electron:build" />
</Target>
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rux-test",
"name": "nitrox-launcher",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Nitrox.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nitrox.Bootloader", "Nitrox
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Nitrox.Subnautica.Assets", "Nitrox.Subnautica.Assets\Nitrox.Subnautica.Assets.shproj", "{0763D551-B1A8-4960-B88A-98833F957936}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "NitroxElectron", "NitroxElectron\NitroxElectron.njsproj", "{F74484F8-E2D4-402B-9B71-9607EAB5C4B1}"
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Nitrox.Launcher", "Nitrox.Launcher\Nitrox.Launcher.njsproj", "{F74484F8-E2D4-402B-9B71-9607EAB5C4B1}"
ProjectSection(ProjectDependencies) = postProject
{0A377218-6B36-4522-89A3-A39CFC999209} = {0A377218-6B36-4522-89A3-A39CFC999209}
{E4226522-9189-410B-93B2-792942FBD588} = {E4226522-9189-410B-93B2-792942FBD588}
Expand Down
24 changes: 0 additions & 24 deletions NitroxElectron/.gitignore

This file was deleted.

0 comments on commit ba30872

Please sign in to comment.