SharpLibEar/SharpLibEar.csproj
changeset 243 cc2251d065db
parent 240 5c4f1e2bf29a
child 250 b2121d03f6f0
     1.1 --- a/SharpLibEar/SharpLibEar.csproj	Thu Aug 18 20:14:30 2016 +0200
     1.2 +++ b/SharpLibEar/SharpLibEar.csproj	Fri Aug 19 17:12:54 2016 +0200
     1.3 @@ -48,6 +48,10 @@
     1.4      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     1.5    </PropertyGroup>
     1.6    <ItemGroup>
     1.7 +    <Reference Include="SharpLibWin32, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
     1.8 +      <HintPath>..\packages\SharpLibWin32.0.0.9\lib\net20\SharpLibWin32.dll</HintPath>
     1.9 +      <Private>True</Private>
    1.10 +    </Reference>
    1.11      <Reference Include="System" />
    1.12      <Reference Include="System.Core" />
    1.13      <Reference Include="System.Runtime.Serialization" />
    1.14 @@ -73,6 +77,7 @@
    1.15      <Compile Include="Manager.cs" />
    1.16      <Compile Include="Object.cs" />
    1.17      <Compile Include="Properties\AssemblyInfo.cs" />
    1.18 +    <Compile Include="PropertyComboBox.cs" />
    1.19      <Compile Include="PropertyFile.cs" />
    1.20    </ItemGroup>
    1.21    <ItemGroup>
    1.22 @@ -81,6 +86,9 @@
    1.23        <Name>SharpLibUtils</Name>
    1.24      </ProjectReference>
    1.25    </ItemGroup>
    1.26 +  <ItemGroup>
    1.27 +    <None Include="packages.config" />
    1.28 +  </ItemGroup>
    1.29    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.30    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    1.31         Other similar extension points exist, see Microsoft.Common.targets.