Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Add submodules, remove assemblies #7

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/DCSFPCommon"]
path = src/DCSFPCommon
url = https://github.com/DCS-Skunkworks/DCSFPCommon
12 changes: 12 additions & 0 deletions src/BIOSBuddy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BIOSBuddy", "BIOSBuddy\BIOSBuddy.csproj", "{F13BEB47-88EC-40AF-B71C-6E90EF134656}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibraryCommon", "DCSFPCommon\src\ClassLibraryCommon\ClassLibraryCommon.csproj", "{08961F4C-8F13-409B-B343-C30713524A1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCS-BIOS", "DCSFPCommon\src\DCS-BIOS\DCS-BIOS.csproj", "{CFADF8D4-7C15-4EBB-82D2-8CE9C9A285E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +19,14 @@ Global
{F13BEB47-88EC-40AF-B71C-6E90EF134656}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F13BEB47-88EC-40AF-B71C-6E90EF134656}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F13BEB47-88EC-40AF-B71C-6E90EF134656}.Release|Any CPU.Build.0 = Release|Any CPU
{08961F4C-8F13-409B-B343-C30713524A1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08961F4C-8F13-409B-B343-C30713524A1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08961F4C-8F13-409B-B343-C30713524A1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08961F4C-8F13-409B-B343-C30713524A1C}.Release|Any CPU.Build.0 = Release|Any CPU
{CFADF8D4-7C15-4EBB-82D2-8CE9C9A285E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFADF8D4-7C15-4EBB-82D2-8CE9C9A285E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFADF8D4-7C15-4EBB-82D2-8CE9C9A285E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFADF8D4-7C15-4EBB-82D2-8CE9C9A285E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
13 changes: 2 additions & 11 deletions src/BIOSBuddy/BIOSBuddy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<Content Include="dcs-bios_modules.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<ProjectReference Include="..\DCSFPCommon\src\ClassLibraryCommon\ClassLibraryCommon.csproj" />
<ProjectReference Include="..\DCSFPCommon\src\DCS-BIOS\DCS-BIOS.csproj" />
<Resource Include="Images\112_RefreshArrow_Green_32x32_72.png" />
<Resource Include="Images\clear_search_result.png" />
<Resource Include="Images\FlightPanels01.png">
Expand All @@ -68,15 +70,4 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="dll\" />
</ItemGroup>
<ItemGroup>
<Reference Include="ClassLibraryCommon">
<HintPath>dll\ClassLibraryCommon.dll</HintPath>
</Reference>
<Reference Include="DCS-BIOS">
<HintPath>dll\DCS-BIOS.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Binary file removed src/BIOSBuddy/dll/ClassLibraryCommon.dll
Binary file not shown.
Binary file removed src/BIOSBuddy/dll/DCS-BIOS.dll
Binary file not shown.
1 change: 1 addition & 0 deletions src/DCSFPCommon
Submodule DCSFPCommon added at 122e1e
Loading