Cleaned dir tree

This commit is contained in:
Crom (Thibaut CHARLES) 2015-04-14 00:37:13 +02:00
parent c947fd5f1f
commit ac468d7516
9 changed files with 10 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,6 @@
bin/
obj/
packages/
*.sln
*.suo
*.user

View File

@ -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.