Skip to content

Commit

Permalink
removed vs files
Browse files Browse the repository at this point in the history
remove vs files

Renamed
  • Loading branch information
vnoves committed Jan 10, 2024
1 parent eb90df1 commit 6d6f35a
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Build C++ project
- name: Build C++ project
run: msbuild TestDraco.sln -property:Configuration=Release -property:Platform="x64" -target:DracoWrapper
run: msbuild Draco.sln -property:Configuration=Release -property:Platform="x64" -target:DracoWrapper

# Get PFX Certificate
- name: Get certificate
Expand All @@ -46,7 +46,7 @@ jobs:
uses: NuGet/setup-nuget@v1.0.6

- name: Restore NuGet Packages
run: nuget restore "TestDraco.sln"
run: nuget restore "Draco.sln"

# Sign Dll
- name: Sign dlls
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
.vs/
**/x64/

# Visual Studio 2015 cache/options directory
.vs/
Expand Down
Binary file not shown.
Empty file.
Binary file removed .vs/TestDraco/v17/.suo
Binary file not shown.
Binary file removed .vs/TestDraco/v17/Browse.VC.db
Binary file not shown.
Binary file removed .vs/TestDraco/v17/Solution.VC.db
Binary file not shown.
Binary file removed .vs/TestDraco/v17/fileList.bin
Binary file not shown.
74 changes: 37 additions & 37 deletions TestDraco.sln → Draco.sln
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DracoWrapper", "DracoWrapper\DracoWrapper.vcxproj", "{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|Any CPU.ActiveCfg = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|Any CPU.Build.0 = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x64.ActiveCfg = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x64.Build.0 = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x86.ActiveCfg = Debug|Win32
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x86.Build.0 = Debug|Win32
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|Any CPU.ActiveCfg = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|Any CPU.Build.0 = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x64.ActiveCfg = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x64.Build.0 = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x86.ActiveCfg = Release|Win32
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {235BFFA2-94F4-4A3F-A283-C757DF18706D}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DracoWrapper", "DracoWrapper\DracoWrapper.vcxproj", "{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|Any CPU.ActiveCfg = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|Any CPU.Build.0 = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x64.ActiveCfg = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x64.Build.0 = Debug|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x86.ActiveCfg = Debug|Win32
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Debug|x86.Build.0 = Debug|Win32
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|Any CPU.ActiveCfg = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|Any CPU.Build.0 = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x64.ActiveCfg = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x64.Build.0 = Release|x64
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x86.ActiveCfg = Release|Win32
{88D75F85-D163-41DC-BD9C-C7A1DF9F8F3F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {235BFFA2-94F4-4A3F-A283-C757DF18706D}
EndGlobalSection
EndGlobal

This file was deleted.

Binary file not shown.

0 comments on commit 6d6f35a

Please sign in to comment.