-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMSBuildRazorCompiler.sln
More file actions
46 lines (46 loc) · 2.41 KB
/
MSBuildRazorCompiler.sln
File metadata and controls
46 lines (46 loc) · 2.41 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSBuildRazorCompiler", "MSBuildRazorCompiler\MSBuildRazorCompiler.csproj", "{B6E0F478-239F-41DD-9808-00E3F6C72061}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{9AE93D01-82DC-444F-9B00-997A52C43EA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorRenderer", "RazorRenderer\RazorRenderer.csproj", "{24E7F601-6B61-4C07-95A8-F52A6937BF3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2313EC1-CA69-4120-9B79-D9C7EB1ABACA}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6E0F478-239F-41DD-9808-00E3F6C72061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6E0F478-239F-41DD-9808-00E3F6C72061}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6E0F478-239F-41DD-9808-00E3F6C72061}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6E0F478-239F-41DD-9808-00E3F6C72061}.Release|Any CPU.Build.0 = Release|Any CPU
{9AE93D01-82DC-444F-9B00-997A52C43EA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AE93D01-82DC-444F-9B00-997A52C43EA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AE93D01-82DC-444F-9B00-997A52C43EA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AE93D01-82DC-444F-9B00-997A52C43EA1}.Release|Any CPU.Build.0 = Release|Any CPU
{24E7F601-6B61-4C07-95A8-F52A6937BF3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24E7F601-6B61-4C07-95A8-F52A6937BF3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24E7F601-6B61-4C07-95A8-F52A6937BF3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24E7F601-6B61-4C07-95A8-F52A6937BF3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEB06A00-8640-4E88-84AA-961FF23F8EA6}
EndGlobalSection
EndGlobal