Skip to content

Commit cd52538

Browse files
committed
Turns out we didn't need batch files anyways. Thank you Visual Studio.
1 parent 75eae5e commit cd52538

File tree

10 files changed

+33
-23
lines changed

10 files changed

+33
-23
lines changed

Assets/CommeillFaut/CommeillFaut.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Version>1.7.0.0</Version>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath>$(SolutionDir)\Dlls</OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Components\ActionLibrary\ActionLibrary.csproj" />
1014
<ProjectReference Include="..\..\Components\Conditions\Conditions.csproj" />

Assets/EmotionalAppraisal/EmotionalAppraisal.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Version>1.4.1.0</Version>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath>$(SolutionDir)\Dlls</OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Components\AutobiographicMemory\AutobiographicMemory.csproj" />
1014
<ProjectReference Include="..\..\Components\Conditions\Conditions.csproj" />

Assets/EmotionalDecisionMaking/EmotionalDecisionMaking.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Version>1.2.0.0</Version>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath>$(SolutionDir)\Dlls</OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Components\ActionLibrary\ActionLibrary.csproj" />
1014
<ProjectReference Include="..\..\Components\Conditions\Conditions.csproj" />

Assets/IntegratedAuthoringTool/IntegratedAuthoringTool.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Version>1.7.0.0</Version>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath>$(SolutionDir)\Dlls</OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Components\ActionLibrary\ActionLibrary.csproj" />
1014
<ProjectReference Include="..\..\Components\GAIPS.Rage\GAIPS.Rage.csproj" />

Assets/RolePlayCharacter/RolePlayCharacter.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Version>1.5.0.0</Version>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath>$(SolutionDir)\Dlls</OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Components\GAIPS.Rage\GAIPS.Rage.csproj" />
1014
<ProjectReference Include="..\..\Components\KnowledgeBase\KnowledgeBase.csproj" />

Assets/SocialImportance/SocialImportance.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Version>1.5.0.0</Version>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath>$(SolutionDir)\Dlls</OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Components\Conditions\Conditions.csproj" />
1014
<ProjectReference Include="..\..\Components\GAIPS.Rage\GAIPS.Rage.csproj" />

Assets/WorldModel/WorldModel.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<Version>1.0.0.0</Version>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath>$(SolutionDir)\Dlls</OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Components\Conditions\Conditions.csproj" />
1014
<ProjectReference Include="..\..\Components\GAIPS.Rage\GAIPS.Rage.csproj" />

ExportDlls.bat

-23
This file was deleted.

Tutorials/CommeillFautTutorial/CommeillFautTutorial.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<TargetFramework>netcoreapp3.0</TargetFramework>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<OutputPath></OutputPath>
10+
</PropertyGroup>
11+
812
<ItemGroup>
913
<ProjectReference Include="..\..\Assets\IntegratedAuthoringTool\IntegratedAuthoringTool.csproj" />
1014
<ProjectReference Include="..\..\Assets\RolePlayCharacter\RolePlayCharacter.csproj" />

Tutorials/EmotionalAppraisalTutorial/EmotionalAppraisalTutorial.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
<ProjectReference Include="..\..\Components\WellFormedNames\WellFormedNames.csproj" />
1313
</ItemGroup>
1414

15+
1516
</Project>

0 commit comments

Comments
 (0)