|
59 | 59 | <ItemGroup>
|
60 | 60 | <Compile Include="Analysis\AnalysisOutputWriter.cs" />
|
61 | 61 | <Compile Include="Analysis\AnalysisService.cs" />
|
62 |
| - <Compile Include="Console\BreakpointDetails.cs" /> |
63 |
| - <Compile Include="Console\ChoiceDetails.cs" /> |
64 |
| - <Compile Include="Console\ConsoleServicePSHost.cs" /> |
65 |
| - <Compile Include="Console\ConsoleServicePSHostRawUserInterface.cs" /> |
66 |
| - <Compile Include="Console\ConsoleServicePSHostUserInterface.cs" /> |
67 |
| - <Compile Include="Console\OutputType.cs" /> |
68 |
| - <Compile Include="Console\PowerShellSession.cs" /> |
69 |
| - <Compile Include="Console\ProgressDetails.cs" /> |
70 |
| - <Compile Include="Console\StackFrameDetails.cs" /> |
71 |
| - <Compile Include="Console\SynchronizingConsoleHostWrapper.cs" /> |
72 |
| - <Compile Include="Console\IConsoleHost.cs" /> |
73 |
| - <Compile Include="Console\VariableDetails.cs" /> |
74 |
| - <Compile Include="DebugService.cs" /> |
| 62 | + <Compile Include="Debugging\BreakpointDetails.cs" /> |
| 63 | + <Compile Include="Debugging\DebugService.cs" /> |
| 64 | + <Compile Include="Debugging\StackFrameDetails.cs" /> |
| 65 | + <Compile Include="Debugging\VariableDetails.cs" /> |
| 66 | + <Compile Include="Debugging\VariableScope.cs" /> |
75 | 67 | <Compile Include="IHost.cs" />
|
76 | 68 | <Compile Include="Language\AstOperations.cs" />
|
77 | 69 | <Compile Include="Language\CompletionResults.cs" />
|
|
90 | 82 | <Compile Include="Language\SymbolReference.cs" />
|
91 | 83 | <Compile Include="Language\SymbolType.cs" />
|
92 | 84 | <Compile Include="Properties\AssemblyInfo.cs" />
|
93 |
| - <Compile Include="Console\ConsoleService.cs" /> |
| 85 | + <Compile Include="Session\ChoiceDetails.cs" /> |
94 | 86 | <Compile Include="Session\EditorSession.cs" />
|
95 |
| - <Compile Include="Session\ScriptFile.cs" /> |
96 |
| - <Compile Include="Session\FileChange.cs" /> |
97 |
| - <Compile Include="Session\ScriptFileMarker.cs" /> |
98 |
| - <Compile Include="Session\ScriptRegion.cs" /> |
99 |
| - <Compile Include="Session\Workspace.cs" /> |
| 87 | + <Compile Include="Session\IConsoleHost.cs" /> |
| 88 | + <Compile Include="Session\OutputType.cs" /> |
| 89 | + <Compile Include="Session\PowerShellSession.cs" /> |
| 90 | + <Compile Include="Session\ProgressDetails.cs" /> |
| 91 | + <Compile Include="Session\SessionPSHost.cs" /> |
| 92 | + <Compile Include="Session\SessionPSHostRawUserInterface.cs" /> |
| 93 | + <Compile Include="Session\SessionPSHostUserInterface.cs" /> |
| 94 | + <Compile Include="Session\SynchronizingConsoleHostWrapper.cs" /> |
100 | 95 | <Compile Include="Utility\Logger.cs" />
|
101 | 96 | <Compile Include="Utility\Validate.cs" />
|
102 |
| - <Compile Include="Console\VariableScope.cs" /> |
| 97 | + <Compile Include="Workspace\FileChange.cs" /> |
| 98 | + <Compile Include="Workspace\ScriptFile.cs" /> |
| 99 | + <Compile Include="Workspace\ScriptFileMarker.cs" /> |
| 100 | + <Compile Include="Workspace\ScriptRegion.cs" /> |
| 101 | + <Compile Include="Workspace\Workspace.cs" /> |
103 | 102 | </ItemGroup>
|
104 | 103 | <ItemGroup>
|
105 | 104 | <None Include="packages.config" />
|
|
110 | 109 | <Name>ScriptAnalyzerEngine</Name>
|
111 | 110 | </ProjectReference>
|
112 | 111 | </ItemGroup>
|
| 112 | + <ItemGroup /> |
113 | 113 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
114 | 114 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
115 | 115 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
0 commit comments