summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:08:47 +0000
committerfcolin2007-02-01 10:08:47 +0000
commit0ea6f7d353ec8b675bd2d7c04690021e38134c5e (patch)
tree9e51e1984c11c930b97184225dd732e0ef280ae9
parent7f8c0400e06b7ae4ab16f265c16f7a4028dcca23 (diff)
downloadivy-csharp-0ea6f7d353ec8b675bd2d7c04690021e38134c5e.zip
ivy-csharp-0ea6f7d353ec8b675bd2d7c04690021e38134c5e.tar.gz
ivy-csharp-0ea6f7d353ec8b675bd2d7c04690021e38134c5e.tar.bz2
ivy-csharp-0ea6f7d353ec8b675bd2d7c04690021e38134c5e.tar.xz
Utilisateur : Fcolin Date : 22/12/05 Heure : 17:48 Archivé dans $/CSharp/Ivy/IvyProbeConsole Commentaire: (vss 5)
-rw-r--r--CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj13
1 files changed, 12 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
index b29c98d..5a7b708 100644
--- a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
+++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
@@ -114,12 +114,18 @@
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
- <Compile Include="AssemblyInfo.cs">
+ <Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="IvyProbeConsole.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Properties\Settings.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ <DependentUpon>Settings.settings</DependentUpon>
+ </Compile>
+ <Compile Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
@@ -129,7 +135,12 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
+ <None Include="app.config" />
<None Include="IvyProbe_TemporaryKey.pfx" />
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>