?lang_form? ?lang_select? ?lang_submit? ?lang_endform?
{HEADER END}
{BLAME START}

library

?curdirlinks? -

Blame information for rev 32

Line No. Rev Author Line
1 32 kaklik <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{FAC4D70A-7CB7-4D7C-BECD-D75B41CD86B0}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>MPFS21</RootNamespace>
12 <AssemblyName>MPFS2</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <IsWebBootstrapper>false</IsWebBootstrapper>
16 <ApplicationIcon>app.ico</ApplicationIcon>
17 <PublishUrl>publish\</PublishUrl>
18 <Install>true</Install>
19 <InstallFrom>Disk</InstallFrom>
20 <UpdateEnabled>false</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 <ApplicationRevision>0</ApplicationRevision>
28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29 <UseApplicationTrust>false</UseApplicationTrust>
30 <BootstrapperEnabled>true</BootstrapperEnabled>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>bin\Debug\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <DebugType>pdbonly</DebugType>
43 <Optimize>true</Optimize>
44 <OutputPath>bin\Release\</OutputPath>
45 <DefineConstants>TRACE</DefineConstants>
46 <ErrorReport>prompt</ErrorReport>
47 <WarningLevel>4</WarningLevel>
48 </PropertyGroup>
49 <ItemGroup>
50 <Reference Include="Microchip.MPFS, Version=2.1.3030.14812, Culture=neutral, processorArchitecture=MSIL">
51 <SpecificVersion>False</SpecificVersion>
52 <HintPath>..\..\MPFSlib\MPFSlib\bin\Release\Microchip.MPFS.dll</HintPath>
53 </Reference>
54 <Reference Include="System" />
55 <Reference Include="System.Data" />
56 <Reference Include="System.Drawing" />
57 <Reference Include="System.Windows.Forms" />
58 <Reference Include="System.Xml" />
59 </ItemGroup>
60 <ItemGroup>
61 <Compile Include="AboutBox.cs">
62 <SubType>Form</SubType>
63 </Compile>
64 <Compile Include="AboutBox.Designer.cs">
65 <DependentUpon>AboutBox.cs</DependentUpon>
66 </Compile>
67 <Compile Include="AdvancedOptions.cs">
68 <SubType>Form</SubType>
69 </Compile>
70 <Compile Include="AdvancedOptions.Designer.cs">
71 <DependentUpon>AdvancedOptions.cs</DependentUpon>
72 </Compile>
73 <Compile Include="LogWindow.cs">
74 <SubType>Form</SubType>
75 </Compile>
76 <Compile Include="LogWindow.Designer.cs">
77 <DependentUpon>LogWindow.cs</DependentUpon>
78 </Compile>
79 <Compile Include="MPFS21.cs" />
80 <Compile Include="MPFS21Form.cs">
81 <SubType>Form</SubType>
82 </Compile>
83 <Compile Include="MPFS21Form.Designer.cs">
84 <DependentUpon>MPFS21Form.cs</DependentUpon>
85 </Compile>
86 <Compile Include="Program.cs" />
87 <Compile Include="Properties\AssemblyInfo.cs" />
88 <EmbeddedResource Include="AboutBox.resx">
89 <DependentUpon>AboutBox.cs</DependentUpon>
90 <SubType>Designer</SubType>
91 </EmbeddedResource>
92 <EmbeddedResource Include="AdvancedOptions.resx">
93 <DependentUpon>AdvancedOptions.cs</DependentUpon>
94 <SubType>Designer</SubType>
95 </EmbeddedResource>
96 <EmbeddedResource Include="LogWindow.resx">
97 <DependentUpon>LogWindow.cs</DependentUpon>
98 <SubType>Designer</SubType>
99 </EmbeddedResource>
100 <EmbeddedResource Include="MPFS21Form.resx">
101 <DependentUpon>MPFS21Form.cs</DependentUpon>
102 <SubType>Designer</SubType>
103 </EmbeddedResource>
104 <EmbeddedResource Include="UploadSettings.resx">
105 <DependentUpon>UploadSettings.cs</DependentUpon>
106 <SubType>Designer</SubType>
107 </EmbeddedResource>
108 <None Include="app.config" />
109 <None Include="Properties\Settings.settings">
110 <Generator>SettingsSingleFileGenerator</Generator>
111 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
112 </None>
113 <None Include="Settings.settings">
114 <Generator>SettingsSingleFileGenerator</Generator>
115 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
116 </None>
117 <Compile Include="Properties\Settings.Designer.cs">
118 <AutoGen>True</AutoGen>
119 <DependentUpon>Settings.settings</DependentUpon>
120 <DesignTimeSharedInput>True</DesignTimeSharedInput>
121 </Compile>
122 <Compile Include="Settings.cs" />
123 <Compile Include="Settings.Designer.cs">
124 <AutoGen>True</AutoGen>
125 <DesignTimeSharedInput>True</DesignTimeSharedInput>
126 <DependentUpon>Settings.settings</DependentUpon>
127 </Compile>
128 <Compile Include="UploadSettings.cs">
129 <SubType>Form</SubType>
130 </Compile>
131 <Compile Include="UploadSettings.Designer.cs">
132 <DependentUpon>UploadSettings.cs</DependentUpon>
133 </Compile>
134 </ItemGroup>
135 <ItemGroup>
136 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
137 <Visible>False</Visible>
138 <ProductName>.NET Framework Client Profile</ProductName>
139 <Install>false</Install>
140 </BootstrapperPackage>
141 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
142 <Visible>False</Visible>
143 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
144 <Install>false</Install>
145 </BootstrapperPackage>
146 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
147 <Visible>False</Visible>
148 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
149 <Install>false</Install>
150 </BootstrapperPackage>
151 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
152 <Visible>False</Visible>
153 <ProductName>.NET Framework 3.5</ProductName>
154 <Install>true</Install>
155 </BootstrapperPackage>
156 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
157 <Visible>False</Visible>
158 <ProductName>.NET Framework 3.5 SP1</ProductName>
159 <Install>false</Install>
160 </BootstrapperPackage>
161 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
162 <Visible>False</Visible>
163 <ProductName>Windows Installer 3.1</ProductName>
164 <Install>true</Install>
165 </BootstrapperPackage>
166 </ItemGroup>
167 <ItemGroup>
168 <Content Include="app.ico" />
169 </ItemGroup>
170 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
171 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172 Other similar extension points exist, see Microsoft.Common.targets.
173 <Target Name="BeforeBuild">
174 </Target>
175 <Target Name="AfterBuild">
176 </Target>
177 -->
178 <PropertyGroup>
179 <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)\..\..\$(TargetFileName)"
180 copy "$(TargetDir)\Microchip.*.dll" "$(SolutionDir)\..\..\"</PostBuildEvent>
181 </PropertyGroup>
182 </Project>
{BLAME END}
{FOOTER START}

Powered by WebSVN v2.8.3