mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
124 lines
4.8 KiB
XML
124 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{91003067-7893-4DC3-B2F8-AB93D72467BD}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ConsoleApplication1</RootNamespace>
|
|
<AssemblyName>setup</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;CSS_PROJECT</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<IntermediateOutputPath>bin\obj\</IntermediateOutputPath>
|
|
<DefineConstants>TRACE;CSS_PROJECT</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>System.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>System.Windows.Forms.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>System.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>System.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Deployment.WindowsInstaller">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\Wix_bin\SDK\Microsoft.Deployment.WindowsInstaller.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>System.Xml.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="setup.cs" />
|
|
<Compile Include="UserNameDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UserNameDialog.Designer.cs">
|
|
<DependentUpon>UserNameDialog.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="UserNameDialog.resx">
|
|
<DependentUpon>UserNameDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\WixSharp.UI\WixSharp.UI.csproj">
|
|
<Project>{79033a3e-565e-47a3-93f6-d95789b024fc}</Project>
|
|
<Name>WixSharp.UI</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\..\WixSharp\WixSharp.csproj">
|
|
<Project>{8860B29B-749F-4925-86C8-F9C4B93C9DA5}</Project>
|
|
<Name>WixSharp</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="MyProduct.en-us.wxl" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>"$(TargetPath)"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |