Skip to content

Commit

Permalink
Fixes missing files from projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Aug 20, 2017
1 parent 013306b commit 225ede1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file modified src/.vs/Lithnet.Miiserver.AutoSync/v15/sqlite3/storage.ide
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<Compile Include="EventService\IEventService.cs" />
<Compile Include="EventService\IEventCallback.cs" />
<Compile Include="Exceptions\NoSuchManagementAgentException.cs" />
<Compile Include="Exceptions\SyncEngineStoppedException.cs" />
<Compile Include="MAInterface\MAConfigParametersCollection.cs" />
<Compile Include="MAInterface\MAStatus.cs" />
<Compile Include="ExecutionEngine.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<Reference Include="Lithnet.Common.Presentation, Version=1.0.6436.35771, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Common.Presentation.1.0.6436.35771\lib\net40\Lithnet.Common.Presentation.dll</HintPath>
</Reference>
<Reference Include="Lithnet.Logging, Version=1.0.5774.20685, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Logging.1.0.5774.20685\lib\net40\Lithnet.Logging.dll</HintPath>
</Reference>
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.6434.38666, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6434.38666\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -104,6 +107,7 @@
<Compile Include="ViewModels\ActiveDirectoryChangeTriggerViewModel.cs" />
<Compile Include="ViewModels\ExecutionMonitorViewModel.cs" />
<Compile Include="ViewModels\ExecutionMonitorsViewModel.cs" />
<Compile Include="ViewModels\RunProfileResultViewModel.cs" />
<Compile Include="ViewModels\SettingsViewModel.cs" />
<Compile Include="ViewModels\MAExecutionTriggerViewModel.cs" />
<Compile Include="ViewModels\MainWindowViewModel.cs" />
Expand Down

0 comments on commit 225ede1

Please sign in to comment.