|
@@ -7,50 +7,48 @@
|
|
|
<Folder Name="/Solution Items/">
|
|
|
<File Path=".editorconfig" />
|
|
|
<File Path=".gitignore" />
|
|
|
- <File Path="build.ps1" />
|
|
|
- <File Path="build.WinUI.ps1" />
|
|
|
- <File Path="Build\DotNetDllPathPatcher.ps1" />
|
|
|
<File Path="LICENSE" />
|
|
|
<File Path="NuGet.Config" />
|
|
|
<File Path="README.md" />
|
|
|
<File Path="Directory.Packages.props" />
|
|
|
+ <File Path="Directory.Build.props" />
|
|
|
+ </Folder>
|
|
|
+ <Folder Name="/src/">
|
|
|
+ <Project Path="src\NatTypeTester.Models\NatTypeTester.Models.csproj" Type="Classic C#">
|
|
|
+ <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
+ <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
+ </Project>
|
|
|
+ <Project Path="src\NatTypeTester.ViewModels\NatTypeTester.ViewModels.csproj" Type="Classic C#">
|
|
|
+ <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
+ <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
+ </Project>
|
|
|
+ <Project Path="src\NatTypeTester.WinUI\NatTypeTester.WinUI.csproj">
|
|
|
+ <Configuration Solution="Debug|Any CPU" Project="Debug|x64" />
|
|
|
+ <Configuration Solution="Release|Any CPU" Project="Release|x64" />
|
|
|
+ </Project>
|
|
|
+ <Project Path="src\NatTypeTester\NatTypeTester.csproj" Type="Classic C#">
|
|
|
+ <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
+ <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
+ </Project>
|
|
|
+ <Project Path="src\STUN\STUN.csproj" Type="Classic C#">
|
|
|
+ <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
+ <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
+ </Project>
|
|
|
+ </Folder>
|
|
|
+ <Folder Name="/tests/">
|
|
|
+ <Project Path="src\tests\UnitTest\UnitTest.csproj" Type="Classic C#">
|
|
|
+ <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
+ <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
+ <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
+ </Project>
|
|
|
</Folder>
|
|
|
- <Project Path="NatTypeTester.Models\NatTypeTester.Models.csproj">
|
|
|
- <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
- <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
- </Project>
|
|
|
- <Project Path="NatTypeTester.ViewModels\NatTypeTester.ViewModels.csproj">
|
|
|
- <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
- <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
- </Project>
|
|
|
- <Project Path="NatTypeTester.WinUI\NatTypeTester.WinUI.csproj">
|
|
|
- <Configuration Solution="Debug|Any CPU" Project="Debug|x64|Deploy" />
|
|
|
- <Configuration Solution="Debug|ARM64" Project="Debug|ARM64|Deploy" />
|
|
|
- <Configuration Solution="Debug|x64" Project="Debug|x64|Deploy" />
|
|
|
- <Configuration Solution="Release|Any CPU" Project="Release|x64|Deploy" />
|
|
|
- <Configuration Solution="Release|ARM64" Project="Release|ARM64|Deploy" />
|
|
|
- <Configuration Solution="Release|x64" Project="Release|x64|Deploy" />
|
|
|
- </Project>
|
|
|
- <Project Path="NatTypeTester\NatTypeTester.csproj">
|
|
|
- <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
- <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
- </Project>
|
|
|
- <Project Path="STUN\STUN.csproj">
|
|
|
- <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
- <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
- </Project>
|
|
|
- <Project Path="UnitTest\UnitTest.csproj">
|
|
|
- <Configuration Solution="Debug|ARM64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
|
- <Configuration Solution="Release|ARM64" Project="Release|Any CPU" />
|
|
|
- <Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
|
- </Project>
|
|
|
</Solution>
|