diff --git a/OrekiWoofsBeehives/OrekiWoofsBeehives.csproj b/OrekiWoofsBeehives/OrekiWoofsBeehives.csproj index 6bf0818..1308f22 100644 --- a/OrekiWoofsBeehives/OrekiWoofsBeehives.csproj +++ b/OrekiWoofsBeehives/OrekiWoofsBeehives.csproj @@ -11,8 +11,12 @@ net10.0 - $(VINTAGE_STORY_22PRE2) - --dataPath "..\VintageStoryDataBeehives\Data22" + $(VINTAGE_STORY_22) + $(VINTAGE_STORY_DATA_22) + + + + --dataPath "$(VINTAGE_STORY_DATA)" @@ -60,7 +64,7 @@ - E:\Code\VintageStory\configlib_1.10.14\configlib.dll + $(VS_CONFIGLIB) False diff --git a/OrekiWoofsBees.Common/OrekiWoofsBees.Common.csproj b/OrekiWoofsBees.Common/OrekiWoofsBees.Common.csproj index 199a8e6..e55f9e9 100644 --- a/OrekiWoofsBees.Common/OrekiWoofsBees.Common.csproj +++ b/OrekiWoofsBees.Common/OrekiWoofsBees.Common.csproj @@ -9,7 +9,8 @@ net10.0 - $(VINTAGE_STORY_22PRE2) + $(VINTAGE_STORY_22) + $(VINTAGE_STORY_DATA_22) diff --git a/RoamingBees/RoamingBees/RoamingBees.csproj b/RoamingBees/RoamingBees/RoamingBees.csproj index 3b610c1..4d279a4 100644 --- a/RoamingBees/RoamingBees/RoamingBees.csproj +++ b/RoamingBees/RoamingBees/RoamingBees.csproj @@ -11,8 +11,12 @@ net10.0 - $(VINTAGE_STORY_22PRE2) - --dataPath "..\VintageStoryDataBeehives\Data22" + $(VINTAGE_STORY_22) + $(VINTAGE_STORY_DATA_22) + + + + --dataPath "$(VINTAGE_STORY_DATA)"