Skip to content

Commit a3fa34f

Browse files
committed
Adding FSharp solution folder.
1 parent 168e4c9 commit a3fa34f

File tree

4 files changed

+31
-24
lines changed

4 files changed

+31
-24
lines changed

CommandLine.sln

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,47 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine", "src\CommandL
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLine.Tests", "src\CommandLine.Tests\CommandLine.Tests.csproj", "{0A15C4D2-B3E9-43AB-8155-1B39F7AC8A5E}"
77
EndProject
8-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CommandLine.FSharp", "src\CommandLine.FSharp\CommandLine.FSharp.fsproj", "{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}"
9-
EndProject
10-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CommandLine.FSharp.Tests", "src\CommandLine.FSharp.Tests\CommandLine.FSharp.Tests.fsproj", "{54235AC4-60F1-4A3F-B218-3896B794043D}"
11-
EndProject
128
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Welcome", ".Welcome", "{D9C1F005-94A7-4A2A-81F3-9C053D5A6AEC}"
139
ProjectSection(SolutionItems) = preProject
1410
doc\LICENSE = doc\LICENSE
1511
README.md = README.md
1612
EndProjectSection
1713
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FSharp", "FSharp", "{751E6303-1623-4418-B298-4FF97DA5C86E}"
15+
EndProject
16+
Project("{4925A630-B079-445d-BCD4-3A9C94FE9307}") = "CommandLine.FSharp", "src\CommandLine.FSharp\CommandLine.FSharp.fsproj", "DFB97974-E2CC-42E6-BEB6-B6403FCB8B63"
17+
EndProject
18+
Project("{4925A630-B079-445d-BCD4-3A9C94FE9307}") = "CommandLine.FSharp.Tests", "src\CommandLine.FSharp.Tests\CommandLine.FSharp.Tests.fsproj", "54235AC4-60F1-4A3F-B218-3896B794043D"
19+
EndProject
1820
Global
1921
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2022
Debug|Any CPU = Debug|Any CPU
2123
Release|Any CPU = Release|Any CPU
2224
EndGlobalSection
2325
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24-
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25-
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
26-
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Release|Any CPU.Build.0 = Release|Any CPU
2826
{0A15C4D2-B3E9-43AB-8155-1B39F7AC8A5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2927
{0A15C4D2-B3E9-43AB-8155-1B39F7AC8A5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
3028
{0A15C4D2-B3E9-43AB-8155-1B39F7AC8A5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
3129
{0A15C4D2-B3E9-43AB-8155-1B39F7AC8A5E}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Release|Any CPU.Build.0 = Release|Any CPU
3630
{54235AC4-60F1-4A3F-B218-3896B794043D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3731
{54235AC4-60F1-4A3F-B218-3896B794043D}.Debug|Any CPU.Build.0 = Debug|Any CPU
3832
{54235AC4-60F1-4A3F-B218-3896B794043D}.Release|Any CPU.ActiveCfg = Release|Any CPU
3933
{54235AC4-60F1-4A3F-B218-3896B794043D}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35+
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
36+
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
37+
{DFB97974-E2CC-42E6-BEB6-B6403FCB8B63}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}.Release|Any CPU.Build.0 = Release|Any CPU
42+
EndGlobalSection
43+
GlobalSection(NestedProjects) = preSolution
44+
DFB97974-E2CC-42E6-BEB6-B6403FCB8B63 = {751E6303-1623-4418-B298-4FF97DA5C86E}
45+
54235AC4-60F1-4A3F-B218-3896B794043D = {751E6303-1623-4418-B298-4FF97DA5C86E}
46+
EndGlobalSection
47+
GlobalSection(MonoDevelopProperties) = preSolution
48+
StartupItem = src\CommandLine\CommandLine.csproj
4049
EndGlobalSection
4150
GlobalSection(SolutionProperties) = preSolution
4251
HideSolutionNode = FALSE

src/CommandLine.FSharp.Tests/CommandLine.FSharp.Tests.fsproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>54235ac4-60f1-4a3f-b218-3896b794043d</ProjectGuid>
8+
<ProjectGuid>54235AC4-60F1-4A3F-B218-3896B794043D</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>CommandLine.FSharp.Tests</RootNamespace>
1111
<AssemblyName>CommandLine.FSharp.Tests</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<Name>CommandLine.FSharp.Tests</Name>
14+
<ProductVersion>12.0.0</ProductVersion>
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>
@@ -33,18 +34,15 @@
3334
</PropertyGroup>
3435
<ItemGroup>
3536
<Reference Include="mscorlib" />
36-
<Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
37-
<Private>True</Private>
38-
</Reference>
37+
<Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
3938
<Reference Include="System" />
4039
<Reference Include="System.Core" />
4140
<Reference Include="System.Numerics" />
4241
</ItemGroup>
4342
<ItemGroup>
4443
<ProjectReference Include="..\CommandLine.FSharp\CommandLine.FSharp.fsproj">
4544
<Name>CommandLine.FSharp</Name>
46-
<Project>{dfb97974-e2cc-42e6-beb6-b6403fcb8b63}</Project>
47-
<Private>True</Private>
45+
<Project>DFB97974-E2CC-42E6-BEB6-B6403FCB8B63</Project>
4846
</ProjectReference>
4947
</ItemGroup>
5048
<ItemGroup>

src/CommandLine.FSharp/CommandLine.FSharp.fsproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>dfb97974-e2cc-42e6-beb6-b6403fcb8b63</ProjectGuid>
8+
<ProjectGuid>DFB97974-E2CC-42E6-BEB6-B6403FCB8B63</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>CommandLine.FSharp</RootNamespace>
1111
<AssemblyName>CommandLine.FSharp</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<Name>CommandLine.FSharp</Name>
14+
<ProductVersion>12.0.0</ProductVersion>
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>
@@ -37,9 +38,7 @@
3738
</PropertyGroup>
3839
<ItemGroup>
3940
<Reference Include="mscorlib" />
40-
<Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
41-
<Private>True</Private>
42-
</Reference>
41+
<Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
4342
<Reference Include="System" />
4443
<Reference Include="System.Core" />
4544
<Reference Include="System.Numerics" />
@@ -51,8 +50,7 @@
5150
<ItemGroup>
5251
<ProjectReference Include="..\CommandLine\CommandLine.csproj">
5352
<Name>CommandLine</Name>
54-
<Project>{e1bd3c65-49c3-49e7-baba-c60980cb3f20}</Project>
55-
<Private>True</Private>
53+
<Project>{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}</Project>
5654
</ProjectReference>
5755
</ItemGroup>
5856
<PropertyGroup>

src/CommandLine/CommandLine.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<AssemblyName>CommandLine</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<ProductVersion>12.0.0</ProductVersion>
15+
<SchemaVersion>2.0</SchemaVersion>
1416
</PropertyGroup>
1517
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1618
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)