Compare commits
No commits in common. "caeae47568bf513a091edf07da9bf9701d308e2c" and "b1b14f05681a59b67ea1d3c28cc483a0df08e3e8" have entirely different histories.
caeae47568
...
b1b14f0568
5 changed files with 77 additions and 0 deletions
15
GatheringPaths/Properties/AssemblyInfo.cs
Normal file
15
GatheringPaths/Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
|
||||||
|
[assembly: AssemblyCompany("GatheringPaths")]
|
||||||
|
[assembly: AssemblyConfiguration("Release")]
|
||||||
|
[assembly: AssemblyFileVersion("6.19.0.0")]
|
||||||
|
[assembly: AssemblyInformationalVersion("6.19+9ec93eeb97613708789bccbfcfbb5ad5b5a79da7")]
|
||||||
|
[assembly: AssemblyProduct("GatheringPaths")]
|
||||||
|
[assembly: AssemblyTitle("GatheringPaths")]
|
||||||
|
[assembly: TargetPlatform("Windows7.0")]
|
||||||
|
[assembly: SupportedOSPlatform("Windows7.0")]
|
||||||
|
[assembly: AssemblyVersion("6.19.0.0")]
|
||||||
|
[module: RefSafetyRules(11)]
|
18
LLib/Properties/AssemblyInfo.cs
Normal file
18
LLib/Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
using System.Security;
|
||||||
|
using System.Security.Permissions;
|
||||||
|
|
||||||
|
[assembly: AssemblyCompany("LLib")]
|
||||||
|
[assembly: AssemblyConfiguration("Release")]
|
||||||
|
[assembly: AssemblyFileVersion("6.19.0.0")]
|
||||||
|
[assembly: AssemblyInformationalVersion("6.19+5367edf45faba59401605531555000d1429966c1")]
|
||||||
|
[assembly: AssemblyProduct("LLib")]
|
||||||
|
[assembly: AssemblyTitle("LLib")]
|
||||||
|
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/WigglyMuffin/LLib.git")]
|
||||||
|
[assembly: TargetPlatform("Windows7.0")]
|
||||||
|
[assembly: SupportedOSPlatform("Windows7.0")]
|
||||||
|
[assembly: AssemblyVersion("6.19.0.0")]
|
||||||
|
[module: RefSafetyRules(11)]
|
13
QuestPaths/Properties/AssemblyInfo.cs
Normal file
13
QuestPaths/Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
|
||||||
|
[assembly: AssemblyCompany("QuestPaths")]
|
||||||
|
[assembly: AssemblyConfiguration("Release")]
|
||||||
|
[assembly: AssemblyFileVersion("6.19.0.0")]
|
||||||
|
[assembly: AssemblyInformationalVersion("6.19+9ec93eeb97613708789bccbfcfbb5ad5b5a79da7")]
|
||||||
|
[assembly: AssemblyProduct("QuestPaths")]
|
||||||
|
[assembly: AssemblyTitle("QuestPaths")]
|
||||||
|
[assembly: AssemblyVersion("6.19.0.0")]
|
||||||
|
[module: RefSafetyRules(11)]
|
13
Questionable.Model/Properties/AssemblyInfo.cs
Normal file
13
Questionable.Model/Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
|
||||||
|
[assembly: AssemblyCompany("Questionable.Model")]
|
||||||
|
[assembly: AssemblyConfiguration("Release")]
|
||||||
|
[assembly: AssemblyFileVersion("6.19.0.0")]
|
||||||
|
[assembly: AssemblyInformationalVersion("6.19+9ec93eeb97613708789bccbfcfbb5ad5b5a79da7")]
|
||||||
|
[assembly: AssemblyProduct("Questionable.Model")]
|
||||||
|
[assembly: AssemblyTitle("Questionable.Model")]
|
||||||
|
[assembly: AssemblyVersion("6.19.0.0")]
|
||||||
|
[module: RefSafetyRules(11)]
|
18
Questionable/Properties/AssemblyInfo.cs
Normal file
18
Questionable/Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.Versioning;
|
||||||
|
using System.Security;
|
||||||
|
using System.Security.Permissions;
|
||||||
|
|
||||||
|
[assembly: AssemblyCompany("Questionable")]
|
||||||
|
[assembly: AssemblyConfiguration("Release")]
|
||||||
|
[assembly: AssemblyFileVersion("6.19.0.0")]
|
||||||
|
[assembly: AssemblyInformationalVersion("6.19+9ec93eeb97613708789bccbfcfbb5ad5b5a79da7")]
|
||||||
|
[assembly: AssemblyProduct("Questionable")]
|
||||||
|
[assembly: AssemblyTitle("Questionable")]
|
||||||
|
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/WigglyMuffin/Ambivalence")]
|
||||||
|
[assembly: TargetPlatform("Windows7.0")]
|
||||||
|
[assembly: SupportedOSPlatform("Windows7.0")]
|
||||||
|
[assembly: AssemblyVersion("6.19.0.0")]
|
||||||
|
[module: RefSafetyRules(11)]
|
Loading…
Add table
Add a link
Reference in a new issue