Skip to content

Commit 26e2138

Browse files
committed
Move files to src folder and macOS Template
1 parent 4b8076b commit 26e2138

File tree

226 files changed

+32
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+32
-12
lines changed

MultiRPC.UWP.sln

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.32014.148
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "MultiRPC.UWP.Package", "MultiRPC.UWP\MultiRPC.UWP.Package.wapproj", "{452579BF-FF89-46FD-953D-E9D02D71EFDD}"
6+
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "MultiRPC.UWP.Package", "src\MultiRPC.UWP\MultiRPC.UWP.Package.wapproj", "{452579BF-FF89-46FD-953D-E9D02D71EFDD}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiRPC.SourceGen", "MultiRPC.SourceGen\MultiRPC.SourceGen.csproj", "{919C3FE7-14E4-48D5-A119-690827FD04B7}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiRPC.SourceGen", "src\MultiRPC.SourceGen\MultiRPC.SourceGen.csproj", "{919C3FE7-14E4-48D5-A119-690827FD04B7}"
99
EndProject
1010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaGif", "ext\avalonia.gif\AvaloniaGif\AvaloniaGif.csproj", "{C89E50F1-7914-4E4C-AAAA-3D66E1FE851B}"
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscordRPC", "ext\discord-rpc-csharp\DiscordRPC\DiscordRPC.csproj", "{C6CC343D-F303-4FC8-AA0C-AE72A531BB2E}"
1313
EndProject
1414
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fonderie.INPC.Generator", "ext\fonderie\Fonderie.INPC\Fonderie.INPC.Generator\Fonderie.INPC.Generator.csproj", "{521D2F2B-B790-4D75-B58E-3167897EAF52}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiRPC.UWP", "MultiRPC\MultiRPC.UWP.csproj", "{57E1072A-2DDE-4B29-9E32-932C2D749179}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiRPC.UWP", "src\MultiRPC\MultiRPC.UWP.csproj", "{57E1072A-2DDE-4B29-9E32-932C2D749179}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution

MultiRPC.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31727.386
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiRPC", "MultiRPC\MultiRPC.csproj", "{FE7EF71E-A0F3-4A23-8125-738FE77797E2}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiRPC", "src\MultiRPC\MultiRPC.csproj", "{FE7EF71E-A0F3-4A23-8125-738FE77797E2}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "INPC.Generator", "ext\fonderie\Fonderie.INPC\Fonderie.INPC.Generator\Fonderie.INPC.Generator.csproj", "{8BEB0A2C-9491-406C-A2B8-9E34C1800243}"
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvaloniaGif", "ext\avalonia.gif\AvaloniaGif\AvaloniaGif.csproj", "{D4EBB986-EDAC-4C0B-AB58-70E4A5C7D2A4}"
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ext", "ext", "{B7AAF9E7-1C1E-4376-BAF6-D2FCA8B39CDF}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiRPC.SourceGen", "MultiRPC.SourceGen\MultiRPC.SourceGen.csproj", "{3369169D-31C0-4A74-A5A9-F2BB1EA80705}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiRPC.SourceGen", "src\MultiRPC.SourceGen\MultiRPC.SourceGen.csproj", "{3369169D-31C0-4A74-A5A9-F2BB1EA80705}"
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscordRPC", "ext\discord-rpc-csharp\DiscordRPC\DiscordRPC.csproj", "{136AA836-1892-4350-A00F-4103D14B5A17}"
1717
EndProject
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
6+
<key>CFBundleDisplayName</key><string>MultiRPC</string>
7+
<key>CFBundleExecutable</key><string>MultiRPC</string>
8+
<key>CFBundleIconFile</key><string>MultiRPC.icns</string>
9+
<key>CFBundleName</key><string>MultiRPC</string>
10+
<key>CFBundleIdentifier</key><string>com.fluxpointdev.multirpc</string>
11+
<key>CFBundlePackageType</key><string>APPL</string>
12+
<key>NSHighResolutionCapable</key><true/>
13+
<key>NSHumanReadableCopyright</key><string>Copyright © 2022 Fluxpoint Development</string>
14+
<key>NSQuitAlwaysKeepsWindows</key><false/>
15+
<key>NSRequiresAquaSystemAppearance</key><false/>
16+
<key>NSSupportsAutomaticGraphicsSwitching</key><true/>
17+
<key>CFBundleShortVersionString</key><string>7.0.0</string>
18+
<key>CFBundleVersion</key><string>7.0.0</string>
19+
</dict>
20+
</plist>
Binary file not shown.

MultiRPC.UWP/MultiRPC.UWP.Package.wapproj renamed to src/MultiRPC.UWP/MultiRPC.UWP.Package.wapproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
7575
<DefaultLanguage>en-US</DefaultLanguage>
7676
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
77-
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
77+
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
7878
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
7979
<GenerateTestArtifacts>True</GenerateTestArtifacts>
8080
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

MultiRPC/MultiRPC.UWP.csproj renamed to src/MultiRPC/MultiRPC.UWP.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup Label="Packages">
20-
<ProjectReference Include="..\ext\discord-rpc-csharp\DiscordRPC\DiscordRPC.csproj">
20+
<ProjectReference Include="..\..\ext\discord-rpc-csharp\DiscordRPC\DiscordRPC.csproj">
2121
<Optimize>True</Optimize>
2222
</ProjectReference>
2323

@@ -30,8 +30,8 @@
3030
<PackageReference Include="TinyUpdate.Binary" Version="0.0.0.10-alpha" />
3131
<PackageReference Include="TinyUpdate.Github" Version="0.0.0.10-alpha" />
3232
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
33-
<ProjectReference Include="..\ext\avalonia.gif\AvaloniaGif\AvaloniaGif.csproj" />
34-
<ProjectReference Include="..\ext\fonderie\Fonderie.INPC\Fonderie.INPC.Generator\Fonderie.INPC.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
33+
<ProjectReference Include="..\..\ext\avalonia.gif\AvaloniaGif\AvaloniaGif.csproj" />
34+
<ProjectReference Include="..\..\ext\fonderie\Fonderie.INPC\Fonderie.INPC.Generator\Fonderie.INPC.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
3535
<ProjectReference Include="..\MultiRPC.SourceGen\MultiRPC.SourceGen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
3636
</ItemGroup>
3737

MultiRPC/MultiRPC.csproj renamed to src/MultiRPC/MultiRPC.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<PackageReference Include="TinyUpdate.Binary" Version="0.0.0.10-alpha" />
2121
<PackageReference Include="TinyUpdate.Github" Version="0.0.0.10-alpha" />
2222
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
23-
<ProjectReference Include="..\ext\avalonia.gif\AvaloniaGif\AvaloniaGif.csproj" />
24-
<ProjectReference Include="..\ext\discord-rpc-csharp\DiscordRPC\DiscordRPC.csproj" />
25-
<ProjectReference Include="..\ext\fonderie\Fonderie.INPC\Fonderie.INPC.Generator\Fonderie.INPC.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
23+
<ProjectReference Include="..\..\ext\avalonia.gif\AvaloniaGif\AvaloniaGif.csproj" />
24+
<ProjectReference Include="..\..\ext\discord-rpc-csharp\DiscordRPC\DiscordRPC.csproj" />
25+
<ProjectReference Include="..\..\ext\fonderie\Fonderie.INPC\Fonderie.INPC.Generator\Fonderie.INPC.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2626
<ProjectReference Include="..\MultiRPC.SourceGen\MultiRPC.SourceGen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2727
</ItemGroup>
2828

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)