forked from tomcl/issie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
issie.sln
50 lines (50 loc) · 2.32 KB
/
issie.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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Main", "src\Main\Main.fsproj", "{AAC1D6D8-2EEB-4BA3-AEAA-CBE06F8D968A}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Renderer", "src\Renderer\Renderer.fsproj", "{9F63D5D3-10F5-46F4-BF38-43E75E4FCB2D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{A2545711-2C3E-4CBF-BB76-AEF8C3665C50}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.fsx = build.fsx
dotnet-tools.json = dotnet-tools.json
LICENSE = LICENSE
Nuget.Config = Nuget.Config
package.json = package.json
paket.dependencies = paket.dependencies
README.md = README.md
webpack.config.main.js = webpack.config.main.js
webpack.config.renderer.js = webpack.config.renderer.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "static", "static", "{EB34148C-70A6-4D00-BA10-87BBDFD4ACBF}"
ProjectSection(SolutionItems) = preProject
static\icon.ico = static\icon.ico
static\index.html = static\index.html
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAC1D6D8-2EEB-4BA3-AEAA-CBE06F8D968A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAC1D6D8-2EEB-4BA3-AEAA-CBE06F8D968A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAC1D6D8-2EEB-4BA3-AEAA-CBE06F8D968A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAC1D6D8-2EEB-4BA3-AEAA-CBE06F8D968A}.Release|Any CPU.Build.0 = Release|Any CPU
{9F63D5D3-10F5-46F4-BF38-43E75E4FCB2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F63D5D3-10F5-46F4-BF38-43E75E4FCB2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F63D5D3-10F5-46F4-BF38-43E75E4FCB2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F63D5D3-10F5-46F4-BF38-43E75E4FCB2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96DAE6A9-B1CC-4FF7-B08C-D5FBFD55B385}
EndGlobalSection
EndGlobal