Skip to content

Commit

Permalink
add sln and refactored to new opinionated folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
devkeydet committed Dec 5, 2023
1 parent 49399ca commit 2f00d3a
Show file tree
Hide file tree
Showing 94 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HelloFusionDev.cdsproj → src/HelloFusionDev.cdsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--Remove TargetFramework when this is available in 16.1-->
<TargetFramework>net462</TargetFramework>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<SolutionRootPath>src</SolutionRootPath>
<SolutionRootPath>solution</SolutionRootPath>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="pcf\LinearInputControl\LinearInputControl.pcfproj" />
<ProjectReference Include="pcfs\LinearInputControl\LinearInputControl.pcfproj" />
<ProjectReference Include="plugins\firstplugins\firstplugins.csproj" />
</ItemGroup>

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.
25 changes: 25 additions & 0 deletions src/plugins/plugins.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "firstplugins", "firstplugins\firstplugins.csproj", "{D775758D-BFC3-4D89-AB45-E44B57239F53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D775758D-BFC3-4D89-AB45-E44B57239F53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D775758D-BFC3-4D89-AB45-E44B57239F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D775758D-BFC3-4D89-AB45-E44B57239F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D775758D-BFC3-4D89-AB45-E44B57239F53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC407003-6EFB-4AD4-8BBE-76819CE5ADA2}
EndGlobalSection
EndGlobal
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.

0 comments on commit 2f00d3a

Please sign in to comment.