Cleaned dir tree
This commit is contained in:
parent
c947fd5f1f
commit
ac468d7516
BIN
CLRScriptSDK/NWNScriptJITIntrinsics.dll
Normal file
BIN
CLRScriptSDK/NWNScriptJITIntrinsics.dll
Normal file
Binary file not shown.
BIN
CLRScriptSDK/NWScriptManagedInterface.dll
Normal file
BIN
CLRScriptSDK/NWScriptManagedInterface.dll
Normal file
Binary file not shown.
3
nwn2_ai_onmoduleload/.gitignore
vendored
3
nwn2_ai_onmoduleload/.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
bin/
|
||||
obj/
|
||||
packages/
|
||||
*.sln
|
||||
*.suo
|
||||
*.user
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user