diff options
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.csproj | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.csproj b/CSharp/Ivy/IvyProbe/IvyProbe.csproj index f509f37..35dbd28 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.csproj +++ b/CSharp/Ivy/IvyProbe/IvyProbe.csproj @@ -13,7 +13,7 @@ <ApplicationIcon>App.ico</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
- <AssemblyName>IvyTest</AssemblyName>
+ <AssemblyName>IvyProbe</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
@@ -21,7 +21,7 @@ <DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>WinExe</OutputType>
- <RootNamespace>IvyTest</RootNamespace>
+ <RootNamespace>IvyProbe</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
@@ -113,14 +113,22 @@ </ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
- <Compile Include="AssemblyInfo.cs">
+ <Compile Include="IvyProbe.Designer.cs">
+ <DependentUpon>IvyProbe.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="IvyTest.cs">
+ <Compile Include="IvyProbe.cs">
<SubType>Form</SubType>
</Compile>
- <EmbeddedResource Include="IvyTest.resx">
- <DependentUpon>IvyTest.cs</DependentUpon>
+ <Compile Include="Properties\Settings.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ <DependentUpon>Settings.settings</DependentUpon>
+ </Compile>
+ <EmbeddedResource Include="IvyProbe.resx">
+ <DependentUpon>IvyProbe.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
@@ -131,6 +139,12 @@ <Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
+ <ItemGroup>
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
|