summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj')
-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>