-
Notifications
You must be signed in to change notification settings - Fork 8
/
Wukong_PBData_ReadWriter_GUI.csproj
96 lines (88 loc) · 2.92 KB
/
Wukong_PBData_ReadWriter_GUI.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<None Remove="vx.jpg" />
<None Remove="zfb.jpg" />
<None Update="Config\ComparisonTable.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Config\config.cfg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Config\defaultRemark.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Config\DefaultOriData.oridata">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Config\DefaultMd5Config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Config\DefaultDescConfig.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Reference Include="Google.Protobuf">
<HintPath>ref\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="GSE.ProtobufDB">
<HintPath>ref\GSE.ProtobufDB.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>ref\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Protobuf.RunTime">
<HintPath>ref\Protobuf.RunTime.dll</HintPath>
</Reference>
<Reference Include="UnrealEngine.Runtime">
<HintPath>ref\UnrealEngine.Runtime.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Resource Include="vx.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="zfb.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<None Update="DefaultDescConfig.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="ref\make_pak_compressed.bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="ref\make_pak_uncompressed.bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="ref\repak.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="ref\settings.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="UpdateLog.log">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow - 复制.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<Folder Include="Json\" />
</ItemGroup>
</Project>