|
|
|
@ -36,10 +36,10 @@
|
|
|
|
|
<HintPath>..\grapevine\Grapevine\bin\Debug\Grapevine.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="NWNScriptJITIntrinsics, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\CLRv4.0.30319\NWNScriptJITIntrinsics.dll</HintPath> |
|
|
|
|
<HintPath>..\CLRScriptSDK\NWNScriptJITIntrinsics.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="NWScriptManagedInterface, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\CLRv4.0.30319\NWScriptManagedInterface.dll</HintPath> |
|
|
|
|
<HintPath>..\CLRScriptSDK\NWScriptManagedInterface.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Core" /> |
|
|
|
@ -52,15 +52,15 @@
|
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="nwn2_ai_onmoduleload.cs" /> |
|
|
|
|
<Compile Include="..\NWScriptActions.cs" /> |
|
|
|
|
<Compile Include="..\NWScriptConstants.cs" /> |
|
|
|
|
<Compile Include="..\NWScriptSupport.cs" /> |
|
|
|
|
<Compile Include="..\CLRScriptSDK\NWScriptActions.cs" /> |
|
|
|
|
<Compile Include="..\CLRScriptSDK\NWScriptConstants.cs" /> |
|
|
|
|
<Compile Include="..\CLRScriptSDK\NWScriptSupport.cs" /> |
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="StandardEntrypoints.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<PostBuildEvent>..\..\..\PackageScript.cmd "$(TargetPath)" "$(TargetName).ncs"</PostBuildEvent> |
|
|
|
|
<PostBuildEvent>..\..\..\CLRScriptSDK\PackageScript.cmd "$(TargetPath)" "$(TargetName).ncs"</PostBuildEvent> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
|