Added GenericCallUtility

This commit is contained in:
ousttrue
2019-01-28 16:12:37 +09:00
parent 2665da1125
commit 9da1b3f321
12 changed files with 1099 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>TRACE;DEBUG;UNITY_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -43,4 +43,4 @@
<Compile Include="UnityHelper.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>