root/plot/Pybrary.Plot.Demo/Pybrary.Plot.Demo.csproj

Revision 756, 4.8 kB (checked in by mfenniak, 2 years ago)

--

Line 
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{AFDD29F1-DF07-470C-98AB-9D383401DA83}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Pybrary.Plot.Demo</RootNamespace>
11     <AssemblyName>Pybrary.Plot.Demo</AssemblyName>
12     <ManifestCertificateThumbprint>8BC9CD8BAD2BABD7BCE71168597B14F4C51D8045</ManifestCertificateThumbprint>
13     <ManifestKeyFile>Pybrary.Plot.Demo_TemporaryKey.pfx</ManifestKeyFile>
14     <GenerateManifests>true</GenerateManifests>
15     <SignManifests>true</SignManifests>
16     <IsWebBootstrapper>true</IsWebBootstrapper>
17     <PublishUrl>P:\Pybrary-publish\</PublishUrl>
18     <Install>false</Install>
19     <InstallFrom>Web</InstallFrom>
20     <UpdateEnabled>true</UpdateEnabled>
21     <UpdateMode>Foreground</UpdateMode>
22     <UpdateInterval>7</UpdateInterval>
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24     <UpdatePeriodically>false</UpdatePeriodically>
25     <UpdateRequired>false</UpdateRequired>
26     <MapFileExtensions>true</MapFileExtensions>
27     <InstallUrl>http://pybrary.net/plot/</InstallUrl>
28     <ProductName>Pybrary.Plot Demo</ProductName>
29     <PublisherName>Mathieu Fenniak</PublisherName>
30     <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
31     <WebPage>publish.htm</WebPage>
32     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33     <BootstrapperEnabled>true</BootstrapperEnabled>
34   </PropertyGroup>
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36     <DebugSymbols>true</DebugSymbols>
37     <DebugType>full</DebugType>
38     <Optimize>false</Optimize>
39     <OutputPath>bin\Debug\</OutputPath>
40     <DefineConstants>DEBUG;TRACE</DefineConstants>
41     <ErrorReport>prompt</ErrorReport>
42     <WarningLevel>4</WarningLevel>
43   </PropertyGroup>
44   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45     <DebugType>pdbonly</DebugType>
46     <Optimize>true</Optimize>
47     <OutputPath>bin\Release\</OutputPath>
48     <DefineConstants>TRACE</DefineConstants>
49     <ErrorReport>prompt</ErrorReport>
50     <WarningLevel>4</WarningLevel>
51   </PropertyGroup>
52   <ItemGroup>
53     <Reference Include="System" />
54     <Reference Include="System.Data" />
55     <Reference Include="System.Deployment" />
56     <Reference Include="System.Drawing" />
57     <Reference Include="System.Windows.Forms" />
58     <Reference Include="System.Xml" />
59   </ItemGroup>
60   <ItemGroup>
61     <Compile Include="Form1.cs">
62       <SubType>Form</SubType>
63     </Compile>
64     <Compile Include="Form1.Designer.cs">
65       <DependentUpon>Form1.cs</DependentUpon>
66     </Compile>
67     <Compile Include="Program.cs" />
68     <Compile Include="Properties\AssemblyInfo.cs" />
69     <EmbeddedResource Include="Form1.resx">
70       <SubType>Designer</SubType>
71       <DependentUpon>Form1.cs</DependentUpon>
72     </EmbeddedResource>
73     <EmbeddedResource Include="Properties\Resources.resx">
74       <Generator>ResXFileCodeGenerator</Generator>
75       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
76       <SubType>Designer</SubType>
77     </EmbeddedResource>
78     <Compile Include="Properties\Resources.Designer.cs">
79       <AutoGen>True</AutoGen>
80       <DependentUpon>Resources.resx</DependentUpon>
81     </Compile>
82     <None Include="Properties\Settings.settings">
83       <Generator>SettingsSingleFileGenerator</Generator>
84       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
85     </None>
86     <None Include="Pybrary.Plot.Demo_TemporaryKey.pfx" />
87     <Compile Include="Properties\Settings.Designer.cs">
88       <AutoGen>True</AutoGen>
89       <DependentUpon>Settings.settings</DependentUpon>
90       <DesignTimeSharedInput>True</DesignTimeSharedInput>
91     </Compile>
92   </ItemGroup>
93   <ItemGroup>
94     <ProjectReference Include="..\Pybrary.Plot\Pybrary.Plot.csproj">
95       <Project>{D3370796-382F-491A-928F-897C6D26A74F}</Project>
96       <Name>Pybrary.Plot</Name>
97     </ProjectReference>
98   </ItemGroup>
99   <ItemGroup>
100     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
101       <Visible>False</Visible>
102       <ProductName>.NET Framework 2.0</ProductName>
103       <Install>true</Install>
104     </BootstrapperPackage>
105   </ItemGroup>
106   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
107   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
108        Other similar extension points exist, see Microsoft.Common.targets.
109   <Target Name="BeforeBuild">
110   </Target>
111   <Target Name="AfterBuild">
112   </Target>
113   -->
114 </Project>
Note: See TracBrowser for help on using the browser.