From 0019f7558d16bc99f274f8964aefb5ddc9edfd64 Mon Sep 17 00:00:00 2001
From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com>
Date: Sat, 8 Aug 2026 13:06:06 -0400
Subject: [PATCH] feat: ouput to libs folder
---
.gitignore | 3 ++-
4J_Input/4J_Input.vcxproj | 2 ++
4J_Profile/4J_Profile.vcxproj | 2 ++
4J_Render/4J_Render.vcxproj | 2 ++
4J_Storage/4J_Storage.vcxproj | 2 ++
4J_XTMS/4J_XTMS.vcxproj | 7 ++++++-
6 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 7c3aca6..8954b22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,5 @@ ipch/
*.sdf
*.suo
*.opensdf
-VS_*
\ No newline at end of file
+VS_*
+/libs
diff --git a/4J_Input/4J_Input.vcxproj b/4J_Input/4J_Input.vcxproj
index ede17d5..e0ab81d 100644
--- a/4J_Input/4J_Input.vcxproj
+++ b/4J_Input/4J_Input.vcxproj
@@ -85,6 +85,7 @@
$(ProjectName)_d
+ $(SolutionDir)\libs
$(ProjectName)_d
@@ -94,6 +95,7 @@
$(ProjectName)_r
+ $(SolutionDir)\libs
diff --git a/4J_Profile/4J_Profile.vcxproj b/4J_Profile/4J_Profile.vcxproj
index 58c8fbc..aa79ec9 100644
--- a/4J_Profile/4J_Profile.vcxproj
+++ b/4J_Profile/4J_Profile.vcxproj
@@ -88,12 +88,14 @@
$(ProjectName)_d
+ $(SolutionDir)\libs
$(ProjectName)_r
$(ProjectName)_r
+ $(SolutionDir)\libs
diff --git a/4J_Render/4J_Render.vcxproj b/4J_Render/4J_Render.vcxproj
index 3a08f51..4f0a026 100644
--- a/4J_Render/4J_Render.vcxproj
+++ b/4J_Render/4J_Render.vcxproj
@@ -115,6 +115,7 @@
$(ProjectName)_d
+ $(SolutionDir)\libs
$(ProjectName)_d
@@ -124,6 +125,7 @@
$(ProjectName)_r
+ $(SolutionDir)\libs
diff --git a/4J_Storage/4J_Storage.vcxproj b/4J_Storage/4J_Storage.vcxproj
index 6af049b..3fb355c 100644
--- a/4J_Storage/4J_Storage.vcxproj
+++ b/4J_Storage/4J_Storage.vcxproj
@@ -84,12 +84,14 @@
$(ProjectName)_d
+ $(SolutionDir)\libs
$(ProjectName)_r
$(ProjectName)_r
+ $(SolutionDir)\libs
diff --git a/4J_XTMS/4J_XTMS.vcxproj b/4J_XTMS/4J_XTMS.vcxproj
index c8824ce..f2d6e90 100644
--- a/4J_XTMS/4J_XTMS.vcxproj
+++ b/4J_XTMS/4J_XTMS.vcxproj
@@ -66,7 +66,12 @@
-
+
+ $(SolutionDir)\libs
+
+
+ $(SolutionDir)\libs
+
Use