diff options
Diffstat (limited to 'Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj')
-rw-r--r-- | Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj b/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj index e6b4572..6588675 100644 --- a/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj +++ b/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj @@ -18,4 +18,8 @@ <ItemGroup> <ProjectReference Include="..\..\LibMatrix\LibMatrix.csproj" /> </ItemGroup> + + <ItemGroup> + <Folder Include="data\rooms\" /> + </ItemGroup> </Project> |