Skip to content

Commit

Permalink
Fixed for non unity build
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Aug 27, 2018
1 parent 847b912 commit 8be3ded
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public FactorySubContainerBinder(
container, subcontainerBindInfo, installerMethod), false);

#if NOT_UNITY3D
return new ConditionCopyNonLazyBinder(BindInfo);
return new ScopeConcreteIdArgConditionCopyNonLazyBinder(BindInfo);
#else
return new DefaultParentScopeConcreteIdArgConditionCopyNonLazyBinder(subcontainerBindInfo, BindInfo);
#endif
Expand Down
Binary file not shown.
10 changes: 3 additions & 7 deletions UnityProject/Assets/Plugins/Zenject/Source/Zenject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Binding\Binders\ArgConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ArgNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ConcreteIdArgConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ConcreteIdArgNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\CopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\Factory\FactoryArgumentsToChoiceBinder\FactoryArgumentsToChoiceBinder0.cs" />
Expand Down Expand Up @@ -78,13 +76,11 @@
<Compile Include="Binding\Binders\Factory\Pooling\MemoryPoolExpandBinder.cs" />
<Compile Include="Binding\Binders\Factory\Pooling\MemoryPoolInitialSizeBinder.cs" />
<Compile Include="Binding\Binders\IdBinder.cs" />
<Compile Include="Binding\Binders\IdScopeConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\IdScopeConcreteIdArgConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\IfNotBoundBinder.cs" />
<Compile Include="Binding\Binders\InstantiateCallbackConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ScopeConcreteIdArgConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ScopeConcreteIdArgNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ScopeConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\ScopeNonLazyBinder.cs" />
<Compile Include="Binding\Binders\WithKernelScopeConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\Binders\WithKernelScopeConcreteIdArgConditionCopyNonLazyBinder.cs" />
<Compile Include="Binding\BindInfo\FactoryBindInfo.cs" />
<Compile Include="Binding\BindInfo\GameObjectCreationParameters.cs" />
<Compile Include="Binding\BindInfo\MemoryPoolBindInfo.cs" />
Expand Down

0 comments on commit 8be3ded

Please sign in to comment.