Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
XyLe-GBP committed Jan 19, 2022
1 parent fa2139a commit be034ea
Show file tree
Hide file tree
Showing 170 changed files with 24,858 additions and 0 deletions.
22 changes: 22 additions & 0 deletions AssetStudio-LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2016 Radu
Copyright (c) 2016-2020 Perfare

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file added Lib/x64/fmod.dll
Binary file not shown.
Binary file added Lib/x64/libfbxsdk.dll
Binary file not shown.
Binary file added Lib/x64/libfbxsdkd.dll
Binary file not shown.
Binary file added Lib/x86/fmod.dll
Binary file not shown.
Binary file added Lib/x86/libfbxsdk.dll
Binary file not shown.
Binary file added Lib/x86/libfbxsdkd.dll
Binary file not shown.
77 changes: 77 additions & 0 deletions MLTDABD-Rel.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>MLTDABD_Rel</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<PlatformTarget>AnyCPU</PlatformTarget>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>

<ItemGroup>
<Compile Include="src\APIs\Main\Matsurihi\.MeCommon\LVersion.cs" />
<Compile Include="src\APIs\Main\Matsurihi\.MeCommon\RVersion.cs" />
<Compile Include="src\APIs\Main\Matsurihi\.MeCommon\Version.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="LruCacheNet" Version="1.2.0" />
<PackageReference Include="MessagePack" Version="2.3.85" />
<PackageReference Include="Microsoft.WindowsAPICodePack-Shell" Version="1.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="OpenTK.GLControl" Version="3.1.0" />
<PackageReference Include="WindowsAPICodePack-Core" Version="1.1.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AssetStudio-e81c66b7a8bd48d97c76f8b25ee72cd9d6f33ee3\AssetStudioUtility\AssetStudioUtility.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="OpenTK">
<HintPath>packages\OpenTK.3.1.0\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include="PresentationCore">
<HintPath>..\..\..\..\..\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationCore.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework">
<HintPath>..\..\..\..\..\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="if &quot;$(PlatformName)&quot; == &quot;AnyCPU&quot; (&#xD;&#xA; if &quot;$(ConfigurationName)&quot; == &quot;Debug&quot; (&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x64\libfbxsdkd.dll&quot; &quot;$(ProjectDir)$(OutDir)libfbxsdk.dll&quot;&#xD;&#xA; )&#xD;&#xA; &#xD;&#xA; if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; (&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x64\libfbxsdk.dll&quot; &quot;$(ProjectDir)$(OutDir)libfbxsdk.dll&quot;&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x64\fmod.dll&quot; &quot;$(ProjectDir)$(OutDir)fmod.dll&quot;&#xD;&#xA; )&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;if &quot;$(PlatformName)&quot; == &quot;x64&quot; (&#xD;&#xA; if &quot;$(ConfigurationName)&quot; == &quot;Debug&quot; (&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x64\libfbxsdkd.dll&quot; &quot;$(ProjectDir)$(OutDir)libfbxsdk.dll&quot;&#xD;&#xA; )&#xD;&#xA; &#xD;&#xA; if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; (&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x64\libfbxsdk.dll&quot; &quot;$(ProjectDir)$(OutDir)libfbxsdk.dll&quot;&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x64\fmod.dll&quot; &quot;$(ProjectDir)$(OutDir)fmod.dll&quot;&#xD;&#xA; )&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;if &quot;$(PlatformName)&quot; == &quot;x86&quot; (&#xD;&#xA; if &quot;$(ConfigurationName)&quot; == &quot;Debug&quot; (&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x86\libfbxsdkd.dll&quot; &quot;$(ProjectDir)$(OutDir)libfbxsdk.dll&quot;&#xD;&#xA; )&#xD;&#xA; &#xD;&#xA; if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; (&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x86\libfbxsdk.dll&quot; &quot;$(ProjectDir)$(OutDir)libfbxsdk.dll&quot;&#xD;&#xA; copy /Y /V &quot;$(ProjectDir)Lib\x86\fmod.dll&quot; &quot;$(ProjectDir)$(OutDir)fmod.dll&quot;&#xD;&#xA; )&#xD;&#xA;)" />
</Target>

</Project>
62 changes: 62 additions & 0 deletions MLTDABD-Rel.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\kawak\source\repos\MLTDABD-Rel\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
<Compile Update="src\AssetStudioGUI\AssetStudioGUIForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\AssetStudioGUI\Components\GOHierarchy.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="src\AssetStudioGUI\ExportOptions.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\UserControls\AssetTreeList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="src\Forms\UserControls\ATL.ListViewItemSorter.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="src\Forms\UserControls\ATL.TreeNodeSorter.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="src\Forms\UserControls\ATL.TreeOrList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="src\Forms\UserControls\ExpListView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="src\Forms\UserControls\ExpTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Update="src\Forms\FormAbout.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormAsset.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormAssetDownload.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormDiff.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormDownload.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormDownload.Worker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormInfoViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormInfoViewerAssetDownload.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="src\Forms\FormMain.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>
93 changes: 93 additions & 0 deletions MLTDABD-Rel.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MLTDABD-Rel", "MLTDABD-Rel.csproj", "{4F69A5BD-BF29-4500-96DE-D0E41668B569}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetStudio", "..\AssetStudio-e81c66b7a8bd48d97c76f8b25ee72cd9d6f33ee3\AssetStudio\AssetStudio.csproj", "{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AssetStudioFBX", "..\AssetStudio-e81c66b7a8bd48d97c76f8b25ee72cd9d6f33ee3\AssetStudioFBX\AssetStudioFBX.vcxproj", "{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetStudioUtility", "..\AssetStudio-e81c66b7a8bd48d97c76f8b25ee72cd9d6f33ee3\AssetStudioUtility\AssetStudioUtility.csproj", "{80AEC261-21EE-4E4F-A93B-7A744DC84888}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Texture2DDecoder", "..\AssetStudio-e81c66b7a8bd48d97c76f8b25ee72cd9d6f33ee3\Texture2DDecoder\Texture2DDecoder.vcxproj", "{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Debug|x64.ActiveCfg = Debug|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Debug|x64.Build.0 = Debug|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Debug|x86.ActiveCfg = Debug|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Debug|x86.Build.0 = Debug|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Release|Any CPU.Build.0 = Release|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Release|x64.ActiveCfg = Release|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Release|x64.Build.0 = Release|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Release|x86.ActiveCfg = Release|Any CPU
{4F69A5BD-BF29-4500-96DE-D0E41668B569}.Release|x86.Build.0 = Release|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Debug|x64.ActiveCfg = Debug|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Debug|x64.Build.0 = Debug|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Debug|x86.ActiveCfg = Debug|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Debug|x86.Build.0 = Debug|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Release|Any CPU.Build.0 = Release|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Release|x64.ActiveCfg = Release|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Release|x64.Build.0 = Release|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Release|x86.ActiveCfg = Release|Any CPU
{7662F8C2-7BFD-442E-A948-A43B4F7EB06E}.Release|x86.Build.0 = Release|Any CPU
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Debug|Any CPU.ActiveCfg = Debug|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Debug|Any CPU.Build.0 = Debug|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Debug|x64.ActiveCfg = Debug|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Debug|x64.Build.0 = Debug|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Debug|x86.ActiveCfg = Debug|Win32
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Debug|x86.Build.0 = Debug|Win32
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Release|Any CPU.ActiveCfg = Release|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Release|Any CPU.Build.0 = Release|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Release|x64.ActiveCfg = Release|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Release|x64.Build.0 = Release|x64
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Release|x86.ActiveCfg = Release|Win32
{B82DD1BA-4EEC-4F29-A686-03D7F0DF39B8}.Release|x86.Build.0 = Release|Win32
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Debug|Any CPU.ActiveCfg = Debug|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Debug|Any CPU.Build.0 = Debug|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Debug|x64.ActiveCfg = Debug|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Debug|x64.Build.0 = Debug|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Debug|x86.ActiveCfg = Debug|x86
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Debug|x86.Build.0 = Debug|x86
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Release|Any CPU.ActiveCfg = Release|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Release|Any CPU.Build.0 = Release|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Release|x64.ActiveCfg = Release|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Release|x64.Build.0 = Release|x64
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Release|x86.ActiveCfg = Release|x86
{80AEC261-21EE-4E4F-A93B-7A744DC84888}.Release|x86.Build.0 = Release|x86
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Debug|Any CPU.ActiveCfg = Debug|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Debug|Any CPU.Build.0 = Debug|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Debug|x64.ActiveCfg = Debug|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Debug|x64.Build.0 = Debug|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Debug|x86.ActiveCfg = Debug|Win32
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Debug|x86.Build.0 = Debug|Win32
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Release|Any CPU.ActiveCfg = Release|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Release|Any CPU.Build.0 = Release|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Release|x64.ActiveCfg = Release|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Release|x64.Build.0 = Release|x64
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Release|x86.ActiveCfg = Release|Win32
{BEC7B5E6-0A7B-4824-97A7-EEA04D9EBA29}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3EAAFD6-9DE8-4C01-9271-D138BF5FED30}
EndGlobalSection
EndGlobal
32 changes: 32 additions & 0 deletions OpenMLTD-LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
The Clear BSD License

Copyright (c) 2018 OpenMLTD
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted (subject to the limitations in the disclaimer
below) provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.

NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
17 changes: 17 additions & 0 deletions Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net6.0-windows\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
</PropertyGroup>
</Project>
9 changes: 9 additions & 0 deletions Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2022-01-19T08:10:42.9540211Z;True|2022-01-19T17:09:59.6128835+09:00;</History>
</PropertyGroup>
</Project>
Loading

0 comments on commit be034ea

Please sign in to comment.