sl@18
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
StephaneLenclud@159
|
2 |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
sl@18
|
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
sl@18
|
4 |
<PropertyGroup>
|
sl@18
|
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
sl@18
|
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
sl@18
|
7 |
<ProjectGuid>{7EE64074-8CDB-4448-B40C-81B75D6B31CD}</ProjectGuid>
|
sl@18
|
8 |
<OutputType>WinExe</OutputType>
|
sl@18
|
9 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
sl@18
|
10 |
<RootNamespace>SharpDisplayClient</RootNamespace>
|
sl@18
|
11 |
<AssemblyName>SharpDisplayClient</AssemblyName>
|
StephaneLenclud@159
|
12 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
sl@18
|
13 |
<FileAlignment>512</FileAlignment>
|
sl@43
|
14 |
<TargetFrameworkProfile />
|
sl@84
|
15 |
<PublishUrl>publish\</PublishUrl>
|
sl@84
|
16 |
<Install>true</Install>
|
sl@84
|
17 |
<InstallFrom>Disk</InstallFrom>
|
sl@84
|
18 |
<UpdateEnabled>false</UpdateEnabled>
|
sl@84
|
19 |
<UpdateMode>Foreground</UpdateMode>
|
sl@84
|
20 |
<UpdateInterval>7</UpdateInterval>
|
sl@84
|
21 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
sl@84
|
22 |
<UpdatePeriodically>false</UpdatePeriodically>
|
sl@84
|
23 |
<UpdateRequired>false</UpdateRequired>
|
sl@84
|
24 |
<MapFileExtensions>true</MapFileExtensions>
|
sl@84
|
25 |
<ApplicationRevision>0</ApplicationRevision>
|
sl@84
|
26 |
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
|
sl@84
|
27 |
<IsWebBootstrapper>false</IsWebBootstrapper>
|
sl@84
|
28 |
<UseApplicationTrust>false</UseApplicationTrust>
|
sl@84
|
29 |
<BootstrapperEnabled>true</BootstrapperEnabled>
|
sl@18
|
30 |
</PropertyGroup>
|
sl@18
|
31 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
sl@18
|
32 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
sl@18
|
33 |
<DebugSymbols>true</DebugSymbols>
|
sl@18
|
34 |
<DebugType>full</DebugType>
|
sl@18
|
35 |
<Optimize>false</Optimize>
|
sl@18
|
36 |
<OutputPath>bin\Debug\</OutputPath>
|
sl@18
|
37 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
sl@18
|
38 |
<ErrorReport>prompt</ErrorReport>
|
sl@18
|
39 |
<WarningLevel>4</WarningLevel>
|
sl@43
|
40 |
<Prefer32Bit>false</Prefer32Bit>
|
sl@18
|
41 |
</PropertyGroup>
|
sl@18
|
42 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
sl@18
|
43 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
sl@18
|
44 |
<DebugType>pdbonly</DebugType>
|
sl@18
|
45 |
<Optimize>true</Optimize>
|
sl@18
|
46 |
<OutputPath>bin\Release\</OutputPath>
|
sl@18
|
47 |
<DefineConstants>TRACE</DefineConstants>
|
sl@18
|
48 |
<ErrorReport>prompt</ErrorReport>
|
sl@18
|
49 |
<WarningLevel>4</WarningLevel>
|
sl@43
|
50 |
<Prefer32Bit>false</Prefer32Bit>
|
sl@43
|
51 |
</PropertyGroup>
|
sl@43
|
52 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
sl@43
|
53 |
<DebugSymbols>true</DebugSymbols>
|
StephaneLenclud@163
|
54 |
<OutputPath>..\bin\x86\Debug\</OutputPath>
|
StephaneLenclud@166
|
55 |
<BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
|
sl@43
|
56 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
sl@43
|
57 |
<DebugType>full</DebugType>
|
sl@43
|
58 |
<PlatformTarget>x86</PlatformTarget>
|
sl@43
|
59 |
<ErrorReport>prompt</ErrorReport>
|
sl@43
|
60 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
sl@43
|
61 |
<Prefer32Bit>false</Prefer32Bit>
|
sl@43
|
62 |
</PropertyGroup>
|
sl@43
|
63 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
StephaneLenclud@163
|
64 |
<OutputPath>..\bin\x86\Release\</OutputPath>
|
StephaneLenclud@166
|
65 |
<BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
|
sl@43
|
66 |
<DefineConstants>TRACE</DefineConstants>
|
sl@43
|
67 |
<Optimize>true</Optimize>
|
sl@43
|
68 |
<DebugType>pdbonly</DebugType>
|
sl@43
|
69 |
<PlatformTarget>x86</PlatformTarget>
|
sl@43
|
70 |
<ErrorReport>prompt</ErrorReport>
|
sl@43
|
71 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
sl@43
|
72 |
<Prefer32Bit>false</Prefer32Bit>
|
sl@18
|
73 |
</PropertyGroup>
|
sl@84
|
74 |
<PropertyGroup>
|
sl@84
|
75 |
<SignManifests>true</SignManifests>
|
sl@84
|
76 |
</PropertyGroup>
|
sl@84
|
77 |
<PropertyGroup>
|
sl@84
|
78 |
<ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
|
sl@84
|
79 |
</PropertyGroup>
|
sl@84
|
80 |
<PropertyGroup>
|
sl@84
|
81 |
<ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
|
sl@84
|
82 |
</PropertyGroup>
|
sl@84
|
83 |
<PropertyGroup>
|
sl@84
|
84 |
<NoWin32Manifest>true</NoWin32Manifest>
|
sl@84
|
85 |
</PropertyGroup>
|
sl@18
|
86 |
<ItemGroup>
|
sl@18
|
87 |
<Reference Include="System" />
|
sl@18
|
88 |
<Reference Include="System.Core" />
|
sl@18
|
89 |
<Reference Include="System.ServiceModel" />
|
sl@18
|
90 |
<Reference Include="System.Xml.Linq" />
|
sl@18
|
91 |
<Reference Include="System.Data.DataSetExtensions" />
|
sl@18
|
92 |
<Reference Include="Microsoft.CSharp" />
|
sl@18
|
93 |
<Reference Include="System.Data" />
|
sl@18
|
94 |
<Reference Include="System.Deployment" />
|
sl@18
|
95 |
<Reference Include="System.Drawing" />
|
sl@18
|
96 |
<Reference Include="System.Windows.Forms" />
|
sl@18
|
97 |
<Reference Include="System.Xml" />
|
sl@18
|
98 |
</ItemGroup>
|
sl@18
|
99 |
<ItemGroup>
|
sl@20
|
100 |
<Compile Include="Client.cs" />
|
sl@18
|
101 |
<Compile Include="MainForm.cs">
|
sl@18
|
102 |
<SubType>Form</SubType>
|
sl@18
|
103 |
</Compile>
|
sl@18
|
104 |
<Compile Include="MainForm.Designer.cs">
|
sl@18
|
105 |
<DependentUpon>MainForm.cs</DependentUpon>
|
sl@18
|
106 |
</Compile>
|
sl@18
|
107 |
<Compile Include="Program.cs" />
|
sl@18
|
108 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
sl@18
|
109 |
<EmbeddedResource Include="MainForm.resx">
|
sl@18
|
110 |
<DependentUpon>MainForm.cs</DependentUpon>
|
sl@18
|
111 |
</EmbeddedResource>
|
sl@18
|
112 |
<EmbeddedResource Include="Properties\Resources.resx">
|
sl@18
|
113 |
<Generator>ResXFileCodeGenerator</Generator>
|
sl@18
|
114 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
sl@18
|
115 |
<SubType>Designer</SubType>
|
sl@18
|
116 |
</EmbeddedResource>
|
sl@18
|
117 |
<Compile Include="Properties\Resources.Designer.cs">
|
sl@18
|
118 |
<AutoGen>True</AutoGen>
|
sl@18
|
119 |
<DependentUpon>Resources.resx</DependentUpon>
|
sl@43
|
120 |
<DesignTime>True</DesignTime>
|
sl@18
|
121 |
</Compile>
|
sl@18
|
122 |
<None Include="Properties\Settings.settings">
|
sl@18
|
123 |
<Generator>SettingsSingleFileGenerator</Generator>
|
sl@18
|
124 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
sl@18
|
125 |
</None>
|
sl@18
|
126 |
<Compile Include="Properties\Settings.Designer.cs">
|
sl@18
|
127 |
<AutoGen>True</AutoGen>
|
sl@18
|
128 |
<DependentUpon>Settings.settings</DependentUpon>
|
sl@18
|
129 |
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
sl@18
|
130 |
</Compile>
|
sl@18
|
131 |
</ItemGroup>
|
sl@18
|
132 |
<ItemGroup>
|
sl@18
|
133 |
<None Include="App.config" />
|
sl@18
|
134 |
</ItemGroup>
|
sl@18
|
135 |
<ItemGroup>
|
sl@22
|
136 |
<ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
|
sl@22
|
137 |
<Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
|
sl@22
|
138 |
<Name>SharpDisplayInterface</Name>
|
sl@18
|
139 |
</ProjectReference>
|
sl@18
|
140 |
</ItemGroup>
|
sl@84
|
141 |
<ItemGroup>
|
sl@84
|
142 |
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
sl@84
|
143 |
<Visible>False</Visible>
|
sl@84
|
144 |
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
|
sl@84
|
145 |
<Install>true</Install>
|
sl@84
|
146 |
</BootstrapperPackage>
|
sl@84
|
147 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
sl@84
|
148 |
<Visible>False</Visible>
|
sl@84
|
149 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
sl@84
|
150 |
<Install>false</Install>
|
sl@84
|
151 |
</BootstrapperPackage>
|
sl@84
|
152 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
sl@84
|
153 |
<Visible>False</Visible>
|
sl@84
|
154 |
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
sl@84
|
155 |
<Install>false</Install>
|
sl@84
|
156 |
</BootstrapperPackage>
|
sl@84
|
157 |
</ItemGroup>
|
sl@18
|
158 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
sl@18
|
159 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
sl@18
|
160 |
Other similar extension points exist, see Microsoft.Common.targets.
|
sl@18
|
161 |
<Target Name="BeforeBuild">
|
sl@18
|
162 |
</Target>
|
sl@18
|
163 |
<Target Name="AfterBuild">
|
sl@18
|
164 |
</Target>
|
sl@18
|
165 |
-->
|
sl@18
|
166 |
</Project> |