|
52 | 52 | </Reference> |
53 | 53 | <Reference Include="Microsoft.VisualStudio.Designer.Interfaces" /> |
54 | 54 | <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
55 | | - <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
56 | | - <SpecificVersion>False</SpecificVersion> |
| 55 | + <Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 56 | + <Private>False</Private> |
57 | 57 | </Reference> |
58 | 58 | <Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
59 | 59 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
70 | 70 | <Reference Include="System"> |
71 | 71 | <Name>System</Name> |
72 | 72 | </Reference> |
| 73 | + <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath> |
| 75 | + </Reference> |
| 76 | + <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath> |
| 78 | + </Reference> |
73 | 79 | </ItemGroup> |
74 | 80 | <ItemGroup> |
75 | 81 | <Compile Include="..\SolutionInfo.cs"> |
76 | 82 | <Link>Properties\SolutionInfo.cs</Link> |
77 | 83 | </Compile> |
78 | 84 | <Compile Include="BaseCodeGenerator.cs" /> |
79 | 85 | <Compile Include="BaseCodeGeneratorWithSite.cs" /> |
80 | | - <Compile Include="CodeGeneratorRegistrationAttribute.cs" /> |
81 | 86 | <Compile Include="Properties\AssemblyInfo.cs"> |
82 | 87 | <SubType>Code</SubType> |
83 | 88 | </Compile> |
|
0 commit comments