12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.9.34414.90
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FNZCM2.Abstractions", "FNZCM2.Abstractions\FNZCM2.Abstractions.csproj", "{796D10EE-C571-443A-9FF1-DD26B101D60D}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FNZCM2.ProofOfConcept", "FNZCM2.ProofOfConcept\FNZCM2.ProofOfConcept.csproj", "{06AFE2FF-8A81-433C-B2F7-3BC9A2BE0E04}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {796D10EE-C571-443A-9FF1-DD26B101D60D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {796D10EE-C571-443A-9FF1-DD26B101D60D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {796D10EE-C571-443A-9FF1-DD26B101D60D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {796D10EE-C571-443A-9FF1-DD26B101D60D}.Release|Any CPU.Build.0 = Release|Any CPU
- {06AFE2FF-8A81-433C-B2F7-3BC9A2BE0E04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {06AFE2FF-8A81-433C-B2F7-3BC9A2BE0E04}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {06AFE2FF-8A81-433C-B2F7-3BC9A2BE0E04}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {06AFE2FF-8A81-433C-B2F7-3BC9A2BE0E04}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {F5BB54A9-782F-465E-9A06-18B01D61C7B0}
- EndGlobalSection
- EndGlobal
|