Skip to content

Commit ddc893b

Browse files
committed
add installer
1 parent ee7bc01 commit ddc893b

File tree

4 files changed

+442
-4
lines changed

4 files changed

+442
-4
lines changed

ruby-csharp_script.sln

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,22 @@ VisualStudioVersion = 15.0.26430.13
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ruby-csharp_script", "ruby-csharp_script\ruby-csharp_script.csproj", "{26EF5196-B3B6-4CD3-BA09-C8D9D4ED4CC0}"
77
EndProject
8+
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "ruby-csharp_script_installer", "ruby-csharp_script_installer\ruby-csharp_script_installer.wixproj", "{E1603D79-2B22-462D-9103-EEC0B97D8BF7}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
1112
Debug|x64 = Debug|x64
12-
Release|Any CPU = Release|Any CPU
1313
Release|x64 = Release|x64
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{26EF5196-B3B6-4CD3-BA09-C8D9D4ED4CC0}.Debug|Any CPU.ActiveCfg = Debug|x64
1716
{26EF5196-B3B6-4CD3-BA09-C8D9D4ED4CC0}.Debug|x64.ActiveCfg = Debug|x64
1817
{26EF5196-B3B6-4CD3-BA09-C8D9D4ED4CC0}.Debug|x64.Build.0 = Debug|x64
19-
{26EF5196-B3B6-4CD3-BA09-C8D9D4ED4CC0}.Release|Any CPU.ActiveCfg = Release|x64
2018
{26EF5196-B3B6-4CD3-BA09-C8D9D4ED4CC0}.Release|x64.ActiveCfg = Release|x64
2119
{26EF5196-B3B6-4CD3-BA09-C8D9D4ED4CC0}.Release|x64.Build.0 = Release|x64
20+
{E1603D79-2B22-462D-9103-EEC0B97D8BF7}.Debug|x64.ActiveCfg = Debug|x64
21+
{E1603D79-2B22-462D-9103-EEC0B97D8BF7}.Debug|x64.Build.0 = Debug|x64
22+
{E1603D79-2B22-462D-9103-EEC0B97D8BF7}.Release|x64.ActiveCfg = Release|x64
23+
{E1603D79-2B22-462D-9103-EEC0B97D8BF7}.Release|x64.Build.0 = Release|x64
2224
EndGlobalSection
2325
GlobalSection(SolutionProperties) = preSolution
2426
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)