1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{77742493-4236-4975-9BD9-AA3611F0DC0E}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>distribution_explorer</RootNamespace>
12    <AssemblyName>distribution_explorer</AssemblyName>
13    <ApplicationIcon>
14    </ApplicationIcon>
15    <IsWebBootstrapper>false</IsWebBootstrapper>
16    <ManifestCertificateThumbprint>393B9B4A721C946375D6D44F80492CFFA03E57B5</ManifestCertificateThumbprint>
17    <ManifestKeyFile>distribution_explorer_TemporaryKey.pfx</ManifestKeyFile>
18    <GenerateManifests>true</GenerateManifests>
19    <TargetZone>LocalIntranet</TargetZone>
20    <SignManifests>false</SignManifests>
21    <FileUpgradeFlags>
22    </FileUpgradeFlags>
23    <UpgradeBackupLocation>
24    </UpgradeBackupLocation>
25    <OldToolsVersion>3.5</OldToolsVersion>
26    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
27    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
28    <PublishUrl>\\hetpA\H%24\Distex\</PublishUrl>
29    <Install>true</Install>
30    <InstallFrom>Unc</InstallFrom>
31    <UpdateEnabled>false</UpdateEnabled>
32    <UpdateMode>Foreground</UpdateMode>
33    <UpdateInterval>7</UpdateInterval>
34    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
35    <UpdatePeriodically>false</UpdatePeriodically>
36    <UpdateRequired>false</UpdateRequired>
37    <MapFileExtensions>true</MapFileExtensions>
38    <SupportUrl>http://sourceforge.net/projects/distexplorer/</SupportUrl>
39    <ProductName>Statistical Distribution Explorer</ProductName>
40    <PublisherName>hetp</PublisherName>
41    <ApplicationRevision>8</ApplicationRevision>
42    <ApplicationVersion>1.0.1.8</ApplicationVersion>
43    <UseApplicationTrust>false</UseApplicationTrust>
44    <CreateDesktopShortcut>true</CreateDesktopShortcut>
45    <PublishWizardCompleted>true</PublishWizardCompleted>
46    <BootstrapperEnabled>true</BootstrapperEnabled>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
49    <DebugSymbols>true</DebugSymbols>
50    <DebugType>full</DebugType>
51    <Optimize>false</Optimize>
52    <OutputPath>bin\Debug\</OutputPath>
53    <DefineConstants>DEBUG;TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <UseVSHostingProcess>false</UseVSHostingProcess>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
59    <DebugType>none</DebugType>
60    <Optimize>true</Optimize>
61    <OutputPath>bin\Release\</OutputPath>
62    <DefineConstants>
63    </DefineConstants>
64    <ErrorReport>prompt</ErrorReport>
65    <WarningLevel>4</WarningLevel>
66    <PlatformTarget>x86</PlatformTarget>
67    <DocumentationFile>bin\Release\distribution_explorer.XML</DocumentationFile>
68    <UseVSHostingProcess>false</UseVSHostingProcess>
69  </PropertyGroup>
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
71    <DebugSymbols>true</DebugSymbols>
72    <OutputPath>bin\x64\Debug\</OutputPath>
73    <DefineConstants>DEBUG;TRACE</DefineConstants>
74    <DebugType>full</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <UseVSHostingProcess>false</UseVSHostingProcess>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
81    <OutputPath>bin\x64\Release\</OutputPath>
82    <DocumentationFile>bin\Release\distribution_explorer.XML</DocumentationFile>
83    <Optimize>true</Optimize>
84    <PlatformTarget>x64</PlatformTarget>
85    <UseVSHostingProcess>false</UseVSHostingProcess>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
88  </PropertyGroup>
89  <ItemGroup>
90    <Reference Include="System" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Deployment" />
93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Windows.Forms" />
95    <Reference Include="System.Xml" />
96  </ItemGroup>
97  <ItemGroup>
98    <Compile Include="distexAboutBox.cs">
99      <SubType>Form</SubType>
100    </Compile>
101    <Compile Include="distexAboutBox.Designer.cs">
102      <DependentUpon>distexAboutBox.cs</DependentUpon>
103    </Compile>
104    <Compile Include="DistexForm.cs">
105      <SubType>Form</SubType>
106    </Compile>
107    <Compile Include="DistexForm.Designer.cs">
108      <DependentUpon>DistexForm.cs</DependentUpon>
109    </Compile>
110    <Compile Include="Program.cs" />
111    <Compile Include="Properties\AssemblyInfo.cs" />
112    <EmbeddedResource Include="distexAboutBox.resx">
113      <SubType>Designer</SubType>
114      <DependentUpon>distexAboutBox.cs</DependentUpon>
115    </EmbeddedResource>
116    <EmbeddedResource Include="DistexForm.resx">
117      <SubType>Designer</SubType>
118      <DependentUpon>DistexForm.cs</DependentUpon>
119    </EmbeddedResource>
120    <EmbeddedResource Include="Properties\Resources.resx">
121      <Generator>ResXFileCodeGenerator</Generator>
122      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
123      <SubType>Designer</SubType>
124    </EmbeddedResource>
125    <EmbeddedResource Include="DistexSplash.resx">
126      <SubType>Designer</SubType>
127      <DependentUpon>DistexSplash.cs</DependentUpon>
128    </EmbeddedResource>
129    <Compile Include="Properties\Resources.Designer.cs">
130      <AutoGen>True</AutoGen>
131      <DependentUpon>Resources.resx</DependentUpon>
132      <DesignTime>True</DesignTime>
133    </Compile>
134    <None Include="app.config" />
135    <None Include="Properties\Settings.settings">
136      <Generator>SettingsSingleFileGenerator</Generator>
137      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138    </None>
139    <Compile Include="Properties\Settings.Designer.cs">
140      <AutoGen>True</AutoGen>
141      <DependentUpon>Settings.settings</DependentUpon>
142      <DesignTimeSharedInput>True</DesignTimeSharedInput>
143    </Compile>
144    <Compile Include="DistexSplash.cs">
145      <SubType>Form</SubType>
146    </Compile>
147    <Compile Include="DistexSplash.Designer.cs">
148      <DependentUpon>DistexSplash.cs</DependentUpon>
149    </Compile>
150    <Compile Include="Settings.cs" />
151  </ItemGroup>
152  <ItemGroup>
153    <Content Include="IconToolkit.ico">
154      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155    </Content>
156    <None Include="ClassDiagram1.cd" />
157    <None Include="ClassDiagram2.cd" />
158    <None Include="ToolkitLogo.bmp" />
159  </ItemGroup>
160  <ItemGroup>
161    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
162      <Visible>False</Visible>
163      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
164      <Install>true</Install>
165    </BootstrapperPackage>
166    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
167      <Visible>False</Visible>
168      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
169      <Install>false</Install>
170    </BootstrapperPackage>
171    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
172      <Visible>False</Visible>
173      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
174      <Install>false</Install>
175    </BootstrapperPackage>
176    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
177      <Visible>False</Visible>
178      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
179      <Install>false</Install>
180    </BootstrapperPackage>
181    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
182      <Visible>False</Visible>
183      <ProductName>.NET Framework 3.5</ProductName>
184      <Install>false</Install>
185    </BootstrapperPackage>
186    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
187      <Visible>False</Visible>
188      <ProductName>.NET Framework 3.5 SP1</ProductName>
189      <Install>false</Install>
190    </BootstrapperPackage>
191    <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
192      <Visible>False</Visible>
193      <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
194      <Install>true</Install>
195    </BootstrapperPackage>
196    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
197      <Visible>False</Visible>
198      <ProductName>Windows Installer 4.5</ProductName>
199      <Install>true</Install>
200    </BootstrapperPackage>
201  </ItemGroup>
202  <ItemGroup>
203    <ProjectReference Include="..\boost_math\boost_math.vcxproj">
204      <Project>{cee4bad0-967a-4193-9edb-c0dd6c3b05c9}</Project>
205      <Name>boost_math</Name>
206    </ProjectReference>
207  </ItemGroup>
208  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
209  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
210       Other similar extension points exist, see Microsoft.Common.targets.
211  <Target Name="BeforeBuild">
212  </Target>
213  <Target Name="AfterBuild">
214  </Target>
215  -->
216</Project>