|
80 | 80 | <HintPath>..\GameBinaries\Microsoft.CodeAnalysis.CSharp.dll</HintPath> |
81 | 81 | <Private>False</Private> |
82 | 82 | </Reference> |
| 83 | + <Reference Include="Microsoft.Win32.Registry, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 84 | + <HintPath>..\packages\Microsoft.Win32.Registry.4.4.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath> |
| 85 | + </Reference> |
83 | 86 | <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
84 | 87 | <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
85 | 88 | </Reference> |
86 | 89 | <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> |
87 | 90 | <HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath> |
88 | 91 | <Private>True</Private> |
89 | 92 | </Reference> |
| 93 | + <Reference Include="protobuf-net, Version=2.1.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> |
| 94 | + <HintPath>..\packages\protobuf-net.2.1.0\lib\net451\protobuf-net.dll</HintPath> |
| 95 | + </Reference> |
90 | 96 | <Reference Include="Sandbox.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
91 | 97 | <SpecificVersion>False</SpecificVersion> |
92 | 98 | <HintPath>..\GameBinaries\Sandbox.Common.dll</HintPath> |
|
126 | 132 | <Reference Include="System.Data" /> |
127 | 133 | <Reference Include="System.Drawing" /> |
128 | 134 | <Reference Include="System.IO.Compression.FileSystem" /> |
| 135 | + <Reference Include="System.Security.AccessControl, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 136 | + <HintPath>..\packages\System.Security.AccessControl.4.4.0\lib\net461\System.Security.AccessControl.dll</HintPath> |
| 137 | + </Reference> |
| 138 | + <Reference Include="System.Security.Principal.Windows, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 139 | + <HintPath>..\packages\System.Security.Principal.Windows.4.4.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> |
| 140 | + </Reference> |
129 | 141 | <Reference Include="System.ServiceProcess" /> |
130 | 142 | <Reference Include="System.Windows.Forms" /> |
131 | 143 | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
245 | 257 | <Compile Include="ViewModels\Entities\CharacterViewModel.cs" /> |
246 | 258 | <Compile Include="ViewModels\ConfigDedicatedViewModel.cs" /> |
247 | 259 | <Compile Include="ViewModels\Entities\EntityControlViewModel.cs" /> |
| 260 | + <Compile Include="ViewModels\ModItemInfo.cs" /> |
248 | 261 | <Compile Include="ViewModels\SessionSettingsViewModel.cs" /> |
249 | 262 | <Compile Include="Views\Converters\DefinitionToIdConverter.cs" /> |
250 | 263 | <Compile Include="Views\Converters\BooleanAndConverter.cs" /> |
251 | 264 | <Compile Include="Views\Converters\ListConverter.cs" /> |
252 | 265 | <Compile Include="MultiTextWriter.cs" /> |
253 | 266 | <Compile Include="RichTextBoxWriter.cs" /> |
| 267 | + <Compile Include="Views\Converters\ListConverterWorkshopId.cs" /> |
| 268 | + <Compile Include="Views\Converters\ModToIdConverter.cs" /> |
254 | 269 | <Compile Include="Views\Entities\CharacterView.xaml.cs"> |
255 | 270 | <DependentUpon>CharacterView.xaml</DependentUpon> |
256 | 271 | </Compile> |
| 272 | + <Compile Include="Views\ModListControl.xaml.cs"> |
| 273 | + <DependentUpon>ModListControl.xaml</DependentUpon> |
| 274 | + </Compile> |
257 | 275 | <Compile Include="Views\ThemeControl.xaml.cs"> |
258 | 276 | <DependentUpon>ThemeControl.xaml</DependentUpon> |
259 | 277 | </Compile> |
|
414 | 432 | <SubType>Designer</SubType> |
415 | 433 | <Generator>MSBuild:Compile</Generator> |
416 | 434 | </Page> |
| 435 | + <Page Include="Views\ModListControl.xaml"> |
| 436 | + <SubType>Designer</SubType> |
| 437 | + <Generator>MSBuild:Compile</Generator> |
| 438 | + </Page> |
417 | 439 | <Page Include="Views\PluginsControl.xaml"> |
418 | 440 | <SubType>Designer</SubType> |
419 | 441 | <Generator>MSBuild:Compile</Generator> |
|
0 commit comments