summaryrefslogtreecommitdiff
path: root/IvyControl/IvyControl.csproj
diff options
context:
space:
mode:
authorfcolin2007-11-09 10:20:21 +0000
committerfcolin2007-11-09 10:20:21 +0000
commit3a1a7b17f7765edf56d2714c337c8501adcf2189 (patch)
tree6e56713f4b5983e89c2280ca37ad6c2e3015c4d4 /IvyControl/IvyControl.csproj
parentbd1c7b7348b8e5532040b178a891f5295e46d35b (diff)
downloadivy-csharp-3a1a7b17f7765edf56d2714c337c8501adcf2189.zip
ivy-csharp-3a1a7b17f7765edf56d2714c337c8501adcf2189.tar.gz
ivy-csharp-3a1a7b17f7765edf56d2714c337c8501adcf2189.tar.bz2
ivy-csharp-3a1a7b17f7765edf56d2714c337c8501adcf2189.tar.xz
separation des references a Windows Form
Diffstat (limited to 'IvyControl/IvyControl.csproj')
-rw-r--r--IvyControl/IvyControl.csproj77
1 files changed, 77 insertions, 0 deletions
diff --git a/IvyControl/IvyControl.csproj b/IvyControl/IvyControl.csproj
new file mode 100644
index 0000000..786dc02
--- /dev/null
+++ b/IvyControl/IvyControl.csproj
@@ -0,0 +1,77 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{9E7098F5-F4CA-4CAE-B517-C584691DBDB4}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>IvyBus</RootNamespace>
+ <AssemblyName>IvyBus.IvyControl</AssemblyName>
+ <SccProjectName>SAK</SccProjectName>
+ <SccLocalPath>SAK</SccLocalPath>
+ <SccAuxPath>SAK</SccAuxPath>
+ <SccProvider>SAK</SccProvider>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="IvyApplicationBindingControl.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="IvyControl.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="IvyDomain.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="IvyDomain.Designer.cs">
+ <DependentUpon>IvyDomain.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="IvyDomain.resx">
+ <DependentUpon>IvyDomain.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Ivy\Ivy.csproj">
+ <Project>{F2F03CF7-0087-4EDB-AD15-80C9E8DA2617}</Project>
+ <Name>Ivy</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file