Skip to content

Commit 725a47a

Browse files
committed
start working on an installer
1 parent 5736919 commit 725a47a

9 files changed

+129
-0
lines changed

wix/lan-mouse.wixproj

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<Project Sdk="WixToolset.Sdk/5.0.1">
2+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6b727550d8f288d0bca7ba9fce374a49a69552ab7772589e021d20515640ea19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/feschber/git/lan-mouse/wix/obj/Debug/lan-mouse.wixproj.CoreCompileInputs.cache
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"format": 1,
3+
"restore": {
4+
"/home/feschber/git/lan-mouse/wix/lan-mouse.wixproj": {}
5+
},
6+
"projects": {
7+
"/home/feschber/git/lan-mouse/wix/lan-mouse.wixproj": {
8+
"version": "1.0.0",
9+
"restore": {
10+
"projectUniqueName": "/home/feschber/git/lan-mouse/wix/lan-mouse.wixproj",
11+
"projectName": "lan-mouse",
12+
"projectPath": "/home/feschber/git/lan-mouse/wix/lan-mouse.wixproj",
13+
"packagesPath": "/home/feschber/.nuget/packages/",
14+
"outputPath": "/home/feschber/git/lan-mouse/wix/obj/",
15+
"projectStyle": "PackageReference",
16+
"UsingMicrosoftNETSdk": false,
17+
"configFilePaths": [
18+
"/home/feschber/.nuget/NuGet/NuGet.Config"
19+
],
20+
"originalTargetFrameworks": [
21+
"native"
22+
],
23+
"sources": {
24+
"https://api.nuget.org/v3/index.json": {}
25+
},
26+
"frameworks": {
27+
"native": {
28+
"targetAlias": "native",
29+
"projectReferences": {}
30+
}
31+
},
32+
"restoreAuditProperties": {
33+
"enableAudit": "true",
34+
"auditLevel": "low",
35+
"auditMode": "direct"
36+
}
37+
},
38+
"frameworks": {
39+
"native": {
40+
"targetAlias": "native"
41+
}
42+
}
43+
}
44+
}
45+
}
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/feschber/.nuget/packages/</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/feschber/.nuget/packages/</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
11+
</PropertyGroup>
12+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13+
<SourceRoot Include="/home/feschber/.nuget/packages/" />
14+
</ItemGroup>
15+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

wix/obj/project.assets.json

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"version": 3,
3+
"targets": {
4+
"native,Version=v0.0": {}
5+
},
6+
"libraries": {},
7+
"projectFileDependencyGroups": {
8+
"native,Version=v0.0": []
9+
},
10+
"packageFolders": {
11+
"/home/feschber/.nuget/packages/": {}
12+
},
13+
"project": {
14+
"version": "1.0.0",
15+
"restore": {
16+
"projectUniqueName": "/home/feschber/git/lan-mouse/wix/lan-mouse.wixproj",
17+
"projectName": "lan-mouse",
18+
"projectPath": "/home/feschber/git/lan-mouse/wix/lan-mouse.wixproj",
19+
"packagesPath": "/home/feschber/.nuget/packages/",
20+
"outputPath": "/home/feschber/git/lan-mouse/wix/obj/",
21+
"projectStyle": "PackageReference",
22+
"UsingMicrosoftNETSdk": false,
23+
"configFilePaths": [
24+
"/home/feschber/.nuget/NuGet/NuGet.Config"
25+
],
26+
"originalTargetFrameworks": [
27+
"native"
28+
],
29+
"sources": {
30+
"https://api.nuget.org/v3/index.json": {}
31+
},
32+
"frameworks": {
33+
"native": {
34+
"targetAlias": "native",
35+
"projectReferences": {}
36+
}
37+
},
38+
"restoreAuditProperties": {
39+
"enableAudit": "true",
40+
"auditLevel": "low",
41+
"auditMode": "direct"
42+
}
43+
},
44+
"frameworks": {
45+
"native": {
46+
"targetAlias": "native"
47+
}
48+
}
49+
}
50+
}

wix/obj/project.nuget.cache

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"version": 2,
3+
"dgSpecHash": "alcq8Mse7dY=",
4+
"success": true,
5+
"projectFilePath": "/home/feschber/git/lan-mouse/wix/lan-mouse.wixproj",
6+
"expectedPackageFiles": [],
7+
"logs": []
8+
}

wix/package.wxs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2+
<Package Name="Lan Mouse" Manufacturer="@feschber" Version="0.10.0">
3+
<File Source="../target/release/lan-mouse"/>
4+
</Package>
5+
</Wix>

0 commit comments

Comments
 (0)