Skip to content

Commit

Permalink
Clean slate
Browse files Browse the repository at this point in the history
Find all old commits in this backup:
https://webgit.ccs-labs.org/git/CCS/vce-legacy
  • Loading branch information
lumpiluk committed Jun 30, 2023
0 parents commit 479f030
Show file tree
Hide file tree
Showing 974 changed files with 1,025,191 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# build dir
/asmp

# generic
/build
/dist
/MANIFEST
*.egg-info

bike-interface/hall-brake-sensor/adc2udp/out
.vs

# Apptainer images
*.sif

.mono/
.import/

# IntelliJ
.idea/


3denv/3denv/Logs/

12 changes: 12 additions & 0 deletions 3denv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.vs

.mono/
.import/**
mono_crash.*

/GodotPerformanceLog*
mono_crash.*

/logs/**
!/logs/.gdignore
/GodotPerformanceLog*
18 changes: 18 additions & 0 deletions 3denv/3 Denv.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>Denv</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.9" />
<PackageReference Include="NetMQ" Version="4.0.1.10" />
<PackageReference Include="DotSpatial.Projections" Version="4.0.656" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
</ItemGroup>
</Project>
19 changes: 19 additions & 0 deletions 3denv/3 Denv.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3 Denv", "3 Denv.csproj", "{C8F9A327-3C25-4E09-84FB-468BF9AE6E9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8F9A327-3C25-4E09-84FB-468BF9AE6E9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8F9A327-3C25-4E09-84FB-468BF9AE6E9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8F9A327-3C25-4E09-84FB-468BF9AE6E9D}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{C8F9A327-3C25-4E09-84FB-468BF9AE6E9D}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{C8F9A327-3C25-4E09-84FB-468BF9AE6E9D}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{C8F9A327-3C25-4E09-84FB-468BF9AE6E9D}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal
Loading

0 comments on commit 479f030

Please sign in to comment.