Skip to content

Commit 7f27f39

Browse files
committed
Migrate solution from sln to slnx.
1 parent 81cdb4a commit 7f27f39

File tree

6 files changed

+17
-79
lines changed

6 files changed

+17
-79
lines changed

BuildAllTargets.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
55
<Target Name="Restore">
66
<ItemGroup>
7-
<ProjectReference Include="$(MSBuildThisFileDirectory)NanaBox.sln">
7+
<ProjectReference Include="$(MSBuildThisFileDirectory)NanaBox.slnx">
88
<AdditionalProperties>Configuration=Debug;Platform=x64</AdditionalProperties>
99
</ProjectReference>
10-
<ProjectReference Include="$(MSBuildThisFileDirectory)NanaBox.sln">
10+
<ProjectReference Include="$(MSBuildThisFileDirectory)NanaBox.slnx">
1111
<AdditionalProperties>Configuration=Release;Platform=x64</AdditionalProperties>
1212
</ProjectReference>
1313
</ItemGroup>

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Run `BuildAllTargets.bat` in the root of the repository.
2929

3030
#### How to modify or debugging NanaBox
3131

32-
Open `NanaBox.sln` in the root of the repository.
32+
Open `NanaBox.slnx` in the root of the repository.
3333

3434
#### Code style and conventions
3535

NanaBox.MaintainerTools.sln

Lines changed: 0 additions & 31 deletions
This file was deleted.

NanaBox.MaintainerTools.slnx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Solution>
2+
<Project Path="NanaBox.ProjectAssetsGenerator/NanaBox.ProjectAssetsGenerator.csproj" />
3+
<Project Path="NanaBox.RefreshPackageVersion/NanaBox.RefreshPackageVersion.csproj" />
4+
</Solution>

NanaBox.sln

Lines changed: 0 additions & 45 deletions
This file was deleted.

NanaBox.slnx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="ARM64" />
4+
<Platform Name="x64" />
5+
</Configurations>
6+
<Project Path="NanaBox/NanaBox.vcxproj" Id="bf54e51d-d562-4f07-8fe0-ef538b0a1628" />
7+
<Project Path="NanaBoxPackage/NanaBoxPackage.wapproj" Type="c7167f0d-bc9f-4e6e-afe1-012c56b48db5">
8+
<Deploy />
9+
</Project>
10+
</Solution>

0 commit comments

Comments
 (0)