Develop and Download Open Source Software

Browse Subversion Repository

Contents of /TransparentizeWindow/TransparentizeWindow.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations) (download)
Tue Feb 5 03:17:08 2013 UTC (11 years, 2 months ago) by yuuan
File size: 6299 byte(s)
- メインフォームと設定フォームを分離
- 英語版PuTTYの設定画面も透過しないようにできるように修正
1 <?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>{903F909B-DC95-4371-AD89-5AE0D17E7D35}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>TransparentizePutty</RootNamespace>
12 <AssemblyName>TraPutty</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <IsWebBootstrapper>false</IsWebBootstrapper>
16 <PublishUrl>publish\</PublishUrl>
17 <Install>true</Install>
18 <InstallFrom>Disk</InstallFrom>
19 <UpdateEnabled>false</UpdateEnabled>
20 <UpdateMode>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <ApplicationRevision>0</ApplicationRevision>
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28 <UseApplicationTrust>false</UseApplicationTrust>
29 <BootstrapperEnabled>true</BootstrapperEnabled>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <DebugSymbols>true</DebugSymbols>
33 <DebugType>full</DebugType>
34 <Optimize>false</Optimize>
35 <OutputPath>bin\Debug\</OutputPath>
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41 <DebugType>pdbonly</DebugType>
42 <Optimize>true</Optimize>
43 <OutputPath>bin\Release\</OutputPath>
44 <DefineConstants>TRACE</DefineConstants>
45 <ErrorReport>prompt</ErrorReport>
46 <WarningLevel>4</WarningLevel>
47 </PropertyGroup>
48 <ItemGroup>
49 <Reference Include="System" />
50 <Reference Include="System.Core">
51 <RequiredTargetFramework>3.5</RequiredTargetFramework>
52 </Reference>
53 <Reference Include="System.Xml.Linq">
54 <RequiredTargetFramework>3.5</RequiredTargetFramework>
55 </Reference>
56 <Reference Include="System.Data.DataSetExtensions">
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
58 </Reference>
59 <Reference Include="System.Data" />
60 <Reference Include="System.Deployment" />
61 <Reference Include="System.Drawing" />
62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="System.Xml" />
64 </ItemGroup>
65 <ItemGroup>
66 <Compile Include="MainForm.cs">
67 <SubType>Form</SubType>
68 </Compile>
69 <Compile Include="MainForm.Designer.cs">
70 <DependentUpon>MainForm.cs</DependentUpon>
71 </Compile>
72 <Compile Include="Program.cs" />
73 <Compile Include="Properties\AssemblyInfo.cs" />
74 <EmbeddedResource Include="MainForm.resx">
75 <DependentUpon>MainForm.cs</DependentUpon>
76 </EmbeddedResource>
77 <EmbeddedResource Include="Properties\Resources.resx">
78 <Generator>ResXFileCodeGenerator</Generator>
79 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
80 <SubType>Designer</SubType>
81 </EmbeddedResource>
82 <EmbeddedResource Include="SettingForm.resx">
83 <DependentUpon>SettingForm.cs</DependentUpon>
84 </EmbeddedResource>
85 <Compile Include="Properties\Resources.Designer.cs">
86 <AutoGen>True</AutoGen>
87 <DependentUpon>Resources.resx</DependentUpon>
88 <DesignTime>True</DesignTime>
89 </Compile>
90 <None Include="Properties\Settings.settings">
91 <Generator>SettingsSingleFileGenerator</Generator>
92 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
93 </None>
94 <Compile Include="Properties\Settings.Designer.cs">
95 <AutoGen>True</AutoGen>
96 <DependentUpon>Settings.settings</DependentUpon>
97 <DesignTimeSharedInput>True</DesignTimeSharedInput>
98 </Compile>
99 <Compile Include="Setting.cs" />
100 <Compile Include="SettingForm.cs">
101 <SubType>Form</SubType>
102 </Compile>
103 <Compile Include="SettingForm.Designer.cs">
104 <DependentUpon>SettingForm.cs</DependentUpon>
105 </Compile>
106 <Compile Include="Win32API.cs" />
107 </ItemGroup>
108 <ItemGroup>
109 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
110 <Visible>False</Visible>
111 <ProductName>.NET Framework Client Profile</ProductName>
112 <Install>false</Install>
113 </BootstrapperPackage>
114 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
115 <Visible>False</Visible>
116 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
117 <Install>false</Install>
118 </BootstrapperPackage>
119 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
120 <Visible>False</Visible>
121 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
122 <Install>false</Install>
123 </BootstrapperPackage>
124 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
125 <Visible>False</Visible>
126 <ProductName>.NET Framework 3.5</ProductName>
127 <Install>false</Install>
128 </BootstrapperPackage>
129 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
130 <Visible>False</Visible>
131 <ProductName>.NET Framework 3.5 SP1</ProductName>
132 <Install>true</Install>
133 </BootstrapperPackage>
134 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
135 <Visible>False</Visible>
136 <ProductName>Windows インストーラ 3.1</ProductName>
137 <Install>true</Install>
138 </BootstrapperPackage>
139 </ItemGroup>
140 <ItemGroup>
141 <Folder Include="Resources\" />
142 </ItemGroup>
143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145 Other similar extension points exist, see Microsoft.Common.targets.
146 <Target Name="BeforeBuild">
147 </Target>
148 <Target Name="AfterBuild">
149 </Target>
150 -->
151 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26