| 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 2 |
<PropertyGroup> |
| 3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 5 |
<ProductVersion>9.0.21022</ProductVersion> |
| 6 |
<SchemaVersion>2.0</SchemaVersion> |
| 7 |
<ProjectGuid>{52D60189-078E-4895-9241-F9786395EE14}</ProjectGuid> |
| 8 |
<OutputType>WinExe</OutputType> |
| 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 10 |
<RootNamespace>FeliCa2Money</RootNamespace> |
| 11 |
<AssemblyName>FeliCa2Money</AssemblyName> |
| 12 |
<ApplicationIcon>Resources\Felica2Money.ico</ApplicationIcon> |
| 13 |
<SignManifests>false</SignManifests> |
| 14 |
<ManifestCertificateThumbprint>3CAF450CD9F37AB00311C448D341F12E7846B44C</ManifestCertificateThumbprint> |
| 15 |
<ManifestKeyFile>FeliCa2Money_TemporaryKey.pfx</ManifestKeyFile> |
| 16 |
<TargetZone>LocalIntranet</TargetZone> |
| 17 |
<GenerateManifests>false</GenerateManifests> |
| 18 |
<IsWebBootstrapper>true</IsWebBootstrapper> |
| 19 |
<FileUpgradeFlags> |
| 20 |
</FileUpgradeFlags> |
| 21 |
<UpgradeBackupLocation> |
| 22 |
</UpgradeBackupLocation> |
| 23 |
<OldToolsVersion>2.0</OldToolsVersion> |
| 24 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 25 |
<PublishUrl>x:\dev\moneyimport\web\Felica2Money.ClickOnce\</PublishUrl> |
| 26 |
<Install>true</Install> |
| 27 |
<InstallFrom>Web</InstallFrom> |
| 28 |
<UpdateEnabled>true</UpdateEnabled> |
| 29 |
<UpdateMode>Background</UpdateMode> |
| 30 |
<UpdateInterval>7</UpdateInterval> |
| 31 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 32 |
<UpdatePeriodically>false</UpdatePeriodically> |
| 33 |
<UpdateRequired>false</UpdateRequired> |
| 34 |
<MapFileExtensions>true</MapFileExtensions> |
| 35 |
<InstallUrl>http://moneyimport.sourceforge.jp/Felica2Money.ClickOnce/</InstallUrl> |
| 36 |
<SupportUrl>http://moneyimport.sourceforge.jp</SupportUrl> |
| 37 |
<ProductName>FeliCa2Money</ProductName> |
| 38 |
<PublisherName>FeliCa2Money</PublisherName> |
| 39 |
<CreateWebPageOnPublish>true</CreateWebPageOnPublish> |
| 40 |
<WebPage>publish.htm</WebPage> |
| 41 |
<ApplicationRevision>0</ApplicationRevision> |
| 42 |
<ApplicationVersion>2.8.0.0</ApplicationVersion> |
| 43 |
<UseApplicationTrust>false</UseApplicationTrust> |
| 44 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 45 |
</PropertyGroup> |
| 46 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 47 |
<DebugSymbols>true</DebugSymbols> |
| 48 |
<DebugType>full</DebugType> |
| 49 |
<Optimize>false</Optimize> |
| 50 |
<OutputPath>bin\any\Debug\</OutputPath> |
| 51 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 52 |
<ErrorReport>prompt</ErrorReport> |
| 53 |
<WarningLevel>4</WarningLevel> |
| 54 |
<PlatformTarget>AnyCPU</PlatformTarget> |
| 55 |
</PropertyGroup> |
| 56 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 57 |
<DebugType>pdbonly</DebugType> |
| 58 |
<Optimize>true</Optimize> |
| 59 |
<OutputPath>bin\any\Release\</OutputPath> |
| 60 |
<DefineConstants>TRACE</DefineConstants> |
| 61 |
<ErrorReport>prompt</ErrorReport> |
| 62 |
<WarningLevel>4</WarningLevel> |
| 63 |
<PlatformTarget>AnyCPU</PlatformTarget> |
| 64 |
</PropertyGroup> |
| 65 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| 66 |
<DebugSymbols>true</DebugSymbols> |
| 67 |
<OutputPath>bin\Debug\</OutputPath> |
| 68 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 69 |
<DebugType>full</DebugType> |
| 70 |
<PlatformTarget>x86</PlatformTarget> |
| 71 |
<ErrorReport>prompt</ErrorReport> |
| 72 |
</PropertyGroup> |
| 73 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
| 74 |
<OutputPath>bin\Release\</OutputPath> |
| 75 |
<DefineConstants>TRACE</DefineConstants> |
| 76 |
<Optimize>true</Optimize> |
| 77 |
<DebugType>pdbonly</DebugType> |
| 78 |
<PlatformTarget>x86</PlatformTarget> |
| 79 |
<ErrorReport>prompt</ErrorReport> |
| 80 |
</PropertyGroup> |
| 81 |
<ItemGroup> |
| 82 |
<Reference Include="System" /> |
| 83 |
<Reference Include="System.Data" /> |
| 84 |
<Reference Include="System.Deployment" /> |
| 85 |
<Reference Include="System.Drawing" /> |
| 86 |
<Reference Include="System.Windows.Forms" /> |
| 87 |
<Reference Include="System.Xml" /> |
| 88 |
</ItemGroup> |
| 89 |
<ItemGroup> |
| 90 |
<Compile Include="Card.cs" /> |
| 91 |
<Compile Include="card\Edy.cs" /> |
| 92 |
<Compile Include="card\Nanaco.cs" /> |
| 93 |
<Compile Include="card\Suica.cs" /> |
| 94 |
<Compile Include="card\Waon.cs" /> |
| 95 |
<Compile Include="CsvCard.cs" /> |
| 96 |
<Compile Include="CsvDialog.cs"> |
| 97 |
<SubType>Form</SubType> |
| 98 |
</Compile> |
| 99 |
<Compile Include="CsvDialog.Designer.cs"> |
| 100 |
<DependentUpon>CsvDialog.cs</DependentUpon> |
| 101 |
</Compile> |
| 102 |
<Compile Include="CsvRule.cs" /> |
| 103 |
<Compile Include="CsvRules.cs" /> |
| 104 |
<Compile Include="FelicaLib.cs" /> |
| 105 |
<Compile Include="MainForm.cs"> |
| 106 |
<SubType>Form</SubType> |
| 107 |
</Compile> |
| 108 |
<Compile Include="MainForm.Designer.cs"> |
| 109 |
<DependentUpon>MainForm.cs</DependentUpon> |
| 110 |
</Compile> |
| 111 |
<Compile Include="OfxFile.cs" /> |
| 112 |
<Compile Include="OfxFile2.cs" /> |
| 113 |
<Compile Include="OptionDialog.cs"> |
| 114 |
<SubType>Form</SubType> |
| 115 |
</Compile> |
| 116 |
<Compile Include="OptionDialog.Designer.cs"> |
| 117 |
<DependentUpon>OptionDialog.cs</DependentUpon> |
| 118 |
</Compile> |
| 119 |
<Compile Include="Program.cs" /> |
| 120 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 121 |
<EmbeddedResource Include="CsvDialog.resx"> |
| 122 |
<DependentUpon>CsvDialog.cs</DependentUpon> |
| 123 |
<SubType>Designer</SubType> |
| 124 |
</EmbeddedResource> |
| 125 |
<EmbeddedResource Include="MainForm.resx"> |
| 126 |
<SubType>Designer</SubType> |
| 127 |
<DependentUpon>MainForm.cs</DependentUpon> |
| 128 |
</EmbeddedResource> |
| 129 |
<EmbeddedResource Include="OptionDialog.resx"> |
| 130 |
<DependentUpon>OptionDialog.cs</DependentUpon> |
| 131 |
<SubType>Designer</SubType> |
| 132 |
</EmbeddedResource> |
| 133 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 134 |
<Generator>ResXFileCodeGenerator</Generator> |
| 135 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 136 |
<SubType>Designer</SubType> |
| 137 |
</EmbeddedResource> |
| 138 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 139 |
<AutoGen>True</AutoGen> |
| 140 |
<DependentUpon>Resources.resx</DependentUpon> |
| 141 |
<DesignTime>True</DesignTime> |
| 142 |
</Compile> |
| 143 |
<None Include="Properties\Settings.settings"> |
| 144 |
<Generator>SettingsSingleFileGenerator</Generator> |
| 145 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| 146 |
</None> |
| 147 |
<Compile Include="Properties\Settings.Designer.cs"> |
| 148 |
<AutoGen>True</AutoGen> |
| 149 |
<DependentUpon>Settings.settings</DependentUpon> |
| 150 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 151 |
</Compile> |
| 152 |
<Compile Include="Settings.cs" /> |
| 153 |
<Compile Include="StationCode.cs" /> |
| 154 |
<Compile Include="Transaction.cs" /> |
| 155 |
</ItemGroup> |
| 156 |
<ItemGroup> |
| 157 |
<None Include="app.config" /> |
| 158 |
<None Include="Resources\Felica2Money.ico" /> |
| 159 |
<BaseApplicationManifest Include="Properties\app.manifest" /> |
| 160 |
<None Include="Resources\Suica.bmp" /> |
| 161 |
<None Include="Resources\Edy.bmp" /> |
| 162 |
<None Include="Resources\CSV.bmp" /> |
| 163 |
<Content Include="Resources\Nanaco.bmp" /> |
| 164 |
<None Include="Resources\waon.bmp" /> |
| 165 |
<None Include="Resources\train.bmp" /> |
| 166 |
<Content Include="StationCode.mdb"> |
| 167 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 168 |
</Content> |
| 169 |
</ItemGroup> |
| 170 |
<ItemGroup> |
| 171 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 172 |
<Visible>False</Visible> |
| 173 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 174 |
<Install>true</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 |
</ItemGroup> |
| 187 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 188 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 189 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 190 |
<Target Name="BeforeBuild"> |
| 191 |
</Target> |
| 192 |
<Target Name="AfterBuild"> |
| 193 |
</Target> |
| 194 |
--> |
| 195 |
</Project> |