-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNoteFly_vs2010-2015.sln
More file actions
61 lines (61 loc) · 3.04 KB
/
NoteFly_vs2010-2015.sln
File metadata and controls
61 lines (61 loc) · 3.04 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoteFly", "NoteFly.csproj", "{2E47E4D6-04CC-4578-8380-95AA497D3341}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPlugin", "IPlugin\IPlugin.csproj", "{CD4BAEB8-114A-4C3E-8933-DDF9471E48DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoteFlyTests", "NoteFlyTests\NoteFlyTests.csproj", "{4B37B2B2-F376-429F-90F1-E2B65A8B0693}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gettext.Cs", "gettext-cs-utils\Gettext.CsUtils\Core\Gettext.Cs\Gettext.Cs.csproj", "{D8869765-AB47-4C03-B2C5-E5498A55CA79}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E47E4D6-04CC-4578-8380-95AA497D3341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E47E4D6-04CC-4578-8380-95AA497D3341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E47E4D6-04CC-4578-8380-95AA497D3341}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E47E4D6-04CC-4578-8380-95AA497D3341}.Release|Any CPU.Build.0 = Release|Any CPU
{CD4BAEB8-114A-4C3E-8933-DDF9471E48DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD4BAEB8-114A-4C3E-8933-DDF9471E48DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD4BAEB8-114A-4C3E-8933-DDF9471E48DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD4BAEB8-114A-4C3E-8933-DDF9471E48DB}.Release|Any CPU.Build.0 = Release|Any CPU
{4B37B2B2-F376-429F-90F1-E2B65A8B0693}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B37B2B2-F376-429F-90F1-E2B65A8B0693}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B37B2B2-F376-429F-90F1-E2B65A8B0693}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B37B2B2-F376-429F-90F1-E2B65A8B0693}.Release|Any CPU.Build.0 = Release|Any CPU
{D8869765-AB47-4C03-B2C5-E5498A55CA79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8869765-AB47-4C03-B2C5-E5498A55CA79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8869765-AB47-4C03-B2C5-E5498A55CA79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8869765-AB47-4C03-B2C5-E5498A55CA79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
AMDCaProjectFile = M:\Public\sourcecode\Projects_Csharp\notefly\CodeAnalyst\NoteFly.caw
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = NoteFly.vsmdi
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = Hierarchical
$1.ResourceNamePolicy = MSBuild
$0.StandardHeader = $2
$2.Text =
$2.IncludeInNewFiles = True
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
version = 1.0
EndGlobalSection
EndGlobal