|
|
@ -47,6 +47,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
|
|
|
|
<Reference Include="System.configuration" /> |
|
|
|
<Reference Include="System.Core"> |
|
|
|
<Reference Include="System.Core"> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
@ -58,10 +59,6 @@ |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="wix, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
|
|
<HintPath>C:\Program Files (x86)\Windows Installer XML v3.5\bin\wix.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Program.cs" /> |
|
|
|
<Compile Include="Program.cs" /> |
|
|
@ -99,6 +96,9 @@ |
|
|
|
<Install>true</Install> |
|
|
|
<Install>true</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
</BootstrapperPackage> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<WCFMetadata Include="Service References\" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|