Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PluginPHOTON/PluginPHOTON/AnatFromNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected override string GetCommandLineArguments(Parameters param)
return tempFile;
}

protected override Parameter[] SpecificParameters(INetworkData ndata, ref string errString)
protected override Parameter[] SpecificParameters(INetworkDataAnnColumns ndata, ref string errString)
{
if (ndata.Count() != 1)
{
Expand Down
Binary file added PluginPHOTON/PluginPHOTON/DLLs/BaseLib.dll
Binary file not shown.
Binary file added PluginPHOTON/PluginPHOTON/DLLs/BaseLibS.dll
Binary file not shown.
Binary file added PluginPHOTON/PluginPHOTON/DLLs/PerseusApi.dll
Binary file not shown.
Binary file not shown.
Binary file added PluginPHOTON/PluginPHOTON/DLLs/SVG.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion PluginPHOTON/PluginPHOTON/PhotonFromNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected override string GetCommandLineArguments(Parameters param)
return tempFile;
}

protected override Parameter[] SpecificParameters(INetworkData ndata, ref string errString)
protected override Parameter[] SpecificParameters(INetworkDataAnnColumns ndata, ref string errString)
{
if (ndata.Count() != 1)
{
Expand Down
25 changes: 10 additions & 15 deletions PluginPHOTON/PluginPHOTON/PluginPHOTON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="BaseLib, Version=1.6.3.456, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BaseLib.1.6.3.456\lib\net472\BaseLib.dll</HintPath>
<Reference Include="BaseLib">
<HintPath>DLLs\BaseLib.dll</HintPath>
</Reference>
<Reference Include="BaseLibS, Version=1.6.3.456, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BaseLibS.1.6.3.456\lib\net472\BaseLibS.dll</HintPath>
<Reference Include="BaseLibS">
<HintPath>DLLs\BaseLibS.dll</HintPath>
</Reference>
<Reference Include="PerseusApi, Version=1.6.3.395, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PerseusApi.1.6.3.395\lib\net472\PerseusApi.dll</HintPath>
<Reference Include="PerseusApi">
<HintPath>DLLs\PerseusApi.dll</HintPath>
</Reference>
<Reference Include="PluginInterop, Version=1.6.3.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PluginInterop.1.6.3.2\lib\net472\PluginInterop.dll</HintPath>
<Reference Include="PluginInterop">
<HintPath>DLLs\PluginInterop.dll</HintPath>
</Reference>
<Reference Include="SVG, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SvgNet.1.0.8\lib\net40\SVG.dll</HintPath>
<Reference Include="SVG">
<HintPath>DLLs\SVG.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -89,10 +89,5 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if "$(ConfigurationName)" == "Debug" (
copy $(TargetDir)$(TargetFileName) D:\Documents\net\Perseus\bin\$(TargetFileName) /y
copy $(TargetDir)PluginPHOTON.pdb D:\Documents\net\Perseus\bin\PluginPHOTON.pdb /y
copy $(TargetDir)PluginInterop.dll D:\Documents\net\Perseus\bin\PluginInterop.dll /y
)</PostBuildEvent>
</PropertyGroup>
</Project>
4 changes: 0 additions & 4 deletions PluginPHOTON/PluginPHOTON/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BaseLib" version="1.6.3.456" targetFramework="net472" />
<package id="BaseLibS" version="1.6.3.456" targetFramework="net472" />
<package id="PerseusApi" version="1.6.3.395" targetFramework="net472" />
<package id="PluginInterop" version="1.6.3.2" targetFramework="net472" />
<package id="SvgNet" version="1.0.8" targetFramework="net472" />
</packages>