Skip to content

Commit a42a973

Browse files
authored
Merge pull request #119 from forestrf/master
Fix wrong path
2 parents c04fdc4 + ba2031e commit a42a973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildFiles/ProjectFiles/CommonData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UnityInstallFolder>C:\Program Files\Unity 5.0.0f4\Editor</UnityInstallFolder>
88

99
<!-- This is the path, relative to this file, of the FullSerializer folder containing the "Source" directory -->
10-
<FullSerializerFolder>..</FullSerializerFolder>
10+
<FullSerializerFolder>..\..\Assets\FullSerializer</FullSerializerFolder>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)