We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06a953 commit 28426a7Copy full SHA for 28426a7
src/SvnManager/SvnManager.csproj
@@ -52,6 +52,7 @@
52
</PropertyGroup>
53
<ItemGroup>
54
<Reference Include="System" />
55
+ <Reference Include="System.Configuration" />
56
<Reference Include="System.Configuration.Install" />
57
<Reference Include="System.Core" />
58
<Reference Include="System.Management" />
@@ -64,6 +65,7 @@
64
65
<Reference Include="System.Xml" />
66
</ItemGroup>
67
68
+ <Compile Include="ConfigMonitor.cs" />
69
<Compile Include="Program.cs" />
70
<Compile Include="ProjectInstaller.cs">
71
<SubType>Component</SubType>
0 commit comments