|
165 | 165 | <Compile Include="TorchServiceInstaller.cs"> |
166 | 166 | <SubType>Component</SubType> |
167 | 167 | </Compile> |
| 168 | + <Compile Include="ViewModels\CharacterViewModel.cs" /> |
168 | 169 | <Compile Include="ViewModels\ConfigDedicatedViewModel.cs" /> |
| 170 | + <Compile Include="ViewModels\EntityTreeViewModel.cs" /> |
| 171 | + <Compile Include="ViewModels\EntityViewModel.cs" /> |
| 172 | + <Compile Include="ViewModels\GridViewModel.cs" /> |
| 173 | + <Compile Include="ViewModels\PluginManagerViewModel.cs" /> |
| 174 | + <Compile Include="ViewModels\PluginViewModel.cs" /> |
169 | 175 | <Compile Include="ViewModels\SessionSettingsViewModel.cs" /> |
170 | 176 | <Compile Include="Views\AddWorkshopItemsDialog.xaml.cs"> |
171 | 177 | <DependentUpon>AddWorkshopItemsDialog.xaml</DependentUpon> |
|
179 | 185 | <Compile Include="Views\ConfigControl.xaml.cs"> |
180 | 186 | <DependentUpon>ConfigControl.xaml</DependentUpon> |
181 | 187 | </Compile> |
| 188 | + <Compile Include="Views\EntitiesControl.xaml.cs"> |
| 189 | + <DependentUpon>EntitiesControl.xaml</DependentUpon> |
| 190 | + </Compile> |
182 | 191 | <Compile Include="Views\ModsControl.xaml.cs"> |
183 | 192 | <DependentUpon>ModsControl.xaml</DependentUpon> |
184 | 193 | </Compile> |
| 194 | + <Compile Include="Views\PluginsControl.xaml.cs"> |
| 195 | + <DependentUpon>PluginsControl.xaml</DependentUpon> |
| 196 | + </Compile> |
185 | 197 | <Compile Include="Views\TorchUI.xaml.cs"> |
186 | 198 | <DependentUpon>TorchUI.xaml</DependentUpon> |
187 | 199 | </Compile> |
|
242 | 254 | <SubType>Designer</SubType> |
243 | 255 | <Generator>MSBuild:Compile</Generator> |
244 | 256 | </Page> |
| 257 | + <Page Include="Views\EntitiesControl.xaml"> |
| 258 | + <SubType>Designer</SubType> |
| 259 | + <Generator>MSBuild:Compile</Generator> |
| 260 | + </Page> |
245 | 261 | <Page Include="Views\ModsControl.xaml"> |
246 | 262 | <SubType>Designer</SubType> |
247 | 263 | <Generator>MSBuild:Compile</Generator> |
248 | 264 | </Page> |
| 265 | + <Page Include="Views\PluginsControl.xaml"> |
| 266 | + <SubType>Designer</SubType> |
| 267 | + <Generator>MSBuild:Compile</Generator> |
| 268 | + </Page> |
249 | 269 | <Page Include="Views\TorchUI.xaml"> |
250 | 270 | <Generator>MSBuild:Compile</Generator> |
251 | 271 | <SubType>Designer</SubType> |
|
0 commit comments