-
Notifications
You must be signed in to change notification settings - Fork 800
Expand file tree
/
Copy pathNETworkManager.Localization.csproj
More file actions
90 lines (85 loc) · 3.95 KB
/
NETworkManager.Localization.csproj
File metadata and controls
90 lines (85 loc) · 3.95 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{FF225C2E-AA67-4B10-939A-6C046CEF8697}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>NETworkManager.Localization</RootNamespace>
<AssemblyName>NETworkManager.Localization</AssemblyName>
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PlatformTarget>x64</PlatformTarget>
<SelfContained>false</SelfContained>
<UseWPF>true</UseWPF>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<NoWarn>1701;1702;CA1712</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\Flags\cs-CZ.png" />
<None Remove="Resources\Flags\en-US.png" />
<None Remove="Resources\Flags\de-DE.png" />
<None Remove="Resources\Flags\es-ES.png" />
<None Remove="Resources\Flags\fr-FR.png" />
<None Remove="Resources\Flags\hu-HU.png" />
<None Remove="Resources\Flags\it-IT.png" />
<None Remove="Resources\Flags\ja-JP.png" />
<None Remove="Resources\Flags\ko-KR.png" />
<None Remove="Resources\Flags\nl-NL.png" />
<None Remove="Resources\Flags\pl-PL.png" />
<None Remove="Resources\Flags\pt-BR.png" />
<None Remove="Resources\Flags\ru-RU.png" />
<None Remove="Resources\Flags\sl-SI.png" />
<None Remove="Resources\Flags\zh-CN.png" />
<None Remove="Resources\Flags\zh-TW.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Flags\cs-CZ.png" />
<Resource Include="Resources\Flags\en-US.png" />
<Resource Include="Resources\Flags\de-DE.png" />
<Resource Include="Resources\Flags\es-ES.png" />
<Resource Include="Resources\Flags\fr-FR.png" />
<Resource Include="Resources\Flags\hu-HU.png" />
<Resource Include="Resources\Flags\it-IT.png" />
<Resource Include="Resources\Flags\ja-JP.png" />
<Resource Include="Resources\Flags\ko-KR.png" />
<Resource Include="Resources\Flags\nl-NL.png" />
<Resource Include="Resources\Flags\pl-PL.png" />
<Resource Include="Resources\Flags\pt-BR.png" />
<Resource Include="Resources\Flags\ru-RU.png" />
<Resource Include="Resources\Flags\sl-SI.png" />
<Resource Include="Resources\Flags\zh-CN.png" />
<Resource Include="Resources\Flags\zh-TW.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.4.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj" />
<ProjectReference Include="..\NETworkManager.Profiles\NETworkManager.Profiles.csproj" />
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources\StaticStrings.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>StaticStrings.resx</DependentUpon>
</Compile>
<Compile Update="Resources\Strings.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\StaticStrings.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>StaticStrings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Strings.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>