-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find all old commits in this backup: https://webgit.ccs-labs.org/git/CCS/vce-legacy
- Loading branch information
0 parents
commit 479f030
Showing
974 changed files
with
1,025,191 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.