summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2009-09-22 08:54:56 +0000
committerfcolin2009-09-22 08:54:56 +0000
commitdea54889df04d162e27d30d9a067920fc0de87ef (patch)
tree3aa72fb8b584c9c37d30548049883e7d6fb24794 /Ivy
parentfc9967263d5aaaa5511eac622404b76e4d1166eb (diff)
downloadivy-csharp-dea54889df04d162e27d30d9a067920fc0de87ef.zip
ivy-csharp-dea54889df04d162e27d30d9a067920fc0de87ef.tar.gz
ivy-csharp-dea54889df04d162e27d30d9a067920fc0de87ef.tar.bz2
ivy-csharp-dea54889df04d162e27d30d9a067920fc0de87ef.tar.xz
remove unused files
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/Ivy.csproj32
1 files changed, 25 insertions, 7 deletions
diff --git a/Ivy/Ivy.csproj b/Ivy/Ivy.csproj
index ae993ae..1d4e64a 100644
--- a/Ivy/Ivy.csproj
+++ b/Ivy/Ivy.csproj
@@ -1,7 +1,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
- <ProductVersion>9.0.30729</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F2F03CF7-0087-4EDB-AD15-80C9E8DA2617}</ProjectGuid>
<SccProjectName>SAK</SccProjectName>
@@ -102,23 +102,41 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
+ <DefineConstants>DEBUG</DefineConstants>
<BaseAddress>285212672</BaseAddress>
<WarningLevel>1</WarningLevel>
+ <FileAlignment>4096</FileAlignment>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
- <DefineConstants>
- </DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<BaseAddress>285212672</BaseAddress>
<WarningLevel>1</WarningLevel>
- <DebugType>
- </DebugType>
+ <FileAlignment>4096</FileAlignment>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>bin\x64\Debug\</OutputPath>
+ <DefineConstants>DEBUG</DefineConstants>
+ <BaseAddress>285212672</BaseAddress>
+ <WarningLevel>1</WarningLevel>
+ <FileAlignment>4096</FileAlignment>
+ <DebugType>full</DebugType>
+ <PlatformTarget>x64</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
+ <OutputPath>bin\x64\Release\</OutputPath>
+ <BaseAddress>285212672</BaseAddress>
+ <WarningLevel>1</WarningLevel>
+ <FileAlignment>4096</FileAlignment>
+ <PlatformTarget>x64</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib">
<Name>mscorlib</Name>
@@ -208,7 +226,7 @@
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>copy /b /y "$(TargetPath)" "\\samba.tls.cena.fr\projet\www-sites\www2\products\ivy\download\packages"
-</PostBuildEvent>
+ <PostBuildEvent>
+ </PostBuildEvent>
</PropertyGroup>
</Project> \ No newline at end of file