forked from WolvenKit/CP77Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCP77Tools.sln
43 lines (43 loc) · 2.49 KB
/
CP77Tools.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.64
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CP77Tools", "CP77Tools\CP77Tools.csproj", "{37C3288C-A6D7-4C71-8174-0F2F6D47938E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CP77.CR2W", "CP77.CR2W\CP77.CR2W.csproj", "{668EE290-706B-467D-9C3B-B5FDA0348301}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CP77.Common", "CP77.Common\CP77.Common.csproj", "{68969FC1-A6A2-44D0-BBB3-3A9B196FA4CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CP77.MSTests", "CP77.MSTests\CP77.MSTests.csproj", "{78302151-8D4B-407B-A2FE-5774C471F8AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37C3288C-A6D7-4C71-8174-0F2F6D47938E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37C3288C-A6D7-4C71-8174-0F2F6D47938E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37C3288C-A6D7-4C71-8174-0F2F6D47938E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37C3288C-A6D7-4C71-8174-0F2F6D47938E}.Release|Any CPU.Build.0 = Release|Any CPU
{668EE290-706B-467D-9C3B-B5FDA0348301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{668EE290-706B-467D-9C3B-B5FDA0348301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{668EE290-706B-467D-9C3B-B5FDA0348301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{668EE290-706B-467D-9C3B-B5FDA0348301}.Release|Any CPU.Build.0 = Release|Any CPU
{68969FC1-A6A2-44D0-BBB3-3A9B196FA4CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68969FC1-A6A2-44D0-BBB3-3A9B196FA4CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68969FC1-A6A2-44D0-BBB3-3A9B196FA4CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68969FC1-A6A2-44D0-BBB3-3A9B196FA4CF}.Release|Any CPU.Build.0 = Release|Any CPU
{78302151-8D4B-407B-A2FE-5774C471F8AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78302151-8D4B-407B-A2FE-5774C471F8AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78302151-8D4B-407B-A2FE-5774C471F8AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78302151-8D4B-407B-A2FE-5774C471F8AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D17FF89E-56D7-4FBF-9C1D-90FA8B7813DD}
EndGlobalSection
EndGlobal