diff options
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/Ivy/Ivy.csproj | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.csproj b/CSharp/Ivy/Ivy/Ivy.csproj index 5163460..6870b78 100644 --- a/CSharp/Ivy/Ivy/Ivy.csproj +++ b/CSharp/Ivy/Ivy/Ivy.csproj @@ -57,7 +57,7 @@ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\</OutputPath>
+ <OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
@@ -122,15 +122,16 @@ </Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="AssemblyInfo.cs">
+ <Compile Include="IvyProtocol.cs" />
+ <Compile Include="IvyTCPStream.cs" />
+ <Compile Include="IvyTCPStreamV3.cs" />
+ <Compile Include="IvyUDPStream.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Ivy.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="IvyArgument.cs">
- <SubType>Code</SubType>
- </Compile>
<Compile Include="IvyBinding.cs">
<SubType>Code</SubType>
</Compile>
@@ -148,9 +149,19 @@ <Compile Include="IvyWatcher.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>
- <None Include="ClassDiagram1.cd" />
+ <None Include="app.config" />
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
|