1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
---|
6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{EB40C828-D545-4DFE-9CE6-108FB03C6912}</ProjectGuid>
|
---|
9 | <OutputType>WinExe</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Services.Authentication.TestClient2</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Services.Authentication.TestClient2</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
---|
15 | <FileAlignment>512</FileAlignment>
|
---|
16 | <PublishUrl>publish\</PublishUrl>
|
---|
17 | <Install>true</Install>
|
---|
18 | <InstallFrom>Disk</InstallFrom>
|
---|
19 | <UpdateEnabled>false</UpdateEnabled>
|
---|
20 | <UpdateMode>Foreground</UpdateMode>
|
---|
21 | <UpdateInterval>7</UpdateInterval>
|
---|
22 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
23 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
24 | <UpdateRequired>false</UpdateRequired>
|
---|
25 | <MapFileExtensions>true</MapFileExtensions>
|
---|
26 | <ApplicationRevision>0</ApplicationRevision>
|
---|
27 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
28 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
29 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
30 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
31 | </PropertyGroup>
|
---|
32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
33 | <PlatformTarget>x86</PlatformTarget>
|
---|
34 | <DebugSymbols>true</DebugSymbols>
|
---|
35 | <DebugType>full</DebugType>
|
---|
36 | <Optimize>false</Optimize>
|
---|
37 | <OutputPath>bin\Debug\</OutputPath>
|
---|
38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
39 | <ErrorReport>prompt</ErrorReport>
|
---|
40 | <WarningLevel>4</WarningLevel>
|
---|
41 | </PropertyGroup>
|
---|
42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
43 | <PlatformTarget>x86</PlatformTarget>
|
---|
44 | <DebugType>pdbonly</DebugType>
|
---|
45 | <Optimize>true</Optimize>
|
---|
46 | <OutputPath>bin\Release\</OutputPath>
|
---|
47 | <DefineConstants>TRACE</DefineConstants>
|
---|
48 | <ErrorReport>prompt</ErrorReport>
|
---|
49 | <WarningLevel>4</WarningLevel>
|
---|
50 | </PropertyGroup>
|
---|
51 | <PropertyGroup>
|
---|
52 | <StartupObject />
|
---|
53 | </PropertyGroup>
|
---|
54 | <ItemGroup>
|
---|
55 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
56 | <HintPath>..\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
57 | </Reference>
|
---|
58 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
59 | <HintPath>..\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
60 | </Reference>
|
---|
61 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
62 | <HintPath>..\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
63 | </Reference>
|
---|
64 | <Reference Include="System" />
|
---|
65 | <Reference Include="System.Core" />
|
---|
66 | <Reference Include="System.Drawing" />
|
---|
67 | <Reference Include="System.Runtime.Serialization" />
|
---|
68 | <Reference Include="System.ServiceModel" />
|
---|
69 | <Reference Include="System.Windows.Forms" />
|
---|
70 | <Reference Include="System.Xml.Linq" />
|
---|
71 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
72 | <Reference Include="Microsoft.CSharp" />
|
---|
73 | <Reference Include="System.Data" />
|
---|
74 | <Reference Include="System.Xml" />
|
---|
75 | </ItemGroup>
|
---|
76 | <ItemGroup>
|
---|
77 | <Compile Include="Program.cs" />
|
---|
78 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
79 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
80 | <AutoGen>True</AutoGen>
|
---|
81 | <DesignTime>True</DesignTime>
|
---|
82 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
83 | </Compile>
|
---|
84 | <Compile Include="UserManagement.cs">
|
---|
85 | <SubType>Form</SubType>
|
---|
86 | </Compile>
|
---|
87 | <Compile Include="UserManagement.Designer.cs">
|
---|
88 | <DependentUpon>UserManagement.cs</DependentUpon>
|
---|
89 | </Compile>
|
---|
90 | </ItemGroup>
|
---|
91 | <ItemGroup>
|
---|
92 | <ProjectReference Include="..\HeuristicLab.Services.Authentication.DataTransfer\HeuristicLab.Services.Authentication.DataTransfer.csproj">
|
---|
93 | <Project>{AC44BDF4-AED7-4445-9A99-57B3237DBE88}</Project>
|
---|
94 | <Name>HeuristicLab.Services.Authentication.DataTransfer</Name>
|
---|
95 | </ProjectReference>
|
---|
96 | <ProjectReference Include="..\HeuristicLab.Services.Authentication.ServiceClients\HeuristicLab.Services.Authentication.ServiceClient.csproj">
|
---|
97 | <Project>{8E698904-936D-4C7A-AB0D-6225778D2968}</Project>
|
---|
98 | <Name>HeuristicLab.Services.Authentication.ServiceClient</Name>
|
---|
99 | </ProjectReference>
|
---|
100 | <ProjectReference Include="..\HeuristicLab.Services.Authentication\HeuristicLab.Services.Authentication.csproj">
|
---|
101 | <Project>{9FD3F26D-B051-4F4C-9C66-4A361EE357AD}</Project>
|
---|
102 | <Name>HeuristicLab.Services.Authentication</Name>
|
---|
103 | </ProjectReference>
|
---|
104 | </ItemGroup>
|
---|
105 | <ItemGroup>
|
---|
106 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
107 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
108 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
109 | </EmbeddedResource>
|
---|
110 | <EmbeddedResource Include="UserManagement.resx">
|
---|
111 | <DependentUpon>UserManagement.cs</DependentUpon>
|
---|
112 | </EmbeddedResource>
|
---|
113 | </ItemGroup>
|
---|
114 | <ItemGroup>
|
---|
115 | <None Include="app.config" />
|
---|
116 | <None Include="HeuristicLab.snk" />
|
---|
117 | <None Include="Properties\DataSources\HeuristicLab.Services.Authentication.DataTransfer.Application.datasource" />
|
---|
118 | <None Include="Properties\DataSources\HeuristicLab.Services.Authentication.DataTransfer.Role.datasource" />
|
---|
119 | <None Include="Properties\DataSources\HeuristicLab.Services.Authentication.DataTransfer.User.datasource" />
|
---|
120 | </ItemGroup>
|
---|
121 | <ItemGroup>
|
---|
122 | <WCFMetadata Include="Service References\" />
|
---|
123 | </ItemGroup>
|
---|
124 | <ItemGroup>
|
---|
125 | <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
|
---|
126 | <Visible>False</Visible>
|
---|
127 | <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
|
---|
128 | <Install>true</Install>
|
---|
129 | </BootstrapperPackage>
|
---|
130 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
131 | <Visible>False</Visible>
|
---|
132 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
133 | <Install>false</Install>
|
---|
134 | </BootstrapperPackage>
|
---|
135 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
136 | <Visible>False</Visible>
|
---|
137 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
138 | <Install>false</Install>
|
---|
139 | </BootstrapperPackage>
|
---|
140 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
141 | <Visible>False</Visible>
|
---|
142 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
143 | <Install>true</Install>
|
---|
144 | </BootstrapperPackage>
|
---|
145 | </ItemGroup>
|
---|
146 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
147 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
148 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
149 | <Target Name="BeforeBuild">
|
---|
150 | </Target>
|
---|
151 | <Target Name="AfterBuild">
|
---|
152 | </Target>
|
---|
153 | -->
|
---|
154 | </Project> |
---|