|
62 | 62 | <Reference Include="Common.Logging, Version=2.1.2.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> |
63 | 63 | <HintPath>..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll</HintPath> |
64 | 64 | <Private>True</Private> |
65 | | - </Reference> |
| 65 | + </Reference> |
66 | 66 | </ItemGroup> |
67 | 67 | <ItemGroup> |
68 | 68 | <Compile Include="..\..\common\CommonAssemblyInfo.cs"> |
|
75 | 75 | <Link>Guard.cs</Link> |
76 | 76 | </Compile> |
77 | 77 | <Compile Include="ColoredConsoleLogProvider.cs" /> |
| 78 | + <Compile Include="DirectoryInfo.cs" /> |
78 | 79 | <Compile Include="ITypeResolver.cs" /> |
79 | 80 | <Compile Include="FileConsole.cs" /> |
80 | 81 | <Compile Include="IInitializationServices.cs" /> |
81 | 82 | <Compile Include="IModuleLoader.cs" /> |
82 | 83 | <Compile Include="InitializationServices.cs" /> |
83 | 84 | <Compile Include="IRuntimeServices.cs" /> |
84 | 85 | <Compile Include="IScriptServicesBuilder.cs" /> |
| 86 | + <Compile Include="IVisualStudioSolution.cs" /> |
| 87 | + <Compile Include="IVisualStudioSolutionWriter.cs" /> |
85 | 88 | <Compile Include="LoggerConfigurator.cs" /> |
86 | 89 | <Compile Include="ModuleConfiguration.cs" /> |
87 | 90 | <Compile Include="ModuleLoader.cs" /> |
|
91 | 94 | <Compile Include="Package\PackageInstaller.cs" /> |
92 | 95 | <Compile Include="Package\PackageObject.cs" /> |
93 | 96 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 97 | + <Compile Include="ReplCommands\OpenVSCommand.cs" /> |
94 | 98 | <Compile Include="RuntimeServices.cs" /> |
95 | 99 | <Compile Include="ScriptConsole.cs" /> |
96 | 100 | <Compile Include="ScriptConsoleLogger.cs" /> |
|
100 | 104 | <Compile Include="ObjectSerializer.cs" /> |
101 | 105 | <Compile Include="TypeResolver.cs" /> |
102 | 106 | <Compile Include="LineEditor.cs" /> |
| 107 | + <Compile Include="VisualStudioSolution.cs" /> |
| 108 | + <Compile Include="VisualStudioSolutionWriter.cs" /> |
103 | 109 | </ItemGroup> |
104 | 110 | <ItemGroup> |
105 | 111 | <None Include="app.config" /> |
|
0 commit comments