working on configuration class model
This commit is contained in:
@@ -69,8 +69,10 @@
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ConfigurationManager.vb" />
|
||||
<Compile Include="ConfigurationManagerList.vb" />
|
||||
<Compile Include="ConfigurationSerializer.vb" />
|
||||
<Compile Include="SingleInstanceConfiguration.vb" />
|
||||
<Compile Include="AutoSaveConfigurationManager.vb" />
|
||||
<Compile Include="SimpleConfiguration.vb" />
|
||||
<Compile Include="ISettingsManager.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
@@ -111,5 +113,11 @@
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Pilz\Pilz.vbproj">
|
||||
<Project>{277D2B83-7613-4C49-9CAB-E080195A6E0C}</Project>
|
||||
<Name>Pilz</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user