Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ __Carole K. Hayakawa, Lisa Malenfant, Janaka C. Ranasinghesagara, David J. Cucci

For detailed instructions on software, click [here](https://github.com/VirtualPhotonics/Vts.MonteCarlo/wiki).

In Visual Studio 2019 or 2022 open the file Vts.MonteCarlo/Vts.MonteCarlo.sln. Rebuild the application to bring in the nuget packages and run the application.
In Visual Studio 2022 or 2026 open the file Vts.MonteCarlo/Vts.MonteCarlo.sln. Rebuild the application to bring in the nuget packages and run the application.

_Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:_

Expand All @@ -41,4 +41,4 @@ _THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPL
## Copyright
Virtual Tissue Simulator (VTS) Project.

Copyright ©2025 [Virtual Photonics Technology Initiative](https://virtualphotonics.org/).
Copyright ©2026 [Virtual Photonics Technology Initiative](https://virtualphotonics.org/).
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
<AssemblyName>Vts.MonteCarlo.CommandLineApplication.Test</AssemblyName>
</PropertyGroup>
Expand All @@ -23,9 +23,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="nunit" Version="4.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="nunit" Version="4.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<AssemblyName>mc</AssemblyName>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<RootNamespace>Vts.MonteCarlo.CommandLineApplication</RootNamespace>
<AssemblyVersion>8.1.0.0</AssemblyVersion>
<FileVersion>8.1.0.0</FileVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Virtual Photonics Technology Initiative</Company>
<Product>MCCL</Product>
<Authors>David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli</Authors>
<Authors>David J. Cuccia; Carole K. Hayakawa; Lisa M. Glover; Janaka C. Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli</Authors>
<Description>Monte-Carlo command-line application</Description>
<Copyright>Copyright © 2025 Laser Microbeam and Medical Program</Copyright>
<Copyright>Copyright © 2026 Laser Microbeam and Medical Program</Copyright>
<PackageLicenseUrl>https://github.com/VirtualPhotonics/VTS/blob/master/license.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/VirtualPhotonics/VTS/wiki</PackageProjectUrl>
<PackageIconUrl>http://virtualphotonics.org/Themes/VP/Content/Images/logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/VirtualPhotonics/VTS</RepositoryUrl>
<PackageTags>C# Monte-Carlo</PackageTags>
<RepositoryType>git</RepositoryType>
<Version>8.1.0</Version>
<Version>9.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand All @@ -33,7 +33,7 @@

<ItemGroup>
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
<PackageReference Include="VirtualPhotonics.Vts" Version="12.2.0" />
<PackageReference Include="VirtualPhotonics.Vts" Version="13.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
<AssemblyName>Vts.MonteCarlo.PostProcessor.CommandLineApplication.Test</AssemblyName>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="nunit" Version="4.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="nunit" Version="4.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Vts.MonteCarlo.PostProcessor</RootNamespace>
<AssemblyName>mc_post</AssemblyName>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<AssemblyVersion>8.1.0.0</AssemblyVersion>
<FileVersion>8.1.0.0</FileVersion>
<Authors>David Cuccia; Carole Hayakawa; Lisa Malenfant; Janaka Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli</Authors>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.0.0.0</FileVersion>
<Authors>David J. Cuccia; Carole K. Hayakawa; Lisa M. Glover; Janaka C. Ranasinghesagara; Jennifer Nguyen; Adam Gardner; Michele Martinelli</Authors>
<Company>Virtual Photonics Technology Initiative</Company>
<Product>MCPP</Product>
<Description>Monte-Carlo post-processor command-line application</Description>
<Copyright>Copyright © 2025 Laser Microbeam and Medical Program</Copyright>
<Copyright>Copyright © 2026 Laser Microbeam and Medical Program</Copyright>
<PackageProjectUrl>https://github.com/VirtualPhotonics/VTS/wiki</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/VirtualPhotonics/VTS/blob/master/license.md</PackageLicenseUrl>
<PackageIconUrl>http://virtualphotonics.org/Themes/VP/Content/Images/logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/VirtualPhotonics/VTS</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>C# Monte-Carlo</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>8.1.0</Version>
<Version>9.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
<PackageReference Include="VirtualPhotonics.Vts" Version="12.2.0" />
<PackageReference Include="VirtualPhotonics.Vts" Version="13.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Virtual Photonics Technology Initiative
Copyright (c) 2026 Virtual Photonics Technology Initiative

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down