-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMile.Net.sln
More file actions
37 lines (37 loc) · 2.14 KB
/
Mile.Net.sln
File metadata and controls
37 lines (37 loc) · 2.14 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mile.NanaZipProjectXmlGenerator", "Mile.NanaZipProjectXmlGenerator\Mile.NanaZipProjectXmlGenerator.csproj", "{64B00AA0-0D36-469D-803D-E50C3131E748}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mile.ConvertFilesToUtf8Bom", "Mile.ConvertFilesToUtf8Bom\Mile.ConvertFilesToUtf8Bom.csproj", "{8809CC2E-34D5-40CB-833E-C120DE4B8D59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mile.Svg2Ico", "Mile.Svg2Ico\Mile.Svg2Ico.csproj", "{989B1773-A185-48AA-900D-BD0C47A1AF8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64B00AA0-0D36-469D-803D-E50C3131E748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64B00AA0-0D36-469D-803D-E50C3131E748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64B00AA0-0D36-469D-803D-E50C3131E748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64B00AA0-0D36-469D-803D-E50C3131E748}.Release|Any CPU.Build.0 = Release|Any CPU
{8809CC2E-34D5-40CB-833E-C120DE4B8D59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8809CC2E-34D5-40CB-833E-C120DE4B8D59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8809CC2E-34D5-40CB-833E-C120DE4B8D59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8809CC2E-34D5-40CB-833E-C120DE4B8D59}.Release|Any CPU.Build.0 = Release|Any CPU
{989B1773-A185-48AA-900D-BD0C47A1AF8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{989B1773-A185-48AA-900D-BD0C47A1AF8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{989B1773-A185-48AA-900D-BD0C47A1AF8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{989B1773-A185-48AA-900D-BD0C47A1AF8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BEFA502-2C1C-4581-8060-4051459742E4}
EndGlobalSection
EndGlobal